Skip to content
Snippets Groups Projects

ad-auth: Allow overriding DC and syncing w/ Samba in renew_krb5

Merged Thomas Schneider requested to merge th/ad-auth-renew_krb5 into master
2 files
+ 12
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
0
@@ -3,3 +3,7 @@
ad_admin_group: admin
ad_admin_password: samba-admin
ad_admin_password_content: "{{ lookup('passwordstore', ad_admin_password) }}"
# Set this to force a specific DC for the renew_krb5 cron job
# ad_auth_renew_force_dc: dc.example.org
# Sync client credentials with Samba (i.e., winbindd)
ad_auth_sync_samba: false
Loading