Specifications

OmniAccess Reference: AOS-W System Reference
352 Part 031652-00 May 2005
Enter the config-ldapserver submode by executing the aaa
ldap-server command with the name of the server you wish to
configure as the argument.
Enter the LDAP server’s IP address.
Specify the authentication port number.
Specify a base distinguished name under which the server to
search for all users.
Specify an admin distinguished name to establish the user with
administrative rights.
Specify the admin password.
Specify the key attribute to use when searching for the server.
Select a filter
Set the server timeout in seconds.
(Alcatel) (config) #aaa ldap-server horseradish_2_ldap
(Alcatel) (config-ldapserver-horseradish_2_ldap)#
(Alcatel) (config-ldapserver-horseradish_2_ldap)#host
192.168.200.251
(Alcatel) (config-ldapserver-horseradish_2_ldap)#authport 389
(Alcatel) (config-ldapserver-horseradish_2_ldap)#base-dn "cn=Users,
dc=lm, dc=Alcatelnetworks, dc=com"
(Alcatel) (config-ldapserver-horseradish_2_ldap)#admin-dn
"cn=Users, dc=lm, dc=Alcatelnetworks, dc=com"
(Alcatel) (config-ldapserver-horseradish_2_ldap)#admin-passwd
ABC123
(Alcatel) (config-ldapserver-horseradish_2_ldap)#key-attribute
sAMAaccountName
(Alcatel) (config-ldapserver-horseradish-2-ldap)#filter
"(objectclass=*)"
(Alcatel) (config-ldapserver-horseradish-2-ldap)#timeout 20
1
2
3
4
5
6
7
8
9