LDAP
com.apple.ldap.account
The payload that configures a Lightweight Directory Access Protocol (LDAP) account.
Configuration Keys (7)
| Key | Type | Title |
|---|---|---|
LDAPAccountDescriptionThe description of the account. | string | Account Description |
LDAPAccountUserNameThe user's user name. | string | Account Username |
LDAPAccountPasswordThe user's password. Only use this in encrypted profiles. | string | Account Password |
LDAPAccountHostNamerequiredThe server's address. | string | Account Hostname |
LDAPAccountUseSSLIf 'true', the system enables SSL. Default: true | boolean | Use SSL |
LDAPSearchSettingsAn array of search settings dictionaries. | array | Search Settings |
VPNUUIDThe VPNUUID of the per-app VPN the account uses for network communication. Available in iOS 14 and later. | string | VPNUUID |
LDAPSearchSettingsItemAn item within the Search Settings array Default: {"LDAPSearchSettingDescription":"My Search","LDAPSearchSettingScope":"LDAPSearchSettingScopeSubtree","LDAPSearchSettingSearchBase":"o=My Company ou=MyDepartment"} | dict | An LDAP Search Setting |
LDAPSearchSettingDescriptionThe description of this search setting. Default: "My Search" | string | Description |
LDAPSearchSettingScopeThe type of recursion to use in the search: - 'LDAPSearchSettingScopeBase': The search uses only the immediate node that the search base points to. - 'LDAPSearchSettingScopeOneLevel': The search uses the node plus its immediate children. - 'LDAPSearchSettingScopeSubtree': The search uses the node plus all children, regardless of depth. Default: "LDAPSearchSettingScopeSubtree" Range: Base (LDAPSearchSettingScopeBase), One Level (LDAPSearchSettingScopeOneLevel), Subtree (LDAPSearchSettingScopeSubtree) | string | Search Setting Scope |
LDAPSearchSettingSearchBaserequiredThe path to the node where a search should start. Default: "o=My Company,ou=My Department" | string | Search Setting Search Base |