mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
missing file (ITS#3668)
This commit is contained in:
parent
1dbf872d61
commit
f6ad447a8c
1 changed files with 17 additions and 0 deletions
17
tests/data/test-meta.ldif
Normal file
17
tests/data/test-meta.ldif
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
dn: ou=Meta,dc=example,dc=com
|
||||
objectClass: organizationalUnit
|
||||
ou: Meta
|
||||
|
||||
dn: cn=John Belushi,ou=Meta,dc=example,dc=com
|
||||
objectClass: inetOrgPerson
|
||||
cn: John Belushi
|
||||
sn: Belushi
|
||||
userPassword: jack
|
||||
description: Joliet Jack Blues
|
||||
|
||||
dn: cn=Dan Aykroyd,ou=Meta,dc=example,dc=com
|
||||
objectClass: inetOrgPerson
|
||||
cn: Dan Aykroyd
|
||||
sn: Aykroyd
|
||||
userPassword: elwood
|
||||
description: Elwood Blues
|
||||
Loading…
Reference in a new issue