33-6
Cisco Security Appliance Command Line Configuration Guide
OL-10088-01
Chapter 33 Configuring Network Admission Control
Changing Advanced Settings
For example:
hostname(config)# no eou allow clientless
hostname(config)#
Changing the Login Credentials Used for Clientless Authentication
When clientless authentication is enabled, and the security appliance fails to receive a response to a
validation request from the remote host, it sends a clientless authentication request on behalf of the
remote host to the Access Control Server. The request includes the login credentials that match those
configured for clientless authentication on the Access Control Server. The default username and
password for clientless authentication on the security appliance matches the default username and
password on the Access Control Server; the default username and password are both “clientless”. If you
change these values on the Access Control Server, you must also do so on the security appliance.
Enter the following command in global configuration mode to change the username used for clientless
authentication:
eou clientless username username
username must match the username configured on the Access Control Server to support clientless hosts.
Enter 1 to 64 ASCII characters, excluding leading and trailing spaces, pound signs (#), question marks
(?), quotation marks ("), asterisks (*), and angle brackets (< and >).
Enter the following command in global configuration mode to change the password used for clientless
authentication:
eou clientless password password
password must match the password configured on the Access Control Server to support clientless hosts.
Enter 4 – 32 ASCII characters.
You can specify only the username, only the password, or both. For example, enter the following
commands to change the username and password for clientless authentication to sherlock and
221B-baker, respectively:
hostname(config)# eou clientless username sherlock
hostname(config)# eou clientless password 221B-baker
hostname(config)#
To change the username to its default value, enter the following command:
no eou clientless username
For example:
hostname(config)# no eou clientless username
hostname(config)#
To change the password to its default value, enter the following command:
no eou clientless password
For example:
hostname(config)# no eou clientless password
hostname(config)#