adding users via smit


 
Thread Tools Search this Thread
Operating Systems AIX adding users via smit
# 1  
Old 04-29-2011
adding users via smit

I apologize if this is a simple/stupid question. When I add users in smit as root, many(most) of the fields are automatically popluated with some basic default values.

Some other admins here have access to create users via sudo, however when they create users (sudo smit users), the user gets added to /etc/passwd but the rest of the user creation process fails. When we go look at that users characteristics, only the username is filled in and the rest of the fields are blank.

Is there something I am missing or can I not have this functionality via sudo?

Thanks in advance

---------- Post updated at 09:39 AM ---------- Previous update was at 09:31 AM ----------

to expand on this a litte, if I could give them a script that would create users via command line I would gladly go that route. Every script I have tried including starting from pressing F6 during user creation and working from that fails in the same way. It appears to work but when I look at the characteristics of the user, most fields in smit are blank.

Thanks
# 2  
Old 04-29-2011
This is just a test, as you can adjust your script to ask all the important questions instead of hard coding these after you get things working.

Create a shell script that just calls mkuser and has all the values hard coded in it. Of course change all the values in the code below to the correct ones. If you want more values set for this user than what I have included below then adjust as needed.

Code:
mkuser pgrp=group groups=group gecos=fullname home=directory_if_other_than_default_/home shell=/bin/ksh loginname

Give the admin access to this shell script through sudo. The will run the mkuser command with root authority.

Now what values are missing for this new user that you expect to be there?

Just my two cents on how I would troubleshoot this as there are lots of other ways.

If you don't like this process then that's your choice.

I did add "smitty user" in my sudo file and ran it as a non root user and it populated all the fields just as if I run it as root. So if you have it set up the same way then maybe it's some sort of sudo bug.
# 3  
Old 04-29-2011
No, I do like that process and will look into all the values that are set.

Quote:
I did add "smitty user" in my sudo file and ran it as a non root user and it populated all the fields just as if I run it as root. So if you have it set up the same way then maybe it's some sort of sudo bug.
When you did this, did you see the process through to the end then go back and look at the created user? The reason I ask is this. When I do that, it appears as all the values are set. I type in the username and press enter, then when I look at the created user, its missing everything except the username. Just curious more than anything.
# 4  
Old 04-29-2011
I did follow through with the "smitty user" process and it all looks good compared to a user added using the root id. I filled in the follow fields and only those fields and left the others either blank or at the default.

User Name
Primary group
Group SET
Initial Program
User Info

Below are the results of
Code:
lsuser

run against both ids.

User created with my id using sudo.

Code:
root@foobar:"/home/root/dr $ "lsuser timer
timer id=217 pgrp=usr groups=usr home=/home/timer shell=/bin/ksh gecos=Test user login=true su=true rlogin=true daemon=true admin=false
sugroups=ALL admgroups= tpath=nosak ttys=ALL expires=0 auth1=SYSTEM auth2=NONE umask=22 registry=files SYSTEM=compat
logintimes= loginretries=6 pwdwarntime=7 account_locked=false minage=0 maxage=0 maxexpired=-1 minalpha=0 minother=0 mindiff=0
maxrepeats=8 minlen=8 histexpire=0 histsize=0 pwdchecks= dictionlist= fsize=2097151 cpu=-1 data=262144 stack=65536 core=2097151
rss=65536 nofiles=2000 roles=

Id created using the root id.

Code:
root@woody:"/home/root/dr $ "lsuser timer2
timer2 id=218 pgrp=usr groups=usr home=/home/timer2 shell=/bin/ksh gecos=Test id2 login=true su=true rlogin=true daemon=true admin=false
sugroups=ALL admgroups= tpath=nosak ttys=ALL expires=0 auth1=SYSTEM auth2=NONE umask=22 registry=files SYSTEM=compat
logintimes= loginretries=6 pwdwarntime=7 account_locked=false minage=0 maxage=0 maxexpired=-1 minalpha=0 minother=0 mindiff=0
maxrepeats=8 minlen=8 histexpire=0 histsize=0 pwdchecks= dictionlist= fsize=2097151 cpu=-1 data=262144 stack=65536 core=2097151
rss=65536 nofiles=2000 roles=


Last edited by juredd1; 04-29-2011 at 02:31 PM.. Reason: Fix Syntax
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Adding users from a txt fille

hello i'm making a bash script for adding users from a txt fille i have a basic script that adds users and their password . when you type the users by hand , now i want to upgrade my script with a txt file of users and their password , but i don't know how to start . my txt file looks... (10 Replies)
Discussion started by: Roggy
10 Replies

2. Shell Programming and Scripting

Simple script for adding users

Hi guys, I've a simple linux script (made by my friend), which adds users to the system from userlist file. it also creates user home dir and copies certain files to the directory. To be honest, am a newbie in scripting so am unable to fully understand how the script is working. unfortunately,... (30 Replies)
Discussion started by: vish6251
30 Replies

3. AIX

How do I killed ideal users from AIX 5.3 smit?

Hi, I'm newbee to AIX and would like to setup a process which kills 1 Hr. ideal users from smit. Please advise for making it work. :) Thanks, Sumit (2 Replies)
Discussion started by: sumit30
2 Replies

4. UNIX for Dummies Questions & Answers

Adding users question

Hello there, I want to add new users to my system, so, being logged in as root I do useradd -m user_name, and the new user is added to the system. The problem is that it has more privileges than I expected. If I do su user_name then I am allowed to do cat /etc/passwd , so it is... (4 Replies)
Discussion started by: help.goes.here
4 Replies

5. Shell Programming and Scripting

Adding delimiter to logged in users

Hi guys! Just was wanting to run a command that would allow me to seperate the currently logged in users. Basically from this format: user1 user2 user3 To: user1|user2|user3 (Note the lack of a pipe at the end, not sure if thats possible) Basically it needs to be in this... (11 Replies)
Discussion started by: crawf
11 Replies

6. Programming

reg adding Users into at.allow and removing from at.allow

Hi , Thanks for your time . I am working on a application , which adds unix user through useradd and deletes user through userdel . both are admin commands . My requirement is i have to add a user into at.allow whenver a unix user is added through my application and the user should be... (4 Replies)
Discussion started by: naren_chella
4 Replies

7. UNIX for Dummies Questions & Answers

Adding users to /etc/group

I'm using SAM to add users on an HP and they're adding fine. But in /etc/group it only lists the group names. It's not adding the users in there. Is there a way to have them put in there without going into SAM and modifying the group and adding them? I guess what I want to happen is when I add... (1 Reply)
Discussion started by: golfhakker
1 Replies

8. SuSE

SUSE 9.1 - Problems with Adding new users plz help

Hi every one, I recently installed Suse 9.1 and added two users during installation with out problems. I have tried to add another user using the following cmd: 'useradd pite' and 'passwd xxxx' and got a message new user and password added. But when i tried to create a directory using... (3 Replies)
Discussion started by: sybella1
3 Replies

9. Shell Programming and Scripting

Adding a backslash to users' input

Hi, I need to convert user-input from '(this)' to '\(this\)' before passing it to egrep. I've tried using TR, SED and NAWK to add the backslash, but the most I ever get is a backslash without a '(' or ')'. Any ideas? Thanks! (13 Replies)
Discussion started by: netguy
13 Replies

10. Shell Programming and Scripting

Adding users

Anyone have a simple shell script that will prompt and accept screen input for each field that is required in the /etc/passwd file? (3 Replies)
Discussion started by: Relykk
3 Replies
Login or Register to Ask a Question