mirror of
https://github.com/YunoHost-Apps/tracim_ynh.git
synced 2024-10-01 13:34:52 +02:00
Merge branch 'testing' into smtp
This commit is contained in:
commit
932d34354c
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://codeload.github.com/yalh76/tracim/tar.gz/2d83f48e43e0ce029368202151cd98d6b8dc9c81
|
||||
SOURCE_SUM=9709dc0139b3d267a153e2cd1e9e3dc18836f5597bd6bc6a4c7060966e3ef86e
|
||||
SOURCE_URL=https://codeload.github.com/yalh76/tracim/tar.gz/533b279049a52072e83a3187e91bed344d40d7c9
|
||||
SOURCE_SUM=e3af819f84c1531c63c7194512e12bbc240ef455c780b1d1a32e00bf768fe5e8
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -343,11 +343,13 @@ api.key = %(basic_setup.api_key)s
|
|||
## Auth type list (internal or ldap), can be a list of item separated by ','
|
||||
## and ordered by priority
|
||||
## auth_type 'remote' is not allowed there, set remote_auth_header.
|
||||
auth_types = internal
|
||||
;auth_types = internal,ldap
|
||||
;auth_types = internal
|
||||
auth_types = internal,ldap
|
||||
# If auth_type is ldap, uncomment following ldap_* parameters
|
||||
## LDAP server address
|
||||
ldap_url = ldap://127.0.0.1:389
|
||||
## ldap_bind anonymous mode : if true bind as anonymous, password and dn will not been checked.
|
||||
ldap_bind_anonymous = True
|
||||
## Bind dn to identify the search
|
||||
ldap_bind_dn =
|
||||
# example:
|
||||
|
|
Loading…
Reference in a new issue