These are the steps for configuring Adaptive Server for LDAP authentication.
Specify the Adaptive Server LDAP URL search strings and access account values.
Set enable ldap user auth to 2.
Add users in the LDAP directory server using LDAP vendor-supplied tools.
Add users to Adaptive Server using sp_addlogin. You can also use sp_maplogin to automatically create login accounts upon authentication or apply other login controls.
To avoid disruption of service in existing server installations, migrate Adaptive Server to LDAP:
Specify an LDAP URL search string to Adaptive Server.
Set the configuration parameter enable ldap user auth to 1.
Add users in the LDAP directory server.
When all users are added to the LDAP server, set enable ldap user auth to 2 to require all authentications to be performed with LDAP, or use sp_maplogin to override configuration parameters with login controls.
Copyright © 2005. Sybase Inc. All rights reserved. |