I've been using LDAP to authenticate administrators to our ASA's, but I've recently run into a problem. It's been working fine for about 5 months, but this past week, administrators have been getting LDAP logins rejected, and it falls back to local authentication. The AD servers are working fine for every other AD dependent application, but the ASA's are crapping out. This is what I get when debugging aaa authentication:
[15789] Session Start
[15789] New request Session, context 0xccb03598, reqType = Authentication
[15789] Fiber started
[15789] Creating LDAP context with uri=ldap://x.x.x.254:389
[15789] Connect to LDAP server: ldap://x.x.x.254:389, status = Successful
[15789] While getting rootDSE, LDAP server x.x.x.254 returned code (-1) Can't contact LDAP server
[15789] This LDAP server does not support V3 protocol.
[15789] Binding as LDAPReadOnly
[15789] Performing Simple authentication for LDAPReadOnly to x.x.x.254
[15789] Simple authentication for LDAPReadOnly returned code (-1) Can't contact LDAP server
[15789] Failed to bind as LDAPReadOnly returned code (-1) Can't contact LDAP server
[15789] Fiber exit Tx=145 bytes Rx=0 bytes, status=-2
[15789] Session End
Marking server DC1 down in servertag LDAPServers
I've done some searching, but I'm not coming up with much of anything. I've tried changing the user used to bind to the LDAP servers to a user with domain admin priveleges, but that doesn't work either.
It's ASA 8.2(1) binding to Windows 2003 x64 R2 SP2. Any help would be appreciated.
[15789] Session Start
[15789] New request Session, context 0xccb03598, reqType = Authentication
[15789] Fiber started
[15789] Creating LDAP context with uri=ldap://x.x.x.254:389
[15789] Connect to LDAP server: ldap://x.x.x.254:389, status = Successful
[15789] While getting rootDSE, LDAP server x.x.x.254 returned code (-1) Can't contact LDAP server
[15789] This LDAP server does not support V3 protocol.
[15789] Binding as LDAPReadOnly
[15789] Performing Simple authentication for LDAPReadOnly to x.x.x.254
[15789] Simple authentication for LDAPReadOnly returned code (-1) Can't contact LDAP server
[15789] Failed to bind as LDAPReadOnly returned code (-1) Can't contact LDAP server
[15789] Fiber exit Tx=145 bytes Rx=0 bytes, status=-2
[15789] Session End
Marking server DC1 down in servertag LDAPServers
I've done some searching, but I'm not coming up with much of anything. I've tried changing the user used to bind to the LDAP servers to a user with domain admin priveleges, but that doesn't work either.
It's ASA 8.2(1) binding to Windows 2003 x64 R2 SP2. Any help would be appreciated.