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

ad-auth: sssd: Allow forcing a particular DC

parent 8a16c6a1
No related branches found
No related tags found
1 merge request!11ad-auth: sssd: Allow forcing a particular DC
Pipeline #5026 passed
...@@ -32,3 +32,6 @@ ad_gpo_access_control = disabled ...@@ -32,3 +32,6 @@ ad_gpo_access_control = disabled
ldap_search_base = {{ authbase }}?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 dyndns_update=false
{% if ad_auth_renew_force_dc is defined %}
ad_server = {{ ad_auth_renew_force_dc }}
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment