Camunda Run with OpenLDAP Authentication

While testing Camunda Run with OpenLDAP for enabling LDAP authentication, found that we need to comment out the admin user otherwise server will not start.

camunda.bpm:
# admin-user:
#id: demo
#password: demo

filter:
create: All tasks
run:
auth:
enabled: true
ldap:
enabled: true
–skipped remaining attributes here…

1 Like