Browse Source

README readability

Bastien Sevajol 9 years ago
parent
commit
361551596c
1 changed files with 7 additions and 0 deletions
  1. 7 0
      README.md

+ 7 - 0
README.md View File

@@ -301,18 +301,25 @@ Then add LDAP parameters
301 301
 
302 302
     # LDAP server address
303 303
     ldap_url = ldap://localhost:389
304
+
304 305
     # Base dn to make queries
305 306
     ldap_base_dn = dc=directory,dc=fsf,dc=org
307
+
306 308
     # Bind dn to identify the search
307 309
     ldap_bind_dn = cn=admin,dc=directory,dc=fsf,dc=org
310
+
308 311
     # The bind password
309 312
     ldap_bind_pass = toor
313
+
310 314
     # Attribute name of user record who contain user login (email)
311 315
     ldap_ldap_naming_attribute = uid
316
+
312 317
     # Matching between ldap attribute and ldap user field
313 318
     ldap_user_attributes = mail=email
319
+
314 320
     # TLS usage to communicate with your LDAP server
315 321
     ldap_tls = False
322
+
316 323
     # If True, LDAP own tracim group managment (not available for now!)
317 324
     ldap_group_enabled = False
318 325