Skip to content

Commit

Permalink
patch by: Patrick Fey
Browse files Browse the repository at this point in the history
	* docs/ldif/ou.ldif: Make docs/ou.ldif work out of the box


svn path=/trunk/; revision=126
  • Loading branch information
Olav Vitters committed Dec 8, 2007
1 parent d995de0 commit 9269de0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2007-12-08 Olav Vitters <[email protected]>

patch by: Patrick Fey

* docs/ldif/ou.ldif: Make docs/ou.ldif work out of the box

2007-12-08 Olav Vitters <[email protected]>

patch by: Patrick Fey
Expand Down
10 changes: 9 additions & 1 deletion docs/ldif/ou.ldif
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Organization
dn: dc=example,dc=org
o: ExampleOrganization
objectclass: dcObject
objectClass: organization
objectClass: top
dc: example

# Organization Units
dn: ou=people,dc=example,dc=org
objectClass: organizationalUnit
Expand All @@ -24,7 +32,7 @@ mail: [email protected]
description: Mango Dev
loginShell: /bin/bash
homeDirectory: /home/directory
userPassword:: e1NNRDV9aGV0QUdsdkZUdGtlSmM1YXpHQnFLRmMvY3NvPQ==
userPassword: e1NNRDV9aGV0QUdsdkZUdGtlSmM1YXpHQnFLRmMvY3NvPQ==

dn: cn=gnomeweb,ou=groups,dc=example,dc=org
objectClass: posixGroup
Expand Down

0 comments on commit 9269de0

Please sign in to comment.