- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: change passwd with ldapux vs AD W2003
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
05-31-2007 10:08 PM
05-31-2007 10:08 PM
change passwd with ldapux vs AD W2003
after i obtain the message "Password change rejected"
In attachement :
pam.conf
ktutil
swlist
krbval
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 10:06 PM
06-01-2007 10:06 PM
Re: change passwd with ldapux vs AD W2003
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 10:25 PM
06-01-2007 10:25 PM
Re: change passwd with ldapux vs AD W2003
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2007 01:48 AM
06-03-2007 01:48 AM
Re: change passwd with ldapux vs AD W2003
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2007 06:46 PM
06-03-2007 06:46 PM
Re: change passwd with ldapux vs AD W2003
that is the respose after getprpw:
titan>/usr/lbin/getprpw Dblond
System is not trusted.
And in syslog.log :
login: Dblond
Password:
Please wait...checking for disk quotas
titan-Dblond# passwd
Old password:
New password:
New password (again):
Password change rejected
Invalid login name.
titan-Dblond#
Jun 4 08:45:35 titan syslog: Password change rejected
thank's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2007 04:31 AM
06-05-2007 04:31 AM
Re: change passwd with ldapux vs AD W2003
1. You need to check on ADS user account. whether you have been denied to change the password.
2. Since there are stacked pam module in the pam.conf file for passwd service so when pam_krb5 module get fail after that pam_unix module try to change the password but it seems it only checks the /etc/passwd file for user account and since your account is existing on ldap server it is giving "Invalid login name" error. If your acccount would have been existing in /etc//passwd file you should not get this error, but in that case it will change password in /etc/passwd not in ldap server.
To be able to change the password you need to work with ADS account administrator.