- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ssod:[664529]: Login disabled user: instant12345 ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 09:25 AM
11-25-2009 09:25 AM
ssod:[664529]: Login disabled user: instant12345 Error: No such file or directory
Nov 25 10:59:14 hostname ssod:[11580]:Login disabled User: instant Error: No such file or directory
Nov 25 10:59:14 hostname ssod:[11580]:Failed to update password Error: ERROR User: instant
Nov 25 11:01:14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 09:28 AM
11-25-2009 09:28 AM
Re: ssod:[664529]: Login disabled user: instant12345 Error: No such file or directory
To test, I restart the ssod, then modify the password of the user.
Now, I cannot determine why I am getting this error.
I have only the Microsoft documentation for setting this up, so, of course, all of my problems occur with trying to set up the HP-UX side of things, as the documentation is from the Microsoft point of view.
I'm using the http://technet.microsoft.com/en-us/library/cc785926(WS10).aspx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 10:55 AM
11-25-2009 10:55 AM
Re: ssod:[664529]: Login disabled user: instant12345 Error: No such file or directory
http://technet.microsoft.com/en-us/library/cc739223(WS.10).aspx
So... the product is "Identity Management for UNIX", by Microsoft.
Now, some basic information about the HP-UX system would be handy.
What's your HP-UX version? (What does "uname -r" report?)
Is the HP-UX system in Shadow Password or Trusted System mode? Which one, or neither? (Does the file /etc/shadow exist? Does the file /tcb/files/auth/system/default exist?)
If the system is in Trusted System Mode, the file /tcb/files/auth/i/instant should have been created along with the creation of the user "instant". If that file is not there, that would be a very probable cause for this problem... and it would also indicate that the user "instant" was not created using the proper procedure (=using the "useradd" command or SAM), but instead by editing the /etc/passwd file manually.
If the system is *not* in Trusted System Mode, then the validity of the user must be checked in a different way. What does
grep "^instant:" /etc/passwd /etc/shadow
report?
Does the home directory of user "instant" exist? (just in case the ssod needs it for something)
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 11:23 AM
11-25-2009 11:23 AM
Re: ssod:[664529]: Login disabled user: instant12345 Error: No such file or directory
Good afternoon.
Matt:
Thanks for your help, I've included my comments.
What's your HP-UX version? (What does "uname -r" report?)
>> uname-r
>> B.11.11
Is the HP-UX system in Shadow Password or Trusted System mode? Which one, or neither? (Does the file /etc/shadow exist? Does the file /tcb/files/auth/system/default exist?)
>>/etc/shadow does not exist
>> /tcb/files/auth/system/default DOES exist
If the system is in Trusted System Mode, the file /tcb/files/auth/i/instant should have been created along with the creation of the user "instant". If that file is not there, that would be a very probable cause for this problem... and it would also indicate that the user "instant" was not created using the proper procedure (=using the "useradd" command or SAM), but instead by editing the /etc/passwd file manually.
>>/tcb/files/auth/i/instant DOES exist
>> the user account was created using the useradd command
If the system is *not* in Trusted System Mode, then the validity of the user must be checked in a different way. What does
grep "^instant:" /etc/passwd /etc/shadow
report?
>> grep "^instant:" /etc/passwd /etc/shadow
>> /etc/passwd:instant:*:162:125:Fullname, Location:/home/instant:/usr/bin/sh
>> grep: can't open /etc/shadow
Does the home directory of user "instant" exist? (just in case the ssod needs it for something)
MK
>> ls -l /home/instant
>> total 28
>> drwxr-xr-x 2 instant bsp 1024 Nov 17 11:57./
>> drwxr-xr-x 196 root root 7168 Nov 17 12:00 ../
>> -r-------- 1 instant bsp 832 Aug 7 09:42 .cshrc
>> -r-------- 1 instant bsp 347 Aug 7 09:42 .exrc
>> -r-------- 1 instant bsp 334 Aug 7 09:42 .login
>> -rw------- 1 instant bsp 1409 Aug 7 09:42 .profile
>> -r-------- 1 instant bsp 439 Aug 7 09:42 .profile.orig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 11:31 AM
11-25-2009 11:31 AM
Re: ssod:[664529]: Login disabled user: instant12345 Error: No such file or directory
getprpw instant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 11:52 AM
11-25-2009 11:52 AM
Re: ssod:[664529]: Login disabled user: instant12345 Error: No such file or directory
getprpw instant does not work
I get this result:
sh: getprpw: not found
is there a path to where this one usually lives? I didn't see it inside bin or sbin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 11:54 AM
11-25-2009 11:54 AM
Re: ssod:[664529]: Login disabled user: instant12345 Error: No such file or directory
so
/usr/lbin/getprpw instant12345
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 11:56 AM
11-25-2009 11:56 AM
Re: ssod:[664529]: Login disabled user: instant12345 Error: No such file or directory
hostname:/ > /usr/lbin/getprpw instant
uid=162, bootpw=NO, audid=317, audflg=1, mintm=-1, maxpwln=-1, exptm=-1, lftm=-1
, spwchg=Wed Nov 25 13:34:46 2009, upwchg=Wed Nov 25 13:35:23 2009, acctexp=-1,
llog=-1, expwarn=-1, usrpick=DFT, syspnpw=DFT, rstrpw=DFT, nullpw=DFT, admnum=-1
, syschpw=DFT, sysltpw=DFT, timeod=-1, slogint=Wed Nov 25 13:35:12 2009, ulogint
=Wed Nov 25 13:12:19 2009, sloginy=pts/ta, culogin=-1, uloginy=pts/ta, umaxlntr=
-1, alock=NO, lockout=0000000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 11:57 AM
11-25-2009 11:57 AM
Re: ssod:[664529]: Login disabled user: instant12345 Error: No such file or directory
"whereis getprpw" should return /usr/lbin/getprpw
so
/usr/lbin/getprpw instant12345
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 12:02 PM
11-25-2009 12:02 PM
Re: ssod:[664529]: Login disabled user: instant12345 Error: No such file or directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 12:05 PM
11-25-2009 12:05 PM
Re: ssod:[664529]: Login disabled user: instant12345 Error: No such file or directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2009 12:07 PM
11-25-2009 12:07 PM
Re: ssod:[664529]: Login disabled user: instant12345 Error: No such file or directory
check user exists and user account is not disabled, expired or locked
.... which is what it appears you're trying to help me to determine, correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2009 10:45 AM
12-11-2009 10:45 AM
Re: ssod:[664529]: Login disabled user: instant12345 Error: No such file or directory
your 'ssod' binary was compiled to support
shadow passwords?
Unlike the one I obtained from V3 Microsoft Services for UNIX:
# strings /usr/local/lbin/ssod | grep Shadow
Shadow option not supported on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2009 11:10 AM
12-11-2009 11:10 AM
Re: ssod:[664529]: Login disabled user: instant12345 Error: No such file or directory
Thanks for your help.
When I attempt that command, I get no result at the command prompt.