summaryrefslogtreecommitdiff
path: root/docs/ldap-authentication.markdown
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-10-26 19:58:47 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-10-26 19:58:47 -0400
commitd97e1bd4cfd013b54e72f446a0e5934fff559781 (patch)
tree81ea919a3b12d61f4b8cd8da5531e380a6810779 /docs/ldap-authentication.markdown
parentc5f59f8c8fc4cea247948c2a57cf8074677121e9 (diff)
Update documentation
Diffstat (limited to 'docs/ldap-authentication.markdown')
-rw-r--r--docs/ldap-authentication.markdown9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/ldap-authentication.markdown b/docs/ldap-authentication.markdown
index 0c4a5720..900f3107 100644
--- a/docs/ldap-authentication.markdown
+++ b/docs/ldap-authentication.markdown
@@ -5,18 +5,21 @@ Requirements
------------
- LDAP extension for PHP
-- LDAP server (By example: OpenLDAP or Microsoft Active Directory)
+- LDAP server:
+ - OpenLDAP
+ - Microsoft Active Directory
+ - Novell eDirectory
Workflow
--------
When the LDAP authentication is activated, the login process work like that:
-1. Try to authenticate the user by using the database
+1. Try first to authenticate the user by using the database
2. If the user is not found inside the database, a LDAP authentication is performed
3. If the LDAP authentication is successful, a local user is created automatically with no password and marked as LDAP user.
-Differences between a local user and a LDAP user are the following:
+### Differences between a local user and a LDAP user are the following:
- LDAP users have no local passwords
- LDAP users can't modify their password with the user interface