source: branches/samba-3.2.x/source/lib/ldb/tests/init.ldif

Last change on this file was 133, checked in by Paul Smedley, 17 years ago

Update trunk to 3.2.0pre3

File size: 945 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
12seeAlso:
13postaladdress: University of Michigan $ 535 W. William St. $ Ann Arbor, MI 481
14 09 $ US
15telephonenumber: +1 313 764-1817
16associateddomain: example.com
17
18dn: ou=People,o=University of Michigan,c=TEST
19objectclass: organizationalUnit
20objectclass: extensibleObject
21ou: People
22uidNumber: 0
23gidNumber: 0
24
25dn: ou=Ldb Test,ou=People,o=University of Michigan,c=TEST
26objectclass: organizationalUnit
27objectclass: extensibleObject
28ou: People
29ou: Ldb Test
30uidNumber: 0
31gidNumber: 0
32
33dn: ou=LdbTspace,ou=People,o=University of Michigan,c=TEST
34objectclass: organizationalUnit
35objectclass: extensibleObject
36ou: People
37ou: LdbTspace
38description: test white space removal in comparisons
39uidNumber: 0
40gidNumber: 0
Note: See TracBrowser for help on using the repository browser.