How can i integrate Weblogic with Microsoft Active directory
Hi Community,
How can i authenticate weblogic against Active directory ?
Here is my connection details:
Connection:
Host: 172.16.104.231
Port: 389
Principle: CN=adftest,OU=Service Account,DC=kwttestdc,DC=com
Credential: my-ad-password
Confirm Credential: my-ad-password
Users:
User Base DN: CN=ADF_group,CN=Users,DC=kwttestdc,DC=com
User From Name Filter: (&(cn=%u)(objectclass=user))
User Search Scope: subtree
User Name Attribute: sAMAccountName
User Object Class: organizationalPerson
Group:
Group Base DN: CN=Users,DC=kwttestdc,DC=com
Group From Name Filter: (&(cn=%g)(objectclass=group))
Group Search Scope: subtree
Group Membership Searching: unlimited
Max Group Membership Search Level: 0
all the groups are fetching properly and i can able to see under user& Groups.