Closed (fixed)
Project:
LDAP integration
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
14 Mar 2009 at 03:08 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent
Comments
Comment #1
arnd commentedAs admin I can see the dn and the server ( I have only 1), but cannot edit the dn. As normal user I cannot. There is only one permission related to LDAP integration: administer ldap modules. I don't know, what it does, but it doesn't help here.
Comment #2
miglius commentedThe DN can be viewed but cannot be edited. This is because on login the code loops through all configured ldap servers and tries to authenticate the user. Once authenticated the DN is saved in users data just for reference which ldap server has authenticated the user last time.
Comment #3
presleyd commentedIn my case I need to move some of my users to authenticate to my first directory because of the data I'm fetching with ldapdata. This data isn't in the second directory but even if the passwords are different, once they are successful on this second directory the only way I can move them back to the first is to edit them in the user table? Didn't it used to be editable? Is there any way to get this back if so? Does this seem like a silly use case?
Comment #4
miglius commentedMake your preferable ldap server first. Then a user will authenticate against it and never hit the second server.
Comment #5
presleyd commentedThe reason I noticed in the first place is that the first server went through some downtime and the user authenticated to the second and now can't get back to the first.
Comment #6
miglius commented#411190: Create a dragable LDAP servers list is in the works.
Comment #7
miglius commentedClosing this issue as now the servers can be reordered.
Comment #8
presleyd commentedThis works great now thanks!