Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
I have a working Active Directory connection in EPiServer 7.5. The problem is that there are 1000+ groups/users in the AD. I've been trying to narrow down the search results by using OU, DC etc. but without any luck.
The problem is that the AD groups that I must be able to reach are located like this:
OU=Groups,OU=1,OU=Y,DC=x,DC=x
OU=Groups,OU=2,OU=Y,DC=x,DC=x
OU=Groups,OU=3,OU=Y,DC=x,DC=x
I must reach OU=Groups but if I only go to OU=Y,DC=x,DC=x I recieve 1000+ results and I can't find the groups in EPiServer.
However, I can find the users in a specific OU=Group if I go straight to it like this OU=Groups,OU=1,OU=Y,DC=x,DC=x, but then I'm not able to reach the other groups.
My connection string currently looks like this:
<add name="ActiveDirectoryProviderConnection" connectionString="LDAP://xx.xx.xx.xx/OU=Y,DC=X,DC=X"/>
Does anyone know how to solve this problem?
Grateful for help.
Best regards
Arvid