Disabling LDAP User Authentication

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

  1. Configure the user_authentication_source to both SAP 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 SAP Replication Server using the reset password command.
  2. After completing the password validation for each user, configure the user_authentication_source to SAP Replication Server:
    configure replication server 
    set user_authentication_source to 'rs'
    
Related tasks
Resetting a Lost or Forgotten sa User Password