Thanks to: Darren Dunham John Leadeham Original Question: Is it possible to toggle the default maximum number of groups a user can be in ? Currently my users cannot be in more groups than 16. Answer: The command "getconf NGROUPS_MAX" returns 16. You can increase this up to 32 by setting ngroups_max in /etc/system (and rebooting) *but* you will upset NFS (if you use it) which has a maximum of 16. http://access1.sun.com/technotes/01247.html Or Casper Dik's Solaris 2 FAQ: http://www.sun.com/bigadmin/content/misc/solaris2faq.html#q7.6 You might be able to get round it by using acls and/or roles instead. - aW _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagersReceived on Thu Nov 25 20:19:09 2004
This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:43:40 EST