mbs admin section
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
8d7bcb3a4b
commit
5f9eed1326
1 changed files with 7 additions and 2 deletions
|
@ -10,6 +10,8 @@ LDAP authentication.
|
||||||
|
|
||||||
git clone git://git.schottelius.org/mbs
|
git clone git://git.schottelius.org/mbs
|
||||||
|
|
||||||
|
The backup url is **git://git.sans.ethz.ch/mbs**.
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
To get mbs up and running, you need ruby and rails and the gems specified
|
To get mbs up and running, you need ruby and rails and the gems specified
|
||||||
|
@ -48,7 +50,7 @@ Nethz-LDAP-Authentication, but can easily be adopted to other
|
||||||
systems.
|
systems.
|
||||||
|
|
||||||
The nethz method uses the input username and password and binds to
|
The nethz method uses the input username and password and binds to
|
||||||
ldaps02.ethz.ch (most reliable). If that succeeds, the username
|
**ldaps02.ethz.ch** (most reliable). If that succeeds, the username
|
||||||
is copied into the database, to create an id.
|
is copied into the database, to create an id.
|
||||||
|
|
||||||
### Machines types
|
### Machines types
|
||||||
|
@ -69,4 +71,7 @@ select **new booking**.
|
||||||
### Admin
|
### Admin
|
||||||
|
|
||||||
The admin area is accessable for everybody, because everybody
|
The admin area is accessable for everybody, because everybody
|
||||||
authenticated is trusted.
|
authenticated is trusted. It is reachable below **/admin**,
|
||||||
|
but not linked, because it may confuse users.
|
||||||
|
|
||||||
|
[[!tag eth]]
|
||||||
|
|
Loading…
Reference in a new issue