aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-11 14:08:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-11 14:08:52 +0000
commit68ff15421cfdc522678f201efd02f94e34827bc9 (patch)
tree8cd1278f362f37bbe5289494ad6f030c14e93e42 /security/Makefile
parent368dee217a4b0443d430cdd0f7c07fae8f8aa139 (diff)
downloadports-68ff15421cfdc522678f201efd02f94e34827bc9.tar.gz
ports-68ff15421cfdc522678f201efd02f94e34827bc9.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>
Notes
Notes: svn path=/head/; revision=333504
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
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