derby.authentication.ldap.searchAuthPW Along with derby.authentication.ldap.searchAuthDN, the derby.authentication.ldap.searchAuthPW property indicates how should bind with the directory server to do searches in order to retrieve a fully qualified user DN (distinguished name). authentication.ldap.searchAuthPW property LDAPconfiguring

This property specifies the password; specifies the DN to use for the search.

For more information about LDAP user authentication, see "Configuring LDAP authentication" in the .

Default

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

Example -- system-wide property derby.authentication.ldap.searchAuthPW=guestPassword -- database-wide property CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY( 'derby.authentication.ldap.searchAuthPW', 'guestPassword')
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.