Kaynağa Gözat

Fixes https://github.com/tracim/tracim/pull/31#discussion_r53466947

Bastien Sevajol 9 yıl önce
ebeveyn
işleme
deff1ac8fc
1 değiştirilmiş dosya ile 26 ekleme ve 0 silme
  1. 26 0
      tracim/development.ini.base

+ 26 - 0
tracim/development.ini.base Dosyayı Görüntüle

@@ -41,6 +41,32 @@ beaker.session.secret = 3283411b-1904-4554-b0e1-883863b53080
41 41
 # Auth type (internal or ldap)
42 42
 auth_type = internal
43 43
 
44
+# If auth_type is ldap, uncomment following ldap_* parameters
45
+
46
+# LDAP server address
47
+# ldap_url = ldap://localhost:389
48
+
49
+# Base dn to make queries
50
+# ldap_base_dn = dc=directory,dc=fsf,dc=org
51
+
52
+# Bind dn to identify the search
53
+# ldap_bind_dn = cn=admin,dc=directory,dc=fsf,dc=org
54
+
55
+# The bind password
56
+# ldap_bind_pass = toor
57
+
58
+# Attribute name of user record who contain user login (email)
59
+# ldap_ldap_naming_attribute = uid
60
+
61
+# Matching between ldap attribute and ldap user field (ldap_attr1=user_field1,ldap_attr2=user_field2,...)
62
+# ldap_user_attributes = mail=email
63
+
64
+# TLS usage to communicate with your LDAP server
65
+# ldap_tls = False
66
+
67
+# If True, LDAP own tracim group managment (not available for now!)
68
+# ldap_group_enabled = False
69
+
44 70
 #By default session is store in cookies to avoid the overhead
45 71
 #of having to manage a session storage. On production you might
46 72
 #want to switch to a better session storage.