LDIF-data.txt.bak

Download LDIF-data.txt.bak

 1: # Add this file with the command:
 2: #     ldapadd -D 'cn=Manager,dc=gcaw,dc=org' -x -W -f data.ldif
 3: #
 4: # Verify with:
 5: #     ldapsearch -x -b 'dc=gcaw,dc=org'
 6: #
 7: # Entry for root of directory:
 8: #
 9: dn: dc=gcaw,dc=org
10: objectClass: top
11: objectClass: dcObject
12: objectClass: organization
13: dc: gcaw
14: o: Evil R Us
15: description: Top of gcaw.org ldap directory
16: 
17: #
18: # Root (directory administrator) user entry:
19: #
20: dn: cn=Manager,dc=gcaw,dc=org
21: objectClass: top
22: objectClass: organizationalRole
23: cn: Manager
24: description: Directory Manager
25: 
26: #
27: # A container for users:
28: #
29: dn: ou=people,dc=gcaw,dc=org
30: objectClass: top
31: objectClass: organizationalUnit
32: ou: people
33: 
34: #
35: # Entry for a user:
36: #
37: dn: cn=Wayne Pollock,ou=people,dc=gcaw,dc=org
38: cn: Wayne Pollock
39: objectClass: top
40: objectClass: person
41: objectClass: organizationalPerson
42: objectClass: inetOrgPerson
43: sn: Pollock
44: mail: pollock@acm.org
45: labeledURI: http://wpollock.com/
46: telephoneNumber: 253-7213
47: roomNumber: DTEC-404
48: 
49: #
50: # Entry for a user:
51: #
52: dn: cn=Hymie Piffl,ou=people,dc=gcaw,dc=org
53: cn: Hymie Piffl
54: objectClass: top
55: objectClass: person
56: objectClass: organizationalPerson
57: objectClass: inetOrgPerson
58: sn: Piffl
59: mail: hpiffl@example.com
60: telephoneNumber: 555-1111
61: roomNumber: DTEC-321