Closed (fixed)
Project:
Lightweight Directory Access Protocol
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 May 2012 at 17:11 UTC
Updated:
13 Jun 2012 at 17:45 UTC
Comments
Comment #1
johnbarclay commentedAppreciate you reading the docs and issue queue and providing the structure of your ldap.
Definately case IIC is correct and everything in http://drupal.org/files/IIC%20-%20Settings.PNG looks correct except:
"Attribute holding the previous list of values" should be "dn"
since cn=MCWiki...dc=org is a dn.
This also looks correct: http://drupal.org/files/III%20-%20Settings.PNG.
Be aware that there are some current case sensitivity issues in the queue that may further complicate your testing.
Feel free to edit the documentation as insights from new users is invaluable in the documentation.
Comment #2
sassafrass commentedThanks for responding and your support!
Does the error message I get for III Settings provide any insight: "Authorization - Bad mapping syntax. Text entered but not able to convert to array."
Are the entries case sensitive or should they all be all lower case, regardless?
Comment #3
johnbarclay commentedthe mapping syntax check should just be for | in the entries in the filter/map box. the mappings should be case insensitive. all this assumes you are on the 7.x-1.x-dev branch. 7.x-2.x is pretty broken and I need to merge recent 7.x-1.x bug fixes into it.
Comment #4
sassafrass commentedChanged "Attribute holding the previous list of values" to "dn" and updated to latest version of 7.x.2.x-dev and it works! Thanks!