Files
apple_device-management/examples/mdm/profiles/com.apple.ldap.account/example1.plist
T
2026-06-12 16:19:29 -04:00

48 lines
1.7 KiB
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>LDAPAccountDescription</key>
<string>Company LDAP Account</string>
<key>LDAPAccountHostName</key>
<string>com.apple.ldap.account</string>
<key>LDAPAccountUseSSL</key>
<true/>
<key>LDAPAccountUserName</key>
<string>JuanChavez4</string>
<key>LDAPSearchSettings</key>
<array>
<dict>
<key>LDAPSearchSettingDescription</key>
<string>My Search</string>
<key>LDAPSearchSettingScope</key>
<string>LDAPSearchSettingScopeSubtree</string>
<key>LDAPSearchSettingSearchBase</key>
<string>o=My Company,ou=My Department</string>
</dict>
</array>
<key>PayloadIdentifier</key>
<string>com.example.myldappayload</string>
<key>PayloadType</key>
<string>com.apple.ldap.account</string>
<key>PayloadUUID</key>
<string>7f846724-1bf7-4501-b8cd-ce7026e95280</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>LDAP</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>c5208028-7e96-4669-8d83-4fbbeb48845a</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>