exts
" subdirectory of the working directory of Axon Server:axoniq.axonserver.accesscontrol.enabled
true
" to enable access control.axoniq.axonserver.enterprise.ldap.enabled
true
" to enable the plugin.axoniq.axonserver.enterprise.ldap.server-name
localhost
".axoniq.axonserver.enterprise.ldap.server-port
389
.axoniq.axonserver.enterprise.ldap.server-url
ldaps://ldap-server.local
".axoniq.axonserver.enterprise.ldap.initialBindUserDN
cn=admin,dc=demo,dc=io
". Only if both this property and the corresponding password are set, will they be used.axoniq.axonserver.enterprise.ldap.initialBindPassword
axoniq.axonserver.enterprise.ldap.search-base
ou=people,dc=planetexpress,dc=com
".axoniq.axonserver.enterprise.ldap.search-filter
(&(objectClass=inetOrgPerson)(uid={0}))
". The "{0}
" notation is used to place the username.axoniq.axonserver.enterprise.ldap.group-base
search-base
" setting, you can add a "group-base
". This setting is optional and normally not needed.axoniq.axonserver.enterprise.ldap.group-filter
group-filter
" is the search pattern for groups, which will be translated to roles, for example "(&(objectclass=Group)(member={0}))
"axoniq.axonserver.enterprise.ldap.activeDirectory
true
".axoniq.axonserver.enterprise.ldap.adDomain
true
".axoniq.axonserver.enterprise.ldap.using-pooled-queries
axoniq.axonserver.enterprise.ldap.allowing-referrals