mirror of
https://github.com/YunoHost-Apps/tracim_ynh.git
synced 2024-10-01 13:34:52 +02:00
Enable ldap
This commit is contained in:
parent
31c26e5f04
commit
47192fdd26
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/tracim/tracim/archive/refs/tags/release_04.01.03.tar.gz
|
SOURCE_URL=https://codeload.github.com/yalh76/tracim/tar.gz/533b279049a52072e83a3187e91bed344d40d7c9
|
||||||
SOURCE_SUM=317c427f35f85e2996499b466976b800cd158193f7261a44b0003198364c698b
|
SOURCE_SUM=e3af819f84c1531c63c7194512e12bbc240ef455c780b1d1a32e00bf768fe5e8
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -344,10 +344,12 @@ api.key = %(basic_setup.api_key)s
|
||||||
## and ordered by priority
|
## and ordered by priority
|
||||||
## auth_type 'remote' is not allowed there, set remote_auth_header.
|
## auth_type 'remote' is not allowed there, set remote_auth_header.
|
||||||
auth_types = internal
|
auth_types = internal
|
||||||
;auth_types = internal,ldap
|
auth_types = internal,ldap
|
||||||
# If auth_type is ldap, uncomment following ldap_* parameters
|
# If auth_type is ldap, uncomment following ldap_* parameters
|
||||||
## LDAP server address
|
## LDAP server address
|
||||||
ldap_url = ldap://127.0.0.1:389
|
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
|
## Bind dn to identify the search
|
||||||
ldap_bind_dn =
|
ldap_bind_dn =
|
||||||
# example:
|
# example:
|
||||||
|
|
Loading…
Reference in a new issue