IBM Verse AppConfig

softbrain_it
New Contributor

Does JamfPro support IBM Verse by AppConfig?
I heard that IBM guy do not support JamfPro as MAM.
Has anyone actually tried it?

link text

Regards,
shiba

1 REPLY 1

softbrain_it
New Contributor

We tried to use 'IBM Verse' with JamfPro by AppConfig.
IBM System requirements for IBM Traveler 9.0.1.3 and later.

1) Create Policy Signature and Policy Signature Key following URL.
MAM Policy Signature and Key Generator

2) Set MAM policy signature to 'Need 'MAM policy signature' of Traveller settings screen.

3) Set the "Policy Signature" generated in mamKey to AppConfig of "IBM Verse" setting and write the following XML In JamfPro.

<dict> <key>appConfigOnly</key> <true/> <key>serverType</key> <string>Cloud</string> <key>serverURL</key> <string></string> <key>user</key> <string>$EMAIL</string> <key>restrictClipboard</key> <false/> <key>disableShareMenu</key> <false/> <key>disableRemoteImages</key> <false/> <key>mamKey</key> <string>######## PUT IN GENERATED POLICY SIGNATURE KEY #########</string> <key>mamKeyMismatchTimeout</key> <integer>24</integer> <key>disableAttachmentExport</key> <false/> <key>mailFilterDays</key> <integer>3</integer> <key>mailFilterDays.lock</key> <false/> <key>previewLines</key> <integer>2</integer> <key>previewLines.lock</key> <false/> <key>confirmDelete</key> <false/> <key>confirmDelete.lock</key> <false/> <key>attachmentFilter</key> <integer>100</integer> <key>attachmentFilter.lock</key> <false/> <key>mailThreads</key> <false/> <key>mailThreads.lock</key> <false/> <key>useMailSignature</key> <false/> <key>useMailSignature.lock</key> <false/> <key>bccMyself</key> <false/> <key>bccMyself.lock</key> <false/> <key>calendarPastFilterDays</key> <integer>14</integer> <key>calendarPastFilterDays.lock</key> <false/> <key>calendarAlarms</key> <true/> <key>calendarAlarms.lock</key> <false/> <key>calendarAudioAlarms</key> <true/> <key>calendarAudioAlarms.lock</key> <false/> <key>weekStartDay</key> <integer>0</integer> <key>weekStartDay.lock </key> <false/> <key>exportContacts</key> <false/> <key>exportContacts.lock</key> <false/> <key>searchCorpDirectory</key> <true/> <key>searchCorpDirectory.lock</key> <false/> <key>contactSortOrder</key> <string>lastfirst</string> <key>contactSortOrder.lock</key> <false/> <key>contactDisplayOrder</key> <string>firstlast</string> <key>contactDisplayOrder.lock</key> <false/>
</dict>

Thanks !