Difference between revisions of "Ldap"

From Fixme.ch
Jump to: navigation, search
(Structure)
(Structure)
Line 16: Line 16:
 
<pre>
 
<pre>
 
o=fixme.ch
 
o=fixme.ch
  \_ ou=people
+
  |-- ou=people
  | |-- uid=Username
+
  |   |-- uid=Username
  | |-- password=
+
  |   |-- password=
  | |-- phone=
+
  |   |-- phone=
  | |-- mail=
+
  |   |-- mail=
  | `-- ou=
+
  |   `-- ou=
  \_ ou=groups
+
  |-- ou=groups
  | |-- uid=Groupname
+
  |   |-- uid=Groupname
  | |-- description=
+
  |   |-- description=
  | `-- member=
+
  |   `-- member=
  \_ ou=hosts
+
  |-- ou=hosts
 +
|    |-- uid=Hostname
 +
|    |-- description=
 +
|    |-- admin=
 +
|    `-- service=
 +
|
 
</pre>
 
</pre>
  

Revision as of 01:34, 5 January 2012

Description

The Project is to put in place a complete ldap server for fixme.

Goal

Have a full ldap server that support multiple thing

  • set the shell on the wanted server
  • have a way to replace the authorized key in every host at the hackerspace
  • give a way for users to easily find information about each other
  • give a simple unique authentication for the wifi with a radius server
  • give a simple way to identify the user on the host
  • give a simple way to identify the user on the services running on the server

Structure

o=fixme.ch
 |-- ou=people
 |    |-- uid=Username
 |    |-- password=
 |    |-- phone=
 |    |-- mail=
 |    `-- ou=
 |-- ou=groups
 |    |-- uid=Groupname
 |    |-- description=
 |    `-- member=
 |-- ou=hosts
 |    |-- uid=Hostname
 |    |-- description=
 |    |-- admin=
 |    `-- service=
 | 

Schedule

  • Began on 04.01.2012

Participant