feat: add 389ds ldap backend to keycloak
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
59d0174905
commit
12864a13b0
8 changed files with 138 additions and 2 deletions
|
|
@ -19,8 +19,14 @@ ds389_root_password: "changeme"
|
|||
|
||||
# Instance configuration
|
||||
ds389_instance_name: "localhost"
|
||||
ds389_hostname: "{{ ds389_service_name }}"
|
||||
|
||||
# Network configuration
|
||||
ds389_backend_network: "backend"
|
||||
ds389_ldap_port: 3389
|
||||
ds389_ldaps_port: 3636
|
||||
ds389_ldaps_port: 3636
|
||||
|
||||
# Base OUs to create after container starts
|
||||
ds389_base_ous:
|
||||
- users
|
||||
- groups
|
||||
Loading…
Add table
Add a link
Reference in a new issue