From 3b3b3307fa4a4b927484055e617d7c54778258cd Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 9 Jun 2015 12:44:30 +0200 Subject: [PATCH] Added brief LDAP documentation. --- doc/config.html | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/doc/config.html b/doc/config.html index 3d0f8dcc..e94af5b8 100755 --- a/doc/config.html +++ b/doc/config.html @@ -2150,7 +2150,7 @@ Options Location = Main Building{a}, New Building{b}, Old Building{c}

- Site authentication + Kerberos authentication

Starting from version 2.9.0, site authentication has been implemented @@ -2209,6 +2209,44 @@ Options Location = Main Building{a}, New Building{b}, Old Building{c} login if you use a Windows Domain).

+ +

+ LDAP authentication +

+

+ LDAP (lightweight Directory Access Protocol) has been implemented by + vykozlov in a separate branch at https://github.com/vykozlov/elog-ldap. The code has been merged into this distribution on + an as-is basis. Following info has copied from the link above:

+ +

+ To use LDAP authentication, do the following: +

+ + + +

+ Please note that it is not possible to change a password in the LDAP database from within ELOG. +

+