mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-30 18:31:28 +01:00 
			
		
		
		
	Update to 2021-12-01 19:13
This commit is contained in:
		
							
								
								
									
										20
									
								
								roles/wb_ad_auth/defaults/main.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								roles/wb_ad_auth/defaults/main.yml
									
									
									
									
									
										Normal 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 | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud