AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  /usr/lib/security/mkuser.default parameters not showing in smit user Add User

    Posted 09/17/07 11:02 AM

    Originally posted by: SystemAdmin


    Everything appears to look good in the mkuser.default file but when I 'Add User' from smit user, the defaults for pgrp, groups, shell, & home don't appear.

    Any ideas??

    I have set up as

    user:
    pgrp = info
    groups = info,staff
    shell = /bin/ksh
    home = /home/$USER

    Let me know if you need more info.

    Thanks -
    #AIX-Forum


  • 2.  Re: /usr/lib/security/mkuser.default parameters not showing in smit user Add User

    Posted 09/18/07 10:26 AM

    Originally posted by: SystemAdmin


    My understanding is that these default values will be filled in if and only if you don't enter anything else. When I run smit on my system no default values show but they take effect when I create users.

    HTH

    Jim Lane
    #AIX-Forum


  • 3.  Re: /usr/lib/security/mkuser.default parameters not showing in smit user Add User

    Posted 09/19/07 04:39 PM

    Originally posted by: SystemAdmin


    You were correct - I left them blank and they automatically populated. Thank you for your time!
    #AIX-Forum


  • 4.  Re: /usr/lib/security/mkuser.default parameters not showing in smit user Add User

    Posted 09/19/07 02:22 PM

    Originally posted by: SystemAdmin


    Just to test this, I modifed my config file and created a user and here is what I saw:
    user:
    pgrp = info
    groups = staff
    shell = /usr/bin/ksh
    home = /home/$USER
    1. mkuser sum1
    2. lsuser sum1
    sum1 id=210 pgrp=info groups=info,staff home=/home/sum1 shell=/usr/bin/ksh login...

    So this looks like it worked by not adding the info into the groups as well. It gets added because it is in pgrp. Didn't use SMIT, just command line with AIX 5L V5.3 TL5.
    #AIX-Forum


  • 5.  Re: /usr/lib/security/mkuser.default parameters not showing in smit user Add User

    Posted 09/19/07 04:41 PM

    Originally posted by: SystemAdmin


    I left them blank in smit user Add User and they automatically populated. Thanks for your time!
    #AIX-Forum