I have the case that Users that neet to be authenticated are under two differenct OUs
UserBaseDN="OU=someOU1,DC=web,DC=javaranch,DC=com"
UserBaseDN="OU=someOU2,DC=web,DC=javaranch,DC=com"
user are distributed in both OUs half is under someOu1 and other half is in someOU2 so I am wondering how would I construct a userBase attribute :
userBase="ou=someOU,dc=yourcompany,dc=com"
userSearch="(uid={0})"
roleBase="ou=groups,dc=yourcompany,dc=com"
roleName="cn"
roleSearch="(member={0})"
any suggestions?
UserBaseDN="OU=someOU1,DC=web,DC=javaranch,DC=com"
UserBaseDN="OU=someOU2,DC=web,DC=javaranch,DC=com"
user are distributed in both OUs half is under someOu1 and other half is in someOU2 so I am wondering how would I construct a userBase attribute :
userBase="ou=someOU,dc=yourcompany,dc=com"
userSearch="(uid={0})"
roleBase="ou=groups,dc=yourcompany,dc=com"
roleName="cn"
roleSearch="(member={0})"
any suggestions?