Specify the password associated
with the login name (DN).
To enhance security, you can optionally update the bind password at
regular intervals (also known as password rotation). To automate
this process, you can use a command instead of manually updating the
agent configuration. To update the bind password, update the
password on the LDAP server, then enter the following command on the
agent host: CloudIdAgentCLI.exe
ldap_bind_password:<password>
(where <password> represents the password you
want to use).
If the password contains any of the following non-alphanumeric
characters, use an escape character to interpret it as a literal
character:`*\~;(%?.:@/$%^*()!''"
The escape character depends on the shell or programming language you
use to enter the command.
For example, if you are using Powershell version 7.4.2:
- If the password contains the specified non-alphanumeric
characters, use quotation marks ( " ) before and after the
password.
- If the password contains quotation marks or escape characters,
use the escape character ( ` ) before the character. You must
also use quotation marks before and after the password.
For example, if the new password is
`*\~;(%?.:@/$%^*()!''" and you are using
Powershell version 7.4.2, enter the following command:
.\CloudIdAgentCLI.exe
ldap_bind_password:"``*\~;(%?.:@/$%^*()!''`""
To troubleshoot any issues, check the log file
(CloudIdAgentCLIDebug.log). The log
file location is the same as the installation location for the agent
(C:\Program Files (x86)\Palo Alto Networks\Cloud
Identity Agent. |