Files
apple_device-management/examples/declarative/declarations/configurations/account.ldap/example1.json
T
2026-06-12 16:19:29 -04:00

17 lines
475 B
JSON

{
"Type": "com.apple.configuration.account.ldap",
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
"Payload": {
"VisibleName": "Work Directory",
"HostName": "ldap.example.com",
"SearchSettings": [
{
"VisibleName": "Search Work",
"SearchBase": "dc=example,dc=com",
"Scope": "Subtree"
}
]
}
}