Cloudscape Properties,
Page 3 of 44


[top]
[prev]
[next]
Documentation Top
Global Index
Reference Manual
TOC Index
Grammar index
Developer's Guide
TOC Index
Tuning Cloudscape
TOC Index

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 . . .
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.

[top]
[prev]
[next]


Cloudscape Version 3.0
For technical support, go to: www.cloudscape.com and click Support.
Copyright © 1998 and 1999 Cloudscape, Inc. All rights reserved.