Group integration with Active Directory
-
Hi there,
I’ve managed to get the plugin authenticating against Active Directory, which is wonderful, most plugins can’t manage that. My remaining issue is filtering on a security group. I don’t really speak LDAP but I’ve given my best approximation of what settings it’s looking for. This is what I have and it will not authenticate against any group.
Map LDAP Groups to WordPress Roles: Yes
Default Role: None (Deny Access)
LDAP Groups override role of existing users: No
Group-Attribute: distinguishedName
Group-Separator: ;
Group-Filter: (&(objectclass=group)(member=%dn%))Under the Role, I have this under Author:
CN=MySecurityGroup,OU=My OU,DC=corp,DC=domain,DC=intUnfortunately even when I added
ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);
to ldap.php it won’t show me the exact nature of the response so I’m not sure what the problem is. Any advice would be appreciated if you’ve happened to set this up in an AD environment. Thanks.EDIT: I was able to run my query against AD and it came back with a list of groups, so this is super close to working, I’m just not sure how the group objects are returned natively.
- The topic ‘Group integration with Active Directory’ is closed to new replies.