Cloudscape Properties,
Page 2 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.searchAuthDN

Along with cloudscape.authentication.ldap.searchAuthPW, this property indicates how Cloudscape should bind with the LDAP directory server to do searches for user DN (distinguished name). This property specifies the DN; cloudscape.authentication.ldap.searchAuthPW specifies the password to use for the search.

If these two properties are not specified, an anonymous search is performed if it is supported.

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

Syntax

cloudscape.authentication.ldap.searchAuthDn=DN

Default

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

Example

-- system-wide property
cloudscape.authentication.ldap.searchAuthDn=
    cn=guest,o=cloudscape.com
-- database-wide property
CALL PropertyInfo.setDatabaseProperty(
    'cloudscape.authentication.ldap.searchAuthDn',
    'cn=guest,o=cloudscape.com')
-- publishing a database-wide property
CREATE PUBLICATION . . .
ADD TARGET DATABASE PROPERTY cloudscape.authentication.ldap.searchAuthDn=
    'cn=guest,o=cloudscape.com'

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.