Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
#7 test LDIP with ROLE_group for Belphegor happies
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Mar 18, 2016
1 parent 2de1c94 commit 85c7b04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ansible/roles/ldap/templates/root/tmp/test-de-user.ldif.j2
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ givenName: testde10
mail: [email protected]
userPassword: testde10

dn: cn=group1, ou=Groups, {{ldap.dc}}
dn: cn=ROLE_group1, ou=Groups, {{ldap.dc}}
objectclass: posixGroup
cn: group1
objectClass: top
Expand All @@ -134,7 +134,7 @@ memberUid: testde8
memberUid: testde9
memberUid: testde10

dn: cn=group2, ou=Groups, {{ldap.dc}}
dn: cn=ROLE_group2, ou=Groups, {{ldap.dc}}
objectclass: posixGroup
cn: group2
objectClass: top
Expand All @@ -143,7 +143,7 @@ memberUid: testde8
memberUid: testde9
memberUid: testde10

dn: cn=group3, ou=Groups, {{ldap.dc}}
dn: cn=ROLE_group3, ou=Groups, {{ldap.dc}}
objectclass: posixGroup
cn: group3
objectClass: top
Expand All @@ -152,7 +152,7 @@ memberUid: testde1
memberUid: testde2
memberUid: testde3

dn: cn=group4, ou=Groups, {{ldap.dc}}
dn: cn=ROLE_group4, ou=Groups, {{ldap.dc}}
objectclass: posixGroup
cn: group4
objectClass: top
Expand Down

0 comments on commit 85c7b04

Please sign in to comment.