Steps after changing LDAP BINDPW
After you change LDAP BINDPW, you must run the SET AUTHENTICATION LDAP command again with updated bindpw.
Example:
nzsql -c " SET AUTHENTICATION LDAP BASE 'dc=nzdevelopment,dc=com' NAMECASE lowercase SERVER 'AD_SERVER' SSL 'OFF' BINDPW <updatedBindPW> BINDDN 'cn=ad_admin_user1,cn=Users,dc=nzdevelopment,dc=com' ATTRNAME 'sAMAccountName';"
- Valid characters for BINDPW
- @ # * @ % $ + - / [ ] { } ~ _ . : ? ^ , =
- Invalid characters for BINDPW
- ! \ ( ) & ; ' " < > | `