A fixedAttribute element has the following XML attributes:

  • ldapAttribute: a required attribute specifying the name of the LDAP attribute for the fixed values.
  • onConflict: an optional attribute specifying the behavior when the LDAP entry already contains the specified LDAP attribute. The value merge indicates that the fixed values should be merged with the existing values. The value overwrite indicates that the existing values are to be overwritten by the fixed values. The value preserve indicates that no changes should be made. The default value is merge.

A fixedAttribute element contains one or more fixedValue XML element, which specify the fixed LDAP values.