source: vendor/current/lib/ldb/tests/init.ldif

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 973 bytes
Line 
1dn: o=University of Michigan,c=TEST
2objectclass: organization
3objectclass: domainRelatedObject
4l: Ann Arbor, Michigan
5st: Michigan
6o: University of Michigan
7o: UMICH
8o: UM
9o: U-M
10o: U of M
11description: The University of Michigan at Ann Arbor
12postaladdress: University of Michigan $ 535 W. William St. $ Ann Arbor, MI 481
13 09 $ US
14telephonenumber: +1 313 764-1817
15associateddomain: example.com
16
17# there was an empty "seeAlso" here
18
19dn: ou=People,o=University of Michigan,c=TEST
20objectclass: organizationalUnit
21objectclass: extensibleObject
22ou: People
23uidNumber: 0
24gidNumber: 0
25
26dn: ou=Ldb Test,ou=People,o=University of Michigan,c=TEST
27objectclass: organizationalUnit
28objectclass: extensibleObject
29ou: People
30ou: Ldb Test
31uidNumber: 0
32gidNumber: 0
33
34dn: ou=LdbTspace,ou=People,o=University of Michigan,c=TEST
35objectclass: organizationalUnit
36objectclass: extensibleObject
37ou: People
38ou: LdbTspace
39description: test white space removal in comparisons
40uidNumber: 0
41gidNumber: 0
Note: See TracBrowser for help on using the repository browser.