summaryrefslogtreecommitdiff
path: root/ldap
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-11-30 17:57:51 +0100
committerJonas Smedegaard <dr@jones.dk>2008-11-30 17:57:51 +0100
commita9bdc305f438275ef5a262c541366c00fca6fcc7 (patch)
treeee14cec582a8a20e4e0e84d1d4bda70fd0c143d4 /ldap
parent64eca7daee3fcb7ab5e5e65d54ccb792ba01bfa6 (diff)
Add Skolelinux and CipUX DITs.
Diffstat (limited to 'ldap')
-rw-r--r--ldap/README.dit86
1 files changed, 86 insertions, 0 deletions
diff --git a/ldap/README.dit b/ldap/README.dit
index 6077a57..cdc365f 100644
--- a/ldap/README.dit
+++ b/ldap/README.dit
@@ -22,6 +22,92 @@ dc=example,dc=com
`-- cn=admin
+Default Skolelinux DIT
+----------------------
+
+dc=skole,dc=skolelinux,dc=no
+|-- ou=Attic
+|-- ou=Machines
+|-- ou=People
+| `-- cn=Admin
+|-- ou=Pam
+|-- ou=Domains
+|-- ou=Group
+| |-- cn=Admins
+| |-- cn=jradmins
+| |-- cn=teachers
+| |-- cn=students
+| |-- cn=none
+| `-- cn=machines
+|-- ou=Netgroup
+| |-- cn=all-hosts
+| |-- cn=server-hosts
+| |-- cn=ltsp-server-hosts
+| |-- cn=workstation-hosts
+| |-- cn=printer-hosts
+| |-- cn=shutdown-at-night-hosts
+| `-- cn=fsautoresize-hosts
+|-- ou=Variables
+| |-- cn=nextID
+| `-- cn=capabilities
+|-- ou=Automount
+| |-- ou=auto.master
+| | `-- cn=/skole
+| `-- ou=skole
+| |-- cn=tjener
+| `-- ou=tjener
+| `-- cn=home0
+|-- cn=dhcp
+`-- cn=DHCP Config
+ |-- cn=INTERNAL
+ | |-- cn=10.0.2.0
+ | `-- cn=group1
+ | |-- cn=ltspserver00
+ | |-- cn=ltspserver01
+ | |-- cn=printer00
+ | |-- cn=printer01
+ | |-- cn=printer02
+ | |-- cn=printer03
+ | |-- cn=static00
+ | |-- cn=static01
+ | |-- cn=static02
+ | `-- cn=static03
+ `-- cn=THINCLIENTS
+ |-- cn=192.168.0.0
+ `-- cn=group1
+ |-- cn=ltsp010
+ |-- cn=ltsp011
+ |-- cn=ltsp012
+ |-- cn=ltsp013
+ |-- cn=ltsp014
+ |-- cn=ltsp015
+ |-- cn=ltsp016
+ |-- cn=ltsp017
+ |-- cn=ltsp018
+ `-- cn=ltsp019
+
+
+Default CipUX DIT
+-----------------
+
+ou=example org,dc=example,dc=org
+|-- cn=cipuxadm
+|-- ou=CipUX
+ |-- ou=User
+ | `-- uid=username
+ |-- ou=Group
+ | `-- cn=groupname
+ |-- ou=Task
+ |-- ou=CAT
+ |-- ou=Image
+ |-- ou=Machine
+ | `-- uid=win01$
+ |-- ou=Room
+ |-- ou=HardwareType
+ |-- ou=ImageSlot
+ `-- ou=Configuration
+
+
Simple DIT
----------