Browse Source

Merge pull request #355 from tracim/fix/201/ldap_documentation

Damien Accorsi 7 years ago
parent
commit
42f8349320
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/setting.md

+ 2 - 2
doc/setting.md View File

45
 
45
 
46
 ## LDAP ##
46
 ## LDAP ##
47
 
47
 
48
-To use LDAP authentication, set `auth_type` parameter to `ldap`:
48
+`Tracim` is able to authenticate users via `LDAP`. To enable this feature, start by setting the authentication type as follow:
49
 
49
 
50
     auth_type = ldap
50
     auth_type = ldap
51
 
51
 
52
-Then add LDAP parameters
52
+Then add these `LDAP` parameters:
53
 
53
 
54
     # LDAP server address
54
     # LDAP server address
55
     ldap_url = ldap://localhost:389
55
     ldap_url = ldap://localhost:389