-
Notifications
You must be signed in to change notification settings - Fork 1
/
azure.conf.exemple
35 lines (24 loc) · 1.32 KB
/
azure.conf.exemple
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[common]
azureadname = domain.com
tenant_id = 00000000-0000-0000-0000-000000000000
credential_cache_file = /root/last_token_azuread.json
proxy =
;remove accounts with a "sourceanchor" online and not found in samba
do_delete=True
;sync device for hybrid join (write service_connection_point_existe in samba for HYBRID JOIN)
;https://learn.microsoft.com/en-us/azure/active-directory/devices/device-registration-how-it-works#hybrid-azure-ad-joined-in-managed-environments
sync_device=False
create_service_connection_point=False
;https://learn.microsoft.com/en-us/azure/active-directory/hybrid/plan-connect-design-concepts#sourceanchor
SourceAnchorAttr=objectGUID
;https://learn.microsoft.com/en-us/azure/active-directory/hybrid/plan-connect-design-concepts#using-ms-ds-consistencyguid-as-sourceanchor
write_msDSConsistencyGuid_if_empty = True
use_msDSConsistencyGuid_if_exist = True
;https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-password-hash-synchronization
hash_synchronization=True
; When dry_run is "True", the script will display the actions but will not perform the action
dry_run=True
; db file, the last data sent is stored there.
dbpath = /root/last_send_azuread.db
;The script includes error detection in the event of duplicate mail on two different objects (In AD).
warning_duplicate_mail_value=True