Closed (fixed)
Project:
LDAP provisioning
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2008 at 05:07 UTC
Updated:
30 Apr 2010 at 03:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
miglius commentedThe user password can be changed on the drupal standard user edit page. If that user has the ldap account associated with him, then the password will be changed in ldap.
Comment #2
KrisBulman commentedHome › Administer › User management > Edit
I get the same error on the user edit page after entering the new user/pass and clicking submit, please see attachment
Comment #3
KrisBulman commentedI did a few more tests, and if i change the user name & "LDAP User DN" (in LDAP authentication Settings) on this user edit page, once submitted, it will actually create a new account in ldap with a random password.
Comment #4
miglius commentedChanging the username should chnage the drupal username, but shouldn't touch ldap. Changing LDAP DN moves user's ldap entry to other DN.
Comment #5
KrisBulman commentedok, yes, i see that it does that. however changing the password on this 'user edit' screen does still give the error seen in the screenshot above.
When watching the ldap console, it outputs very little information after attempting to make the change on the 'user edit' screen in drupal.. but when i change the password directly in ldap i see a whole different console output. Is there any information that i can provide that can help locate the source of the problem?
Comment #6
miglius commentedIf you don't change a pwd, just hit save on user edit page, does it still shows error?
Comment #7
KrisBulman commentedyes, it does
Comment #8
miglius commentedI cannot reproduce it.
This error should be shown if the LDAP DN is changed in the user edit page, but the new DN already exists in the ldap. If DN is not touched the error should never appear. IS checkbox Authenticate via LDAP checked in the user edit page?
Comment #9
KrisBulman commentedstrange that it's not reproducible. openldap / debian etch / drupal 5.7
I am creating the account through /admin/user/accounts/new and am modifying the user with the drupal user1 (admin) account.
Yes, the checkbox is checked to authenticate, although the box turns red after the attempt to submit the page.
(screenshot attached)
Comment #10
miglius commentedwhich ldapauth version do you use?
Comment #11
KrisBulman commented5.x-1.3 ldapauth / ldapdata / ldapgroups
Comment #12
KrisBulman commentedclosing ticket, this is very old.