Update to 2024-05-03 17:01

This commit is contained in:
Daniel Berteaud
2024-05-03 17:01:02 +02:00
parent de23ac213c
commit 4cf191bd76
3 changed files with 11 additions and 3 deletions

View File

@@ -26,10 +26,10 @@ PASSWORD = {{ seafile_ldap_bind_pass }}
LOGIN_ATTR = {{ seafile_ldap_login_attr }}
FILTER = {{ seafile_ldap_filter }}
{% if seafile_license is defined %}
{% if seafile_edition == 'pro' %}
[LDAP_SYNC]
ENABLE_USER_SYNC = true
ENABLE_GROUP_SYNC = true
ENABLE_GROUP_SYNC = {{ seafile_ldap_group_filter is defined | ternary('true','false') }}
{% if seafile_ldap_group_filter is defined %}
GROUP_FILTER = {{ seafile_ldap_group_filter }}
{% endif %}