Disabling LDAP User Authentication

Disable the LDAP user authentication in an existing Sybase replication system.

  1. Configure the user_authentication_source to both Replication Server and the LDAP server:
    configure replication server 
    set user_authentication_source to 'any'
    
    You must ensure that all passwords in rs_users are valid before you disable the LDAP user authentication. You can simply reset the password in Replication Server using the reset password command.
  2. After completing the password validation for each user, configure the user_authentication_source to Replication Server:
    configure replication server 
    set user_authentication_source to 'rs'
    
Related tasks
Resetting a Lost or Forgotten sa User Password