Skip to content

Commit

Permalink
Add another group to server 1 that doesn't collide with server 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-mayer authored Feb 11, 2025
1 parent d3c83c9 commit 98d45e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,20 @@ Passwords do match the the `uid`, so `user1` for the user `uid=user1,ou=accounts

## Groups

We have one group
We have two groups

- cn=myservice,ou=groups,ou=base1,<LDAP_BASE_DN>
- cn=specialservice,ou=groups,ou=base1,<LDAP_BASE_DN>

with the following members
first one with the following members

- uid=user1id,ou=accounts,ou=base1,,<LDAP_BASE_DN>
- uid=user2id,ou=accounts,ou=base1,<LDAP_BASE_DN>
- uid=included1id,ou=accounts,ou=base2,<LDAP_BASE_DN>

and second one with
- uid=user1id,ou=accounts,ou=base1,,<LDAP_BASE_DN>

### Type 2 Template

`<LDAP_BASE_DN>` is `dc=kontextwork-test,dc=de`.
Expand Down
6 changes: 6 additions & 0 deletions ldif/bootstrap/bitnami/data-template-type1-static.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,9 @@ cn: myservice
uniqueMember: uid=user1id,ou=accounts,ou=base1,dc=example,dc=org
uniqueMember: uid=user2id,ou=accounts,ou=base1,dc=example,dc=org
uniqueMember: uid=included1id,ou=accounts,ou=base2,dc=example,dc=org

dn: cn=specialservice,ou=groups,ou=base1,dc=example,dc=org
objectClass: groupOfUniqueNames
objectClass: top
cn: specialservice
uniqueMember: uid=user1id,ou=accounts,ou=base1,dc=example,dc=org

0 comments on commit 98d45e9

Please sign in to comment.