diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-11 22:08:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-11 22:08:52 +0800 |
commit | fd7521b9d86f39d564f659b22ac6363c147e212f (patch) | |
tree | 8cd1278f362f37bbe5289494ad6f030c14e93e42 /security/Makefile | |
parent | cfff8ca3bb30216f30c6c4c70ba55bc650c6c46e (diff) | |
download | freebsd-ports-gnome-fd7521b9d86f39d564f659b22ac6363c147e212f.tar.gz freebsd-ports-gnome-fd7521b9d86f39d564f659b22ac6363c147e212f.tar.zst freebsd-ports-gnome-fd7521b9d86f39d564f659b22ac6363c147e212f.zip |
- Add p5-Unix-Passwd-File 0.10
Unix::Passwd::File can be used to read and manipulate entries in Unix system
password files (/etc/passwd, /etc/group, /etc/group, /etc/gshadow) but can also
be told to search in custom location, for testing purposes).
This module uses a procedural (non-OO) interface. Each function in this module
open and read the passwd files once. Read-only functions like `list_users()` and
`get_max_gid()` open in read-only mode. Functions that might write to the files
like `add_user()` or `delete_group()` first lock `passwd.lock` file, open in
read+write mode and also read the files in the first pass, then seek to the
beginning and write back the files.
No caching is done so you should do your own if you need to.
WWW: http://search.cpan.org/dist/Unix-Passwd-File/
PR: ports/182325
Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 34de6066e7ee..1f9186f6730a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -596,6 +596,7 @@ SUBDIR += p5-Text-Password-Pronounceable SUBDIR += p5-Tie-EncryptedHash SUBDIR += p5-Tree-Authz + SUBDIR += p5-Unix-Passwd-File SUBDIR += p5-Yahoo-BBAuth SUBDIR += p5-dicewaregen SUBDIR += p5-openxpki |