]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/ldap/conf/createdit.ldif
02e3c12647809072bfcc677655a0de73b6e82037
[factor.git] / unmaintained / ldap / conf / createdit.ldif
1 # this is a comment # MUST be in FIRST column - very picky
2
3 ## DEFINE DIT ROOT/BASE/SUFFIX ####
4 ## uses RFC 2377 format
5 ## replace example and com as necessary below
6 ## or for experimentation leave as is
7
8 ## dcObject is an AUXILLIARY objectclass and MUST
9 ## have a STRUCTURAL objectclass (organization in this case)
10 # this is an ENTRY sequence and is preceded by a BLANK line
11
12 dn: dc=example,dc=com
13 dc: example
14 description: My wonderful company as much text as you want to place in this line up to 32K
15  continuation data for the line above must have <CR> or <CR><LF> i.e. ENTER works 
16  on both Windows and *nix system - new line MUST begin with ONE SPACE
17 objectClass: dcObject
18 objectClass: organization
19 o: Example, Inc.
20
21 ## FIRST Level hierarchy - people 
22 ## uses mixed upper and lower case for objectclass
23 # this is an ENTRY sequence and is preceded by a BLANK line
24
25 dn: ou=people, dc=example,dc=com
26 ou: people
27 description: All people in organisation
28 objectclass: organizationalunit
29
30 ## SECOND Level hierarchy
31 ## ADD a single entry under FIRST (people) level
32 # this is an ENTRY sequence and is preceded by a BLANK line
33 # the ou: Human Resources is the department name
34
35 dn: cn=Robert Forest,ou=people,dc=example,dc=com
36 objectclass: inetOrgPerson
37 cn: Robert Forest
38 sn: Forest
39 uid: 0
40 userpassword: rForest
41 carlicense: HISCAR 123
42 homephone: 555-111-2222
43 mail: r.forest@example.com
44 description: swell guy
45 # ou: Human Resources