Login Mapping of External Authentication

Adaptive Server can map one unique mapping of an external user to an internal Adaptive Server login

When you configure an external authentication mechanism, if there is exactly one mapping of an external user to an internal Adaptive Server login, and if it is successfully authenticated, Adaptive Server updates the internal login’s password to match the external user’s password.

For example, under these conditions:
  1. USER1 has an Adaptive Server login name of "user_ase" with password "user_password".
  2. Another user has an LDAP login name of "user_ldap" with password "user_ldappasswd".
  3. Adaptive Server has a one to one mapping for "user_ldap" to "user_ase".
  4. User "user_ldap" logs in to Adaptive Server using password "user_ldappasswd". Adaptive Server updates the "user_ase" password to "user_ldapppasswd".