aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-NIS-Listgroup/pkg-descr
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-09-20 02:40:34 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-09-20 02:40:34 +0000
commit5fa4324fa110c42febd17de12ec6882a1ff713b0 (patch)
tree38884ed0bcd37ce71ef80a80526ddd51e60afb5e /net/p5-Net-NIS-Listgroup/pkg-descr
parentcbe5ee3cbfdd899f99ddc846accb6ef2a10fee21 (diff)
downloadports-5fa4324fa110c42febd17de12ec6882a1ff713b0.tar.gz
ports-5fa4324fa110c42febd17de12ec6882a1ff713b0.zip
Notes
Diffstat (limited to 'net/p5-Net-NIS-Listgroup/pkg-descr')
-rw-r--r--net/p5-Net-NIS-Listgroup/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/p5-Net-NIS-Listgroup/pkg-descr b/net/p5-Net-NIS-Listgroup/pkg-descr
new file mode 100644
index 000000000000..417ea8df3298
--- /dev/null
+++ b/net/p5-Net-NIS-Listgroup/pkg-descr
@@ -0,0 +1,13 @@
+A library used to get groups or members of a netgroup NIS map.
+listgroup() without any parameters or listgroups() lists all the
+available netgroup groups.
+
+With groupname parameters listgroup, listgroup_user, listgroup_host
+will recusively list the members of the named groups. If the groupname
+is preceded with a - members of that group will be excluded from the
+returned list. Each member in a group is a triplet of
+(host,user,domain). The host portion or user portion of the members is
+returned by listgroup_host() and listgroup(), the user portion of the
+members is returned by listgroup_user().
+
+WWW: http://search.cpan.org/dist/Net-NIS-Listgroup/