Patch-ID# 102733-01
Keywords: mknetid yp nis groups 16 too many in more than  
Synopsis: SunOS 4.1.4: mknetid fails when a user is in more than 16 groups
Date: Aug/28/95

Solaris Release: 1.1.2

SunOS Release: 4.1.4

Unbundled Product:

Unbundled Release:

Relevant Architectures: sparc
    NOTE: sun4, sun4c, sun4m

BugId's fixed with this patch: 1146476

Changes incorporated in this version: 1146476

Patches accumulated and obsoleted by this patch:

Patches which conflict with this patch:

Patches required with this patch:

Obsoleted by:

Files included with this patch:
/usr/etc/yp/mknetid 

	NOTE: for each relevant architecture

Problem description:

(from -01)
1146476	mknetid fails when a user is in more than 16 groups

Patch Installation Instructions:

	As root:
	# cd /usr/etc/yp
	# mv mknetid mknetid.org
	# chmod 755 mknetid.org
	# chown root mknetid.org
	# chgrp staff mknetid.org

	Install the new version of "mknetid":
	Assumption: You have copied 102733-01 into /tmp directory.

	# cd /tmp/102733-01
	# cp `arch -k`/mknetid /usr/etc/yp/mknetid
	# chmod 755 mknetid
	# chown root mknetid
	# chgrp staff mknetid

	Then, re-make the NIS maps by simply do:
	# cd /var/yp (on the NIS master server)
	# rm passwd.time group.time hosts.time netid.time
	# make

