-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|