Update to 2024-05-06 00:01

This commit is contained in:
Daniel Berteaud
2024-05-06 00:01:59 +02:00
parent 4cf191bd76
commit b1e9f866df
4 changed files with 17 additions and 5 deletions

View File

@@ -173,7 +173,7 @@ VIRUS_SCAN_NOTIFY_LIST = ['{{ system_admin_email }}']
{% endif %}
{% endif %}
{% if seafile_edition == 'community' 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 %}
ENABLE_LDAP = True
LDAP_SERVER_URL = '{{ seafile_ldap_uri }}'
LDAP_BASE_DN = '{{ seafile_ldap_base }}'