Home | History | Annotate | Line # | Download | only in data
      1 dn: ou=Meta,dc=example,dc=com
      2 objectClass: organizationalUnit
      3 ou: Meta
      4 seeAlso: dc=OpenLDAP,dc=org
      5 
      6 dn: cn=John Belushi,ou=Meta,dc=example,dc=com
      7 objectClass: inetOrgPerson
      8 cn: John Belushi
      9 sn: Belushi
     10 userPassword: jack
     11 description: Joliet Jack Blues
     12 
     13 dn: cn=Dan Aykroyd,ou=Meta,dc=example,dc=com
     14 objectClass: inetOrgPerson
     15 cn: Dan Aykroyd
     16 sn: Aykroyd
     17 userPassword: elwood
     18 description: Elwood Blues
     19 
     20 dn: cn=Somewhere,ou=Meta,dc=example,dc=com
     21 objectClass: referral
     22 objectClass: extensibleObject
     23 cn: Somewhere
     24 ref: ldap://localhost:9016
     25 
     26