~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to tests/data/emptydn.out

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2008-07-10 14:45:49 UTC
  • Revision ID: james.westby@ubuntu.com-20080710144549-wck73med0e72gfyo
Tags: upstream-2.4.10
ImportĀ upstreamĀ versionĀ 2.4.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dn: o=Esempio,c=IT
 
2
objectClass: organization
 
3
o: Esempio
 
4
o: Esempio S.p.A.
 
5
o: Example
 
6
 
 
7
dn: o=Example,c=UK
 
8
objectClass: organization
 
9
o: Example
 
10
o: Example, Ltd.
 
11
 
 
12
dn: o=Example,c=US
 
13
objectClass: organization
 
14
o: Example
 
15
o: Example, Inc.
 
16
 
 
17
dn: c=IT
 
18
objectClass: country
 
19
c: IT
 
20
 
 
21
dn: c=UK
 
22
objectClass: country
 
23
c: UK
 
24
 
 
25
dn: c=US
 
26
objectClass: country
 
27
c: US
 
28