Help with AD LDAP query
hi
i have application needs check members of group in ad.
we have multiple domains in our forest. forest root kam.com, , have eu.kam.com, usa.kam.com , japan.kam.com
within each domain, there ad sites each country, , users, computers or groups ou.
i have created new ou named financeapp well, under root. currently, there security group in:
eu.kam.com > germany > groups named sg-sec1.
i move to:
eu.kam.com > financeapp > groups
the application set sec1 in:
cn=sg-sec1, ou=groups, ou=germany, dc=eu, dc=kam, dc=com
i guess when move group, need change to:
cn=sg-sec1, ou=groups, ou=financeapp, dc=eu, dc=kam, dc=com means everytime move group in ad, application needs reconfigured. there way can add 'wildcard' ldap query , search under eu.kam.com, or not performance reasons?
thanks in advance
i have application needs check members of group in ad.
we have multiple domains in our forest. forest root kam.com, , have eu.kam.com, usa.kam.com , japan.kam.com
within each domain, there ad sites each country, , users, computers or groups ou.
i have created new ou named financeapp well, under root. currently, there security group in:
eu.kam.com > germany > groups named sg-sec1.
i move to:
eu.kam.com > financeapp > groups
the application set sec1 in:
cn=sg-sec1, ou=groups, ou=germany, dc=eu, dc=kam, dc=com
i guess when move group, need change to:
cn=sg-sec1, ou=groups, ou=financeapp, dc=eu, dc=kam, dc=com means everytime move group in ad, application needs reconfigured. there way can add 'wildcard' ldap query , search under eu.kam.com, or not performance reasons?
thanks in advance
specify "smallest" base distinguished name of search give result looking for. sounds should domain in case. if use samaccountname of group as search criteria, performance should fine...
hth
marcin
hth
marcin
Windows Server > Directory Services
Comments
Post a Comment