|
@@ -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
|