Update to 2021-12-01 19:13

This commit is contained in:
Daniel Berteaud
2021-12-01 19:13:34 +01:00
commit 4c4556c660
2153 changed files with 60999 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
ad_auth: False
ad_domain: "{{ samba_domain }}"
ad_realm: "{{ samba_realm }}"
ad_admin: Administrator
ad_admin_pass: "{{ samba_dc_admin_pass }}"
ad_computer_ou:
ad_access_filter: "(memberOf=*)"
# You can define a custom search base, with a scope and a filter for groups:
# ad_ldap_group_search_base: CN=Groups,dc=ad,dc=domain,dc=com?sub?(|(cn=Domain Users)(cn=Domain Admins))
# This is a list of groups to ignore. Because they would appear with a gid of 0, and would break all membership
# This is ignored if ad_ldap_group_search_base is defined
ad_ignore_groups:
- Pre-Windows 2000 Compatible Access
- Windows Authorization Access Group
- Administrators
- IIS_IUSRS
- Guests
- Users