Przeglądaj źródła

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

Damien Accorsi 7 lat temu
rodzic
commit
42f8349320
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      doc/setting.md

+ 2 - 2
doc/setting.md Wyświetl plik

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