LDAPS Functionality for Adaptive Server Enterprise Drivers and Providers

When ldaps is specified in the LDAP URL instead of ldap, an SSL connection to the LDAP server is established.

UNIX

This is an example of the attributes you must specify for the DSN in odbc.ini (or connection string):

DSURL = ldaps://huey:636/dc=sybase,dc=com????bindname=cn=Manager,dc=Sybase,dc=com?secret 
DSServiceName = myAse 
TrustedFile = /usr/u/sybase/config/trusted.txt

The Certificate Authority signing certificate used to sign the LDAP server’s certificate must be appended to the trusted.txt file.

Windows

This is an example of the attributes you must specify in the connection string:

DSURL = ldaps://huey:636/dc=sybase,dc=com????bindname=cn=Manager,dc=Sybase,dc=com?secret 
DSServiceName = myAse

The Certificate Authority signing certificate used to sign the LDAP server’s certificate must be installed in the Microsoft Certificate Store.