Skip to content
Snippets Groups Projects
Commit 859ef8dc authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Merge branch 'th/dev' into 'master'

SSSD config fixes

See merge request !1
parents 957694fd 19ce36a7
No related branches found
No related tags found
1 merge request!1SSSD config fixes
Pipeline #1706 passed
...@@ -27,5 +27,6 @@ krb5_renewable_lifetime = 200h ...@@ -27,5 +27,6 @@ krb5_renewable_lifetime = 200h
krb5_renew_interval = 30m krb5_renew_interval = 30m
ad_gpo_access_control = disabled ad_gpo_access_control = disabled
{% if sssd_show_only_enabled_users|default(False) %} {% if sssd_show_only_enabled_users|default(False) %}
ldap_search_base = dc=fsmpi,dc=rwth-aachen,dc=de?subtree?(&(!(objectClass=computer))(!(userAccountControl:1.2.840.113556.1.4.803:=2))) ldap_search_base = {{ authbase }}?subtree?(&(!(objectClass=computer))(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
{% endif %} {% endif %}
dyndns_update=false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment