A few more comments on the "Users & Groups" tool.... In the default view there are 3 Solaris system accounts shown: nobody,noaccess,nobody4. These should be hidden by default.
The default view also hides all UIDs below 1000. The system UID range on Solaris is 0 through 99 so any UID above 100 should be shown by default. We also need the following additional functionality: * Set type: normal or role * Ability to set all valid keys for user_attr(4) * Set password aging. * Work with the automounter so that it creates /export/home/<username> and updates /etc/auto_home * Write Solaris Audit records when it does an add/modify/delete (that could be tricky from perl though but we can work it out). The check for using MD5 passwords with crypt(3c) is wrong for Solaris Basically do everything that can be done for a Solaris user, SMC can do this today - including setting the Trusted Extensions additional stuff like the users default clearance. -- Darren J Moffat This message posted from opensolaris.org
