Home
Name Modified Size InfoDownloads / Week
netgradm-1.0.0 2013-02-23
netgradm-1.0.0.tar.bz2 2013-02-23 4.4 kB
README 2013-01-26 693 Bytes
Totals: 3 Items   5.1 kB 0
Author:		Jason Breitman

Application:	netgradm

Purpose:	netgradm is a tool used to manage the
		local /etc/netgroup file

Install:	Download the file netgradm-1.0.0.tar.bz2
		tar jxvf netgradm-1.0.0.tar.bz2
		cd netgradm
		make
		sudo make install or log in as root and run make install

Usage:
		usage: ./netgradm [-v] {-a|-r} [-h host] [-u user] [-d domain] netgroup
 
		-a     add netgroup or netgroup member
		-r     remove netgroup member
		-h     specify a host based netgroup member
		-u     specify a user based netgroup member
		-d     specify a domain based netgroup member
		-v     print verbose information for debugging

Notes:
		GNU gcc must be used to compile this application.
Source: README, updated 2013-01-26