From a9bdc305f438275ef5a262c541366c00fca6fcc7 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 30 Nov 2008 17:57:51 +0100 Subject: Add Skolelinux and CipUX DITs. --- ldap/README.dit | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) (limited to 'ldap/README.dit') 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 ---------- -- cgit v1.2.3 From eb98a94cb2373c5a2de1a728e764c1b88b4d4595 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 1 Dec 2008 10:32:47 +0100 Subject: Add a few more entries to Skolelinux DIT. --- ldap/README.dit | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ldap/README.dit') diff --git a/ldap/README.dit b/ldap/README.dit index cdc365f..fcd64c9 100644 --- a/ldap/README.dit +++ b/ldap/README.dit @@ -29,7 +29,9 @@ dc=skole,dc=skolelinux,dc=no |-- ou=Attic |-- ou=Machines |-- ou=People -| `-- cn=Admin +| |-- cn=Admin +| |-- cn=smbadmin +| `-- uid=root |-- ou=Pam |-- ou=Domains |-- ou=Group @@ -50,6 +52,7 @@ dc=skole,dc=skolelinux,dc=no |-- ou=Variables | |-- cn=nextID | `-- cn=capabilities +|-- sambaDomainName=SKOLELINUX |-- ou=Automount | |-- ou=auto.master | | `-- cn=/skole -- cgit v1.2.3 From 0f17fba5022a5b8cb8b74f312807cf755c59200c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 1 Dec 2008 14:02:42 +0100 Subject: Add sample windows machine 'user' to Skolelinux DIT. --- ldap/README.dit | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ldap/README.dit') diff --git a/ldap/README.dit b/ldap/README.dit index fcd64c9..e2c5e2f 100644 --- a/ldap/README.dit +++ b/ldap/README.dit @@ -29,6 +29,8 @@ dc=skole,dc=skolelinux,dc=no |-- ou=Attic |-- ou=Machines |-- ou=People +| |-- ou=Machines +| | `-- uid=win01$ | |-- cn=Admin | |-- cn=smbadmin | `-- uid=root -- cgit v1.2.3 From fd74219680cb7750b225fe209b28dd3651dd68f2 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 14 Dec 2008 13:43:47 +0100 Subject: Fix org-centric Dit: People and System are Entities. --- ldap/README.dit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ldap/README.dit') diff --git a/ldap/README.dit b/ldap/README.dit index e2c5e2f..72e7e0b 100644 --- a/ldap/README.dit +++ b/ldap/README.dit @@ -159,10 +159,10 @@ dc=example,dc=com | |-- ou=Services | |-- ou=idMap | |-- ou=Entities -| |-- ou=System -| |-- ou=People -| |--cn=jonas -| `--cn=christian +| |-- ou=System +| `-- ou=People +| |--cn=jonas +| `--cn=christian `-- ou=Access Control |-- ou=Groups | `-- ou=Administrators -- cgit v1.2.3