mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2024-05-06 00:01
This commit is contained in:
@@ -15,7 +15,7 @@ PASSWD = {{ seafile_db_pass }}
|
||||
DB = {{ seafile_db_ccnet }}
|
||||
CONNECTION_CHARSET = utf8
|
||||
|
||||
{% if seafile_edition == 'pro' and seafile_ldap_auth is defined and seafile_ldap_auth %}
|
||||
{% if seafile_version is version('11', '<') and seafile_ldap_auth is defined and seafile_ldap_auth %}
|
||||
[LDAP]
|
||||
HOST = {{ seafile_ldap_uri }}
|
||||
BASE = {{ seafile_ldap_base }}
|
||||
@@ -26,7 +26,7 @@ PASSWORD = {{ seafile_ldap_bind_pass }}
|
||||
LOGIN_ATTR = {{ seafile_ldap_login_attr }}
|
||||
FILTER = {{ seafile_ldap_filter }}
|
||||
|
||||
{% if seafile_edition == 'pro' %}
|
||||
{% if seafile_license is defined %}
|
||||
[LDAP_SYNC]
|
||||
ENABLE_USER_SYNC = true
|
||||
ENABLE_GROUP_SYNC = {{ seafile_ldap_group_filter is defined | ternary('true','false') }}
|
||||
|
Reference in New Issue
Block a user