document new mdm profile definition
With version 3 we define a new profile definition named managedNetworkShares
. The old one (networkShares
) will be deprecated (summer 2023) but can still be used.
<array>
<dict>
<key>networkShare</key>
<string>SERVER/SHARE</string>
<key>authType</key>
<string>[krb|pwd]</string>
<key>username</key>
<string>OPTIONAL USERNAME</string>
<key>mountPoint</key>
<string>OPTIONAL MOUNT POINT NAME</string>
</dict>
</array>
Edited by Dominik Schuppenhauer