Deprecate using osixia/openldap and setup test configuration using our own alpine/ldap container
This commit is contained in:
22
tests/server/openldap/data/07-test.ldif
Normal file
22
tests/server/openldap/data/07-test.ldif
Normal file
@@ -0,0 +1,22 @@
|
||||
# LDIF Export for dc=Test
|
||||
|
||||
#version: 1
|
||||
|
||||
# This entry already exists as a result of configuring the LDAP server
|
||||
dn: dc=Test
|
||||
dc: Test
|
||||
objectclass: dNSDomain
|
||||
|
||||
dn: cn=AdminUser,dc=Test
|
||||
cn: Admin User
|
||||
givenname: Admin
|
||||
mail: admin@test
|
||||
objectclass: posixAccount
|
||||
objectclass: inetOrgPerson
|
||||
objectclass: top
|
||||
sn: User
|
||||
uid: admin
|
||||
uidNumber: 0
|
||||
gidNumber: 0
|
||||
homeDirectory: /home/admin
|
||||
userpassword: password
|
Reference in New Issue
Block a user