
DMA OperationsGuide  The Polycom DMA System MIB
468 Polycom, Inc.
   DESCRIPTION “Name of the territory.”
   ::= { stCsConfMgrTerritoriesEntry 2 }
-- dma.2.2.4.1.2
stCsIntegrations OBJECT-IDENTITY
   STATUS      current
   DESCRIPTION “Status for systems with which the DMA integrates.”
   ::= { stCsSupercluster 2 }
-- dma.2.2.4.1.2.1
stCsIntDirectoryService OBJECT-IDENTITY
   STATUS      current
   DESCRIPTION “Status for directory service integration.”
   ::= { stCsIntegrations 1 }
-- dma.2.2.4.1.2.1.1
stCsIntDirSvcMSActiveDirectory OBJECT-IDENTITY
   STATUS      current
   DESCRIPTION “Status for Microsoft Active Directory integration.”
   ::= { stCsIntDirectoryService 1 }
-- dma.2.2.4.1.2.1.1.1
stCsIntMSADEnabled OBJECT-TYPE
   SYNTAX      TruthValue
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “True if Active Directory integration is enabled.”
   ::= { stCsIntDirSvcMSActiveDirectory 1 }
-- dma.2.2.4.1.2.1.1.2
stCsIntMSADCacheStatus OBJECT-TYPE
   SYNTAX      INTEGER
               { disabled(1), connecting(2), integrated(3), integratedWithoutEncryption(4),
               failed(5), outdated(6), failedNoSuchEnterpriseUser(7),
               failedEnterpriseAuthentication(8), failedInvalidEnterpriseCredentials(9),
               failedEnterpriseAuthenticationWithCode(10), failedConnection(11) }
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “Status of Active Directory caching.”
   ::= { stCsIntDirSvcMSActiveDirectory 2 }
-- dma.2.2.4.1.2.1.1.3
stCsIntMSADCachingCluster OBJECT-TYPE
   SYNTAX      DisplayString
   MAX-ACCESS  read-only
   STATUS      current
   DESCRIPTION “Name of cluster performing AD caching.”
   ::= { stCsIntDirSvcMSActiveDirectory 3 }
-- dma.2.2.4.1.2.1.1.4