Map attributes and devices to the BlackBerry AtHoc system
BlackBerry AtHoc
systemTo map Active Directory user attributes and devices to the
BlackBerry AtHoc
system, complete the following steps:- Open theSample.xmlfile in yourUEM Notificationspackage.
- Update the following Active Directory user attributes to attributes inBlackBerry AtHoc:
- Mail: Map to themidattribute.
- givenname: Map to thefirstNameattribute.
- sn: Map to thelastNameattribute.
Example:<xsl:element name="user"> <xsl:attribute name="seqId"> <xsl:value-of select="position()"/> </xsl:attribute> <xsl:for-each select="attributes"> <xsl:element name="mid"> <xsl:value-of select="Mail"/> </xsl:element> <xsl:element name="firstName"> <xsl:value-of select="givenname"/> </xsl:element> <xsl:element name="lastName"> <xsl:value-of select="sn"/> </xsl:element> - Update the following Active Directory device attributes toBlackBerry AtHocattributes:
- Mail: Map to theEmail-Workattribute.
- phone: Map to themobilePhoneattribute.
- phone: Map to thesmsattribute.
Example:<xsl:element name="devices"> <xsl:call-template name="GetDevice"> <xsl:with-param name="commonName" select="'Email-Work'" /> <xsl:with-param name="address" select="mail" /> </xsl:call-template> <xsl:call-template name="GetDevice"> <xsl:with-param name="commonName" select="'mobilePhone'" /> <xsl:with-param name="address" select="phone" /> </xsl:call-template> <xsl:call-template name="GetDevice"> <xsl:with-param name="commonName" select="'sms'" /> <xsl:with-param name="address" select="phone" /> </xsl:call-template> </xsl:element> - Save the file.
- Run theAtHocDatIntegrator.exefile as an administrator.
For more information about using the LDAP data integration module with
BlackBerry AtHoc
, see the .