Cloudscape Properties
Page 3 of 47

cloudscape.authentication.ldap.searchAuthPW

Along with cloudscape.authentication.ldap.searchAuthDN, indicates how Cloudscape should bind with the directory server to do searches in order to retrieve a fully qualified user DN. This property specifies the password; cloudscape.authentication.ldap.searchAuthDN specifies the DN to use for the search.

For more information about LDAP user authentication, see LDAP Directory Service of the Cloudscape Developer's Guide.

Default

If not specified, an anonymous search is performed if it is supported.

Example

-- system-wide property
cloudscape.authentication.ldap.searchAuthPW=guestPassword

-- database-wide property
CALL PropertyInfo.setDatabaseProperty(
    'cloudscape.authentication.ldap.searchAuthPW',
    'guestPassword')

-- publishing a database-wide property
CREATE PUBLICATION APub
ADD TARGET DATABASE PROPERTY cloudscape.authentication.ldap.searchAuthPW=
    'guestPassword'

Scope

system-wide

database-wide (publishable)

Static or Dynamic

Static. For system-wide properties, you must reboot Cloudscape for the change to take effect. For database-wide properties, you must reboot the database for the change to take effect.