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" in Chapter 7 of the Derby Developer's Guide.
derby.authentication.ldap.searchAuthDn=DN
If not specified, an anonymous search is performed if it is supported.
-- system-wide property derby.authentication.ldap.searchAuthDn= cn=guest,o=ExampleSite.com -- database-wide property CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY( 'derby.authentication.ldap.searchAuthDn', 'cn=guest,o=ExampleSite.com')
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.