2
votes

We've been looking into ways to get our client's Sitecore (6.4.1 rev. 110720) hooked up to their Active Directory setup. The first thing we came across was the LDAP module for Sitecore. The client likes the "Live Validation Mode" of the LDAP connector, so we started looking into that. However, it became quickly clear that SDN shows that they haven't tested the LDAP module with Sitecore 6.x.

Then we found the AD module, which is clearly made for Sitecore 6.x. However, it seems to always operate in what the LDAP module documentation called "Mixed Mode" (that is, a robust 2-way sync of users and roles).

I have two questions. Does the LDAP module work on Sitecore 6.x? If not, is there a way to configure the AD module to only sync roles/groups?

1

1 Answers

5
votes

The LDAP module is the predecessor of the AD module and it doesn't work for Sitecore 6.x. Sitecore 6.x security is totally based on the ASP.NET security model, and this is what differs it from LDAP module completely.

The AD module is most likely able to satisfy your needs. If you only want the roles from AD in your Sitecore solution, then you should just plug in the role provider, and do not plug in the membership and profile providers. You might also want to enable RolesInRoles membership feature, because you'll most likely want to make your AD roles members of the standard Sitecore security roles. The RolesInRoles can do this for you.

It's all in the AD module documentation. If you're looking for the AD integration for your Sitecore solution, the AD module is the way to go.