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
7
roles/389ds/templates/base-ous.ldif.j2
Normal file
7
roles/389ds/templates/base-ous.ldif.j2
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% for ou in ds389_base_ous %}
|
||||
dn: ou={{ ou }},{{ ds389_suffix }}
|
||||
changetype: add
|
||||
objectClass: organizationalUnit
|
||||
ou: {{ ou }}
|
||||
|
||||
{% endfor %}
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
services:
|
||||
{{ ds389_service_name }}:
|
||||
image: {{ ds389_image }}
|
||||
hostname: {{ ds389_hostname }}
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
DS_SUFFIX_NAME: {{ ds389_suffix }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue