Authenticating with Active Directory
Posted: 04 Apr 2013 14:17
I have a requirement to use active directory for authenticating users to the switch, and I followed the instructions in the manual. I have tried with LDAP, however I can not find a download for the Alcatel LDAP schema that the instructions say I must have. Because of this, I switched over to using RADIUS. I found instructions for implementing authentication with Active Directory using RADIUS, but I cannot get it to work either. The instructions I have are for Server 2003. I am using Server 2008R2, but I feel confident that I matched up the differences correctly. Does anyone have a decent cheatsheet on doing this that they have seen work with Server 2008 R2? The details of my configuration are below:
VirtualChassis2-> show aaa server
Server name = DC-01
Server type = RADIUS,
IP Address 1 = 10.10.10.XX,
Retry number = 3,
Time out (sec) = 2,
Authentication port = 1812,
Accounting port = 1813,
VRF = default
Server name = dc-01
Server type = LDAP,
IP Address 1 = 10.10.10.XX,
Port = 389,
Domain name = Alcatel,
Search base = cn=Switch Admins,
Retry number = 3,
Time out (sec) = 2
VirtualChassis2-> show microcode
Package Release Size Description
-----------------+---------------+--------+-----------------------------------
Kbase.img 6.4.4.585.R01 18617753 Alcatel-Lucent Base Software
K2os.img 6.4.4.585.R01 1959554 Alcatel-Lucent OS
Keni.img 6.4.4.585.R01 5763476 Alcatel-Lucent NI software
Ksecu.img 6.4.4.585.R01 649219 Alcatel-Lucent Security Management
aaa radius-server "DC-01" host 10.10.10.XX key 717da3fc9d24fe7e retransmit 3 timeout 2 auth-port 1812 acct-port 1813
aaa ldap-server "dc-01" host 10.10.10.XX dn "Alcatel" password 4f26eb50bfd1d5d2fa95cf3246d2532e base "cn=Switch Admins" type generic retransmit 3 timeout 2 no ssl
aaa authentication default "local"
aaa authentication console "local"
aaa authentication telnet "dc-01"
VirtualChassis2-> show aaa server
Server name = DC-01
Server type = RADIUS,
IP Address 1 = 10.10.10.XX,
Retry number = 3,
Time out (sec) = 2,
Authentication port = 1812,
Accounting port = 1813,
VRF = default
Server name = dc-01
Server type = LDAP,
IP Address 1 = 10.10.10.XX,
Port = 389,
Domain name = Alcatel,
Search base = cn=Switch Admins,
Retry number = 3,
Time out (sec) = 2
VirtualChassis2-> show microcode
Package Release Size Description
-----------------+---------------+--------+-----------------------------------
Kbase.img 6.4.4.585.R01 18617753 Alcatel-Lucent Base Software
K2os.img 6.4.4.585.R01 1959554 Alcatel-Lucent OS
Keni.img 6.4.4.585.R01 5763476 Alcatel-Lucent NI software
Ksecu.img 6.4.4.585.R01 649219 Alcatel-Lucent Security Management
aaa radius-server "DC-01" host 10.10.10.XX key 717da3fc9d24fe7e retransmit 3 timeout 2 auth-port 1812 acct-port 1813
aaa ldap-server "dc-01" host 10.10.10.XX dn "Alcatel" password 4f26eb50bfd1d5d2fa95cf3246d2532e base "cn=Switch Admins" type generic retransmit 3 timeout 2 no ssl
aaa authentication default "local"
aaa authentication console "local"
aaa authentication telnet "dc-01"