Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ps -ef command shows uidnumber instead of uid

807559Sep 5 2005 — edited Apr 6 2006
Hi, I configured pam to use Identity Server 6.0 in addition to the unix for login, session and account management. Every thing seems fine, exept one thing. The ps command is not working normally for the process owned by the user stored in the Identity server. It always shows the uidnumber of the user instead of the uid of the user. For instance, if I have a user with uid=testUser and uidnumber=8988, the ps -ef command will show something as

0008988 10719 10713 0 14:30:30 pts/6 0:00 -csh

instead of

testUser 10719 10713 0 14:30:30 pts/6 0:00 -csh

as in the normal case.

Could some experts give me some possible causes of the problem, configuration issues, code bugs, ...?

Thanks in advance!

Please copy to my email: llchen@nortel.com as well.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 4 2006
Added on Sep 5 2005
11 comments
302 views