1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/net/p5-Net-NIS-Listgroup/pkg-descr
Cheng-Lung Sung 5fa4324fa1 Add p5-Net-NIS-Listgroup 1.0.0, lists hosts/users in a netgroup group.
PR:		ports/102748
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-09-20 02:40:34 +00:00

14 lines
653 B
Plaintext

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/