Directory Configuration Properties for the Threat Mitigation Application

The LDAP tab in the local configuration tool for the Threat Mitigation Application contains the following fields.

Configuration Directory URL

  • URL of the primary directory.
  • Value—URL in the format ldap://<host>:<port>/
    • <host>—IP address or name of directory host
    • <port>—Port of directory host
  • Default—ldap://127.0.0.1:389/
  • Property name—Config.java.naming.provider.url

Backup Configuration Directory URLs

  • List of redundant directories.
  • Value—Space-separated list of URLs; URLs have the format
    ldap://<host>:<port>/
    • <host>—IP address or name of directory host
    • <port>—Port of directory host
  • Default—Unspecified
  • Example—ldap://192.0.2.1:389/ ldap://192.0.2.3:389/
  • Property name—Config.net.juniper.smgt.des.backup_provider_urls

Configuration Directory Authentication DN

  • DN of the directory entry that defines the username with which the SRC component accesses the directory.
  • Value—<DN>
  • Default—cn=nic, ou=Components, o=Operators, o=umc
  • Example—cn=conf, o=Operators, o=umc
  • Property name—Config.java.naming.security.principal

Configuration Directory Password

  • Password with which the Threat Mitigation Application accesses the directory.
  • Value—Text string
  • Default—nic
  • Example—secret
  • Property name—Config.java.naming.security.credentials

Connect Timeouts [s]

  • Maximum time that the directory eventing system (DES) waits for the directory to respond.
  • Value—Number of seconds in the range 1–2147483647
  • Default—10
  • Example—5
  • Property name—Config.net.juniper.smgt.des.connect.timeout