NAME
	initgroups - initialize the group access list

SYNTAX
	void initgroups(string username, int base_gid);

DESCRIPTION
	Initializes the group access list according to the system
	group database. 'base_gid' is also added to the group access
	list.

KEYWORDS
	User security

SEE ALSO
	system/setuid, system/getuid, system/setgid, system/getgid,
	system/seteuid, system/geteuid, system/setegid, system/getegid,
	system/getgroups, system/setgroups

