ldap-timeout

Configures the LDAP timeout interval. This is the interval after which a LDAP query is timed out.

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

ldap-timeout <1-5>

Parameters

ldap-timeout <1-5>

ldap-timeout <1-5>

Configures the LDAP query timeout interval from 1 - 5 seconds (default is 2 seconds)

When enabled, LDAP service allows the AP or controller to bind with the LDAP server and query it for user details. The LDAP query timeout is the interval between a request to and the response from the LDAP server. Once this interval is exceeded, the LDAP bind and query is timed out.

Examples

nx9500-6C8809(config-role-policy-test)#ldap-timeout 1
nx9500-6C8809(config-role-policy-test)#show context
role-policy test default-role use ip-access-list in test precedence 1
 ldap-query self
 ldap-timeout 1
 ldap-deadperiod 100
 ldap-server 1 host 192.168.13.7 bind-dn CN=Adminstrator,CN=Users,DC=TechPub,
DC=com base-dn CN=Administrator,CN=Users,DC=com bind-password 0 superuser port 2
nx9500-6C8809(config-role-policy-test)#

Related Commands

no (role-policy-config-mode-command)

Removes or resets the LDAP query timeout to default (2 seconds)