mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-05 08:23:08 +02:00
Adapted LDAP user directory filter
This commit is contained in:
parent
15121fd905
commit
4963503f2c
@ -163,7 +163,13 @@ plugin_configuration:
|
|||||||
-
|
-
|
||||||
appid: "user_ldap"
|
appid: "user_ldap"
|
||||||
configkey: "s01ldap_userlist_filter"
|
configkey: "s01ldap_userlist_filter"
|
||||||
configvalue: "{% if applications[application_id].plugins.user_ldap.user_directory.enabled %}{{ ldap.filters.users.all }}{% endif %}"
|
configvalue: |-
|
||||||
|
{% if applications[application_id].plugins.user_ldap.user_directory.enabled %}
|
||||||
|
{{ ldap.filters.users.all }}
|
||||||
|
{% else %}
|
||||||
|
()
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
-
|
-
|
||||||
appid: "user_ldap"
|
appid: "user_ldap"
|
||||||
configkey: "s01use_memberof_to_detect_membership"
|
configkey: "s01use_memberof_to_detect_membership"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user