apache > db
Apache DB Project
 
Font size:      

derby.authentication.ldap.searchBase

derby.authentication.ldap.searchBase

Function

Specifies the root DN of the point in your hierarchy from which to begin a guest or anonymous search for the user's DN. For example:

ou=people,o=JBMSTours.com

When using Netscape Directory Server, set this property to the root DN, the special entry to which access control does not apply.

For more information about LDAP user authentication, see the Derby Developer's Guide.

Examples

-- system-wide property 
derby.authentication.ldap.searchBase=
    ou=people,o=JBMSTours.com
 -- database-wide property 
CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY(
    'derby.authentication.ldap.searchBase',
    'ou=people,o=JBMSTours.com')

Dynamic or static

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


Previous Page
Next Page
Table of Contents
Index