Deprecate using osixia/openldap and setup test configuration using our own alpine/ldap container

This commit is contained in:
2024-12-30 21:07:56 +11:00
parent 7e25000e68
commit e399b733e9
17 changed files with 153 additions and 118 deletions

View 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