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}
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 (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: +
+ +Makefile by setting
+ USE_LDAP = 1
+ Authentication = LDAPLDAP server = ldap://example.org:389LDAP userbase = ou=People;dc=example,dc=orgLDAP login attribute = uidLDAP register = 1login attribute is from the DN (distinguished name), e.g.
+ uid=user,ou=People,dc=example,dc=org. The register flag determines
+ if LDAP users are automatically stored in the local password file, which is
+ necessary for email notifications.
+ + Please note that it is not possible to change a password in the LDAP database from within ELOG. +
+