Skip to main content
Version: 11.0

Server configuration: Authenticator element

In a config.xmlserver configuration file, an <Authenticator> element contains configuration properties for authenticating administration resources.

Example

<Authenticator
name="Fixed Password Sample"
type="FixedPassword"
user="admin"
password="admin"/>

Child elements

none

Attributes

The following table describes attributes for the <Authenticator> element:

NameRequiredTypeDescription
nameYStringThe name of the authentication used for administration resources.
typeYFixedPassword/DirectoryService/USoftAuthorizervaluesType of the authentication used for administration resources.
userNStringThe user name used for administration resources. NoteUsed only when type = "FixedPassword"
passwordNStringThe password used for administration resources.NoteUsed only when type = "FixedPassword"
urlNStringLDAP (lightweight directory access protocol) connection string pointing to that directory service for type="DirectoryService"Rules Service that runs the USoft application to validate against, or a USoft application name that already has connections defined in the Applications section of Service Definer for type = "USoftAuthorizer"
conditionNString