Deprecate using osixia/openldap and setup test configuration using our own alpine/ldap container
This commit is contained in:
15
tests/server/openldap/data/04-example_com.ldif
Normal file
15
tests/server/openldap/data/04-example_com.ldif
Normal file
@@ -0,0 +1,15 @@
|
||||
# LDIF Export for dc=example.com
|
||||
|
||||
#version: 1
|
||||
|
||||
# Entry 1: dc=example.com
|
||||
dn: dc=example.com
|
||||
dc: example.com
|
||||
objectclass: dNSDomain
|
||||
|
||||
# Entry 2: cn=group,dc=example.com
|
||||
dn: cn=group,dc=example.com
|
||||
cn: group
|
||||
gidnumber: 100
|
||||
objectclass: posixGroup
|
||||
objectclass: top
|
Reference in New Issue
Block a user