Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
samba
Commits
5c73c509
Commit
5c73c509
authored
Sep 19, 2019
by
Hinrikus Wolf
Browse files
add variable sssd_show_only_enabled_users
parent
208da82d
Pipeline
#1336
passed with stage
in 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ad-auth/templates/sssd.conf.j2
View file @
5c73c509
...
@@ -26,5 +26,6 @@ krb5_lifetime = 48h
...
@@ -26,5 +26,6 @@ krb5_lifetime = 48h
krb5_renewable_lifetime = 200h
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) %}
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 = dc=fsmpi,dc=rwth-aachen,dc=de?subtree?(&(!(objectClass=computer))(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
{% endif %}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment