Skip to main content

Creating a SiteMinder attribute configuration file

A SiteMinder target system requires a configuration file defining server attributes. This file must be located in the <Program Files path>\Bravura Security\Bravura Security Fabric\<instance>\ script\ directory.

The script must describe the following attributes:

  • accountport account port

  • authport authentication port

  • azport authorization port

  • platform specifies whether it is a Windows based server or a Unix based server.

  • UserDir specifies the user directory the SiteMinder server agent is working on.

Other attributes can be set as required.

For example:

  "m-tech:agent:agtmtech" "1" = {
       "accountport" = "44441"
       "authport" = "44442"
       "azport" = "44443"
       "timeout" = "300"
       "connmin" = "1"
       "connmax" = "100"
       "connstep" = "1"
       "platform" = "UNIX"
       "UserDir" = "localLDAP"
  }