mirror of
https://github.com/postgres/postgres.git
synced 2026-03-10 10:11:28 -04:00
Like the SSL test suite, this will not be run by default. Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>
32 lines
636 B
Text
32 lines
636 B
Text
dn: dc=example,dc=net
|
|
objectClass: top
|
|
objectClass: dcObject
|
|
objectClass: organization
|
|
dc: example
|
|
o: ExampleCo
|
|
|
|
dn: uid=test1,dc=example,dc=net
|
|
objectClass: inetOrgPerson
|
|
objectClass: posixAccount
|
|
uid: test1
|
|
sn: Lastname
|
|
givenName: Firstname
|
|
cn: First Test User
|
|
displayName: First Test User
|
|
uidNumber: 101
|
|
gidNumber: 100
|
|
homeDirectory: /home/test1
|
|
mail: test1@example.net
|
|
|
|
dn: uid=test2,dc=example,dc=net
|
|
objectClass: inetOrgPerson
|
|
objectClass: posixAccount
|
|
uid: test2
|
|
sn: Lastname
|
|
givenName: Firstname
|
|
cn: Second Test User
|
|
displayName: Second Test User
|
|
uidNumber: 102
|
|
gidNumber: 100
|
|
homeDirectory: /home/test2
|
|
mail: test2@example.net
|