mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2024-05-03 17:01
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user