Net::NIS::Listgroup

Net::NIS::Listgroup is a Perl module to list hosts/users in a netgroup group.
Download

Net::NIS::Listgroup Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Marc Prewitt
  • Publisher web site:
  • http://search.cpan.org/~mprewitt/

Net::NIS::Listgroup Tags


Net::NIS::Listgroup Description

Net::NIS::Listgroup is a Perl module to list hosts/users in a netgroup group. Net::NIS::Listgroup is a Perl module to list hosts/users in a netgroup group.SYNOPSIS use Listgroup; $array_ref_groups = listgroup(); $array_ref_groups = listgroups(); $array_ref_users_or_groups = listgroup({groupname}); $array_ref_users_or_groups = listgroup_user({groupname1}, {groupname2}, {gropuname3} ]); $array_ref_users_or_groups = listgroup_host({groupname1}, {groupname2}, {gropuname3} ]);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(). Requirements: · Perl


Net::NIS::Listgroup Related Software