On Tue, Aug 05, 2008 at 02:19:43PM -0400, Filipe Brandenburger wrote:
Hi,
John Oliver wrote:
I added an updateref statement to my slave/consumer server, referring back to the master/producer:
updateref ldap://test1.mydomain.com
Aug 5 09:21:19 unix-services2 slapd[29985]: send_ldap_response: ref="ldap://test1.mydomain.com/uid=joliver,ou=People,dc=mydomain,dc=com"
Howver, nothing is logged on the master, and the client bombs out with:
LDAP password information update failed: Can't contact LDAP server
With which tool are you trying to update the password?
If you configured "pam_ldap" and are using "passwd" to change your password, this should work, as "pam_ldap" will follow referrals.
This is what I want to do. What "configuration" does PAM require over and above what gets LDAP authentication working in the first place?
Thanks...