-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSAMPLE_RECORDS.txt
44 lines (38 loc) · 1.23 KB
/
SAMPLE_RECORDS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#
# Sample Records: Examples for records that can be used with the
# LDAPUserFolder product.
#
# Assume you have a LDAP server with a root "dc=dataflake,dc=org".
# Furthermore assume that you decide to store user records on the
# branch "ou=people,dc=dataflake,dc=org".
# You decide that group records go into "ou=groups,dc=dataflake,dc=org"
#
# The entries below would describe some valid entries for user
# Jens Vagelpohl who is part of the "Manager" group, meaning in Zope
# he has role "Manager".
#
# This is the user record for Jens:
dn: cn=Jens Vagelpohl,ou=people,dc=dataflake,dc=org
objectClass: top
objectClass: organizationalPerson
telephoneNumber: (800) 555-1212
st: VA
givenName: Jens
title: Software Engineer
mail: [email protected]
postalCode: 22401
l: Fredericksburg
url: http://www.dataflake.org
c: United States of America
mail: [email protected]
street: 607 William Street
company: Digital Creations, Inc
cn: Jens Vagelpohl
sn: Vagelpohl
userPassword: {SHA}Ryx8UNCnNJgY7RkAOaBKt3K6JEo=
# This is the group record for the "Manager" group:
dn: cn=Manager,ou=groups,dc=dataflake,dc=org
cn: Manager
objectClass: top
objectClass: groupOfUniqueNames
uniqueMember: cn=Jens Vagelpohl,ou=people,dc=dataflake,dc=org