[ Contributors ] [ Introduction ]
Contributors
| User | Edits | Comments | Labels |
|---|---|---|---|
| rsujatha | 1 | 0 | 0 |
Introduction
Document about how to configure an Authentication Module to authenticate/login through Active Directory.
- go to the Authentication tab for this realm.
- create new module instance with the following data:
- Primary Active Directory Server: myADServer:myADServerPort
- DN to Start User Search: dc=sun,dc=com
- DN for Root User Bind: cn=Administrator,cn=users,dc=kenlui,dc=com
- Password for Root User Bind: yourAdministratorPassword
- Attribute Used to Retrieve User Profile: sAMAccountName
- Attributes Used to Search for a User to be Authenticated: sAMAccountName
- Search Scope: SUBTREE
- create a new Authentication chaining instance
- add a new instance for the auth instance created above.
- set criteria to "sufficient"
- change "Default Authentication Chain" to new authentication
chain just created above.
now you should be able to login using your AD for authentication
by http://yourAMserver:port/amserver/UI/login?org=yourRealmName

