forked from networktocode/jdiff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrusted_domains.json
More file actions
29 lines (29 loc) · 849 Bytes
/
trusted_domains.json
File metadata and controls
29 lines (29 loc) · 849 Bytes
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
[
{
"allocate_gids": true,
"allocate_uids": true,
"assume_default_domain": false,
"authentication": true,
"check_online_interval": 300,
"controller_time": 1769518575,
"create_home_directory": false,
"domain_offline_alerts": false,
"extra_expected_spns": [],
"findable_groups": [],
"findable_users": [],
"forest": "domain1.company.com",
"groupnet": "groupnet1",
"home_directory_template": "/ifs/zone1/cluster1/adm/%U",
"hostname": "cluster1.domain1.company.com",
"id": "DOMAIN1.COMPANY.COM",
"ignore_all_trusts": false,
"ignored_trusted_domains": [],
"include_trusted_domains": [
"COMPANY.COM",
"domain1.company.com",
"domain2.company.COM",
"domain3.company.com",
"test.com"
]
}
]