Skip to content

Commit d3c83c9

Browse files
authored
Remove template functionality, it does no longer exist
1 parent bcdcd1f commit d3c83c9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ Server 2 has the port `20389` and the default domain example.org
4040

4141
When you see the Users / Groups below, you need to replace the `<LDAP_BASE_DN>` with the domain, so either `dc=example,dc=org` or`dc=kontextwork-test,dc=de`
4242

43-
The ldif's are templated, so you can change the container env variable `LDAP_DOMAIN` to have your own domain, or change the password.
44-
4543
### Type 1 Template
4644

47-
`<LDAP_BASE_DN>` should be `dc=example,dc=org` if the default is not changed.
45+
BaseDN is `dc=example,dc=org`.
4846

4947
## Users
5048
- uid=user1id,ou=accounts,ou=base1,,<LDAP_BASE_DN>
@@ -69,7 +67,7 @@ with the following members
6967

7068
### Type 2 Template
7169

72-
`<LDAP_BASE_DN>` should be `dc=kontextwork-test,dc=de` if the default is not changed.
70+
`<LDAP_BASE_DN>` is `dc=kontextwork-test,dc=de`.
7371

7472
#### Users
7573

0 commit comments

Comments
 (0)