mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
44 lines
775 B
Plaintext
Executable File
44 lines
775 B
Plaintext
Executable File
# base
|
|
|
|
dn: o=deref
|
|
objectClass: top
|
|
objectClass: organization
|
|
o: deref
|
|
description: deref test database
|
|
|
|
# user container
|
|
|
|
dn: ou=users,o=deref
|
|
objectClass: top
|
|
objectClass: organizationalUnit
|
|
ou: users
|
|
description: container for test deref users
|
|
|
|
# group container
|
|
|
|
dn: ou=groups,o=deref
|
|
objectClass: top
|
|
objectClass: organizationalUnit
|
|
ou: users
|
|
description: container for test deref groups
|
|
|
|
|
|
dn: cn=Howard Chu,ou=users,o=deref
|
|
objectClass: inetOrgPerson
|
|
cn: Howard Chu
|
|
sn: Chu
|
|
uid: hyc
|
|
|
|
dn: cn=Pierangelo Masarati,ou=users,o=deref
|
|
objectClass: inetOrgPerson
|
|
cn: Pierangelo Masarati
|
|
sn: Masarati
|
|
uid: ando
|
|
|
|
dn: cn=Test Group,ou=groups,o=deref
|
|
objectClass: groupOfNames
|
|
cn: Test Group
|
|
member: cn=Howard Chu,ou=users,o=deref
|
|
member: cn=Pierangelo Masarati,ou=users,o=deref
|
|
|