| Request | LDAPMultiPlugins -- bug report -- by Wichert Akkerman |
| Posted on | Sep 25, 2007 10:25 am |
| Subscribe |
| Resolve by Jens Vagelpohl on May 30, 2008 5:15 pm | |
|
I have removed the id lowercasing and hope this will help you along: http://svn.dataflake.org/viewvc?view=rev&revision=1478 |
|
|
|
| Initial Request by Wichert Akkerman on Sep 25, 2007 10:25 am | |
|
ActiveDirectoryMultiPlugin.enumerateGroup does a test_id = id.lower(). This is bad for objectGUIDs since those are binary strings, not texts and transforming them will break things. I can't think of a good reason to lowercase the id there; perhaps a simple test_id=id will suffice. |