Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
System

Method System.innetgr()


Method innetgr

int(0..1) System.innetgr(string netgroup, string|void machine, string|void user, string|void domain)

Description

Searches for matching entries in the netgroup database (usually /etc/netgroup). If any of the machine , user or domain arguments are zero or missing, those fields will match any value in the selected netgroup .

Note

This function isn't available on all platforms.