Skip to content

alessandrocavalli/camunda-ldap-synology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

camunda-ldap-synology

This example enables LDAP authentication for Camunda SpringBoot, using Synology integrated LDAP. The bpmn file has no importance at all.

Recipe:

  • Camunda Spring Boot
  • Synology NAS
  • LDAP Server installed

LDAP Server configuration:

  • Make sure you configure a FQDN name in LDAP server settings (as server provider). For instance, in this example, it is ldap.server.
  • If not exists, create a group named "administrators"
  • If not exists, create a user named "admin"

The last two above instructions to comply the application.yaml file...

security.administrator:
 administratorGroupName: administrators 
 administratorUserName: admin

Laptop configuration:

Make sure you modify your hosts file to map your synology nas to ldap.server (ie: 192.168.1.34 ldap.server)

yaml configuration:

Change security.ldap.managerPassword which needs to be the same than the one configured on your ldap server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages