sh run aaa:
Code:
aaa authentication enable console LOCAL
aaa authentication http console LOCAL
aaa authentication serial console LOCAL
aaa authentication ssh console LOCAL
aaa authentication match inside_authentication inside ldap-authenticat
sh run aaa-server:
Code:
aaa-server ldap-authenticat protocol ldap
reactivation-mode depletion deadtime 1
max-failed-attempts 1
aaa-server ldap-authenticat (inside) host x.x.x.x
server-port 389
ldap-base-dn dc=domain,dc=local
ldap-scope subtree
ldap-naming-attribute sAMAccountName
ldap-login-password *
ldap-login-dn cn=administrator,cn=users,dc=domain,dc=local
server-type microsoft
ldap-attribute-map ActiveDirectoryMapTable
aaa-server ldap-authorize protocol ldap
reactivation-mode depletion deadtime 1
max-failed-attempts 1
aaa-server ldap-authorize (inside) host x.x.x.x
server-port 389
ldap-base-dn dc=domain,dc=local
ldap-scope subtree
ldap-naming-attribute sAMAcountName
ldap-login-password *
ldap-login-dn cn=administrator,cn=users,dc=domain,dc=local
server-type microsoft
ldap-attribute-map ActiveDirectoryMapTable
sh run ldap:
Code:
ldap attribute-map ActiveDirectoryMapTable
map-name msNPAllowDialin cVPN3000-IETF-Radius-Class
map-value msNPAllowDialin FALSE NOaccess
map-value msNPAllowDialin TRUE VPNaccess
sh run access-list inside_authentication:
Code:
access-list inside_authentication remark LDAP-Policy
access-list inside_authentication extended permit tcp Mobile_Clients 255.255.255.0 any
Wobei ich nicht genau weiss, ob ich "aaa-server ldap-authorize" überhaupt noch brauche, ist noch ein Überbleibsel der ersten LDAP-Konfiguration...