active directory - Security group in LDAP connection string -


i've following structure in active directory

i.mydomain.dk     myorganizationalunit         mysecuritygroup 

i want users in security group (mysecuritygroup) have access website. ldap connection string looks this:

ldap://i.mydomain.dk/ou=mysecuritygroup, ou=myorganizationalunit, dc=i, dc=mydomain, dc=dk 

this not working because mysecuritygroup not ou.

is possible include security group in ldap connection string? if so, how should ldap connection string like?


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -