Quellcode durchsuchen

Rewrites LDAP documentation first line

Adrien Panay vor 6 Jahren
Ursprung
Commit
90b9b241d9
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      doc/setting.md

+ 2 - 2
doc/setting.md Datei anzeigen

@@ -45,11 +45,11 @@ You must define general parameters like the `base_url` and the website title whi
45 45
 
46 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 50
     auth_type = ldap
51 51
 
52
-Then add LDAP parameters
52
+Then add these `LDAP` parameters:
53 53
 
54 54
     # LDAP server address
55 55
     ldap_url = ldap://localhost:389