| Request | LDAPMultiPlugins -- documentation request -- by Brett Lentz |
| Posted on | Mar 22, 2007 12:48 pm |
| Subscribe |
| Resolve by Jens Vagelpohl on Mar 29, 2007 3:22 am | |
|
Thanks for the information. I have expanded the README a little: http://svn.dataflake.org/?view=rev&revision=1408 |
|
|
|
| Initial Request by Brett Lentz on Mar 22, 2007 12:48 pm | |
|
The Plone Guys found the source of my problem with getting Active Directory to work. This might be a good thing to add into the readme for the plugin. :) Here is what they had to say: Navigate to your acl_users in the ZMI, click on your AD Plugin, then click on the Contents tab, and click on the contained LDAPUserFolder: There you need to change the User ID Attribute: e.g. to sAMAccountName or whatever you want to be displayed when the user is logged in. By default this is set to the objectGUID which can't be decoded properly. For groups to be correctly working, you should also consider changing groupid_attr (Properties tab of your AD plugin) to name. |