- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: passwd don't work
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
08-08-2005 08:42 PM
08-08-2005 08:42 PM
I've following on changing password for any user :
pam_chauthtok: Shared object load failure.
OS is hp-ux 11.23
Any idea ?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 08:49 PM
08-08-2005 08:49 PM
Re: passwd don't work
echo $SHLIB_PATH
?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 08:50 PM
08-08-2005 08:50 PM
Re: passwd don't work
if it's empty:
SHLIB_PATH=usr/bin
export SHLIB_PATH
if its already set:
SHLIB_PATH=usr/bin:$SHLIB_PATH
export SHLIB_PATH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 08:56 PM
08-08-2005 08:56 PM
Re: passwd don't work
I've the same problem on all Itanium hp-ux 11.23 server that has benn recently patched
with B.11.23.0505.022 Base Quality Pack Bundle May 2005 . I've seen a passwd patch ( PHCO_31616 ) has been installed .
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 09:13 PM
08-08-2005 09:13 PM
Re: passwd don't work
What shell are you using
Is there a message in the syslog which may be clearer
What level are your pam patches
Patch Name: PHCO_32926
Patch Description: s700_800 11.23 libpam_unix cumulative patch
does
swlist -l fileset -a title -a revision -a state -x show_superseded_patches=false|grep -v configured
only give comment lines
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 11:44 PM
08-08-2005 11:44 PM
Re: passwd don't work
Shell is /bin/sh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 11:57 PM
08-08-2005 11:57 PM
Re: passwd don't work
Check the output of the above and verify that .so files exist in /usr/lib/security/hpux32 directory.
Also what do you have in /etc/nsswitch.conf on the passwd line?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 12:02 AM
08-09-2005 12:02 AM
Re: passwd don't work
total 3440
-r-xr-xr-x 1 root sys 490452 Aug 27 2004 #libpam_unix.so.1
-r-xr-xr-x 1 root bin 170916 Sep 3 2003 libpam_dce.so.1
-r-xr-xr-x 1 root sys 64768 Aug 27 2004 libpam_hpsec.so.1
-r-xr-xr-x 1 root sys 480824 Mar 26 2003 libpam_krb5.so.1
lrwxr-xr-x 1 root sys 47 Apr 29 2004 libpam_ntlm.so.1 -> /opt/cifsclient/pam/lib/hpux32/libpam_ntlm.so.1
-r-xr-xr-x 1 root sys 513196 Apr 22 03:06 libpam_unix.so.1
-r-xr-xr-x 1 root sys 30892 Aug 27 2004 libpam_updbe.so.1
etr3sv01:lib/security/hpux32# grep passwd /etc/pam.conf
passwd password required libpam_hpsec.so.1
passwd password required hpux64/libpam_pwplus.1
passwd password required libpam_unix.so.1 use_first_pass
Seem I've not some libraries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 12:27 AM
08-09-2005 12:27 AM
SolutionThere is your problem. Let me guess, you have installed some custom product (pwplus) which has overwritten your /usr/bin/passwd with a special binary. Now you have installed /usr/bin/passwd patch, overwriting Pwplus binary. Correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 12:40 AM
08-09-2005 12:40 AM
Re: passwd don't work
Anyway I tried , before open this 3d , install again PWPLUS .
Solution instead was .. remove it.
That is not really a solution . But without PWPLUS passwd work now .
Thanks a lot
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 12:41 AM
08-09-2005 12:41 AM