Skip Navigation

Map attributes and devices to the 
BlackBerry AtHoc
 system

To map Active Directory user attributes and devices to the 
BlackBerry AtHoc
 system, complete the following steps:
  1. Open the 
    Sample.xml
     file in your 
    UEM Notifications
     package.
  2. Update the following Active Directory user attributes to attributes in 
    BlackBerry AtHoc
    :
    • Mail
      : Map to the 
      mid
       attribute.
    • givenname
      : Map to the 
      firstName
       attribute.
    • sn
      : Map to the 
      lastName
       attribute.
    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>
  3. Update the following Active Directory device attributes to 
    BlackBerry AtHoc
     attributes:
    • Mail
      : Map to the 
      Email-Work
       attribute.
    • phone
      : Map to the 
      mobilePhone
       attribute.
    • phone
      : Map to the 
      sms
       attribute.
    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>
  4. Save the file.
  5. Run the 
    AtHocDatIntegrator.exe
     file as an administrator.
For more information about using the LDAP data integration module with 
BlackBerry AtHoc
, see the .