derby.authentication.ldap.searchBase The derby.authentication.ldap.searchBase property specifies the root DN of the point in your hierarchy from which to begin a guest or anonymous search for the user's DN. derby.authentication.ldap.searchbase property LDAPconfiguring

For example:

ou=people,o=example.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 "Configuring LDAP authentication" in the .

Example -- system-wide property derby.authentication.ldap.searchBase= ou=people,o=example.com -- database-wide property CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY( 'derby.authentication.ldap.searchBase', 'ou=people,o=example.com')
Dynamic or static

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