Find
|
Update
|
<ldap-server id="PrimayLDAP"
url="ldap://enter_hostname:389/root_dn_here" manager-dn="uid=admin,ou=system" manager-password="admin" /> |
The LDAP id, url, manager-dn (Account manager domain name), and manager-password (Account manager's password) fields for your REST Web application to identify and authenticate your LDAP server accounts.
|
<authentication-manager
id="RestApplicationtAuth" > <ldap-authentication-provider server-ref="PrimayLDAP" group-role-attribute="cn" role-prefix="ROLE_" group-search-filter="(member={0})" group-search-base="" user-search-base="" user-search-filter="(uid={0})" /> </authentication-manager> |
All the properties of the LDAP authentication manager based on the design and implementation of your directory services.
|