set system aaa ldap bind password
The set system aaa ldap bind password command configures LDAP bind password.
The delete system aaa ldap bind password command deletes configuration.
Â
Command Syntax
set system aaa ldap bind password <encrypted-password>
delete system aaa ldap bind password <encrypted-password>
Â
Parameters
Parameter | Description |
password <encrypted-password> | Specifies the password of the shared secret text string used between the switch and an LDAP server. |
Â
Usage Guidelines
Specifies the credentials with which to bind. This option is only applicable when used with bind root-dn above. We also recommend that users configure bind root DN and corresponding passwords to implement authenticated bind.
Â
Example
Configure the shared secret text string used between the router and an LDAP server.
admin@PICOS# set system aaa ldap bind root-dn cn=root,dc=fs,dc=com
admin@PICOS# set system aaa ldap bind password fs
admin@PICOS# commit
Â
Copyright © 2024 Pica8 Inc. All Rights Reserved.