Page 1 of 1

Users added with omaddu don't show up in admin console

Posted: Tue May 09, 2006 2:30 pm
by Chris 1974CE
Whenever I add a new user from the command line with omaddu, the user does not show up in the user list in the administration console. The user seems to exist and function, but doesn't get listed. This is a new behavior, as I imported my original user list using an omaddu script and they all show up fine.

Does anyone have any ideas? Thanks.

Posted: Tue May 09, 2006 4:42 pm
by ScalixSupport
Hi Chris,

Try running "omexeccda" from the command line, then logout and back into SAC and see if there users show up. If not, can you post the ouput from:

omshowu -n "user name1"
omshowu -n "user name2"

and

omsearch -e "cn=user name1" -m @all-attr@ -v
omsearch -e "cn=user name2" -m @all-attr@ -v

for two users, one that does show up in SAC and one that doesn't?

Thanks,
Rachel

Posted: Wed May 10, 2006 11:20 am
by Chris 1974CE
The results from the omsearch queries led me to the solution. The omaddu user had an incorrect FQDN. I dug around and found I had a bad entry in my hosts file. I corrected that and everything is working fine now.

Thanks for your help!