Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Panel
Table of Contents

LDAP Integration Enhancements

The following enhancements have been made available for the LDAP integration feature:

B-05949: Refactor LDAP refresh to process each user/group record as a separate transaction.
B-08859: Add ability to filter users based on group membership for directory servers that do not support the group membership attribute for users.
B-09089: Add Group Email field to Group Details and provide default LDAP Mapping.
B-09099: Add start-up property to always process LDAP groups when logging in.

Mandatory Credentials Option for Agent based Tasks

B-08918: Add Agent Credentials Required Universal Controller system property to allow making agent-based task credentials mandatory.

A new system property, Agent Credentials Required, has been introduced to allow customers to enforce the use of credentials for Agent based Tasks. For backwards compatibility, the default value of this new property is "false"; you will only be allowed to change the value to "true" if all credential fields affected by this property contain valid credentials or a default credential for the agent referenced by the task exists.

Additional Credentials Fields Added for Universal Task Templates

B-08958: Add two additional Universal Template/Task credential field mappings.

The number of credentials fields available for a Universal Task Template (and, therefore, a Universal Task) has been increased from 2 to 4.

Increase the maximum credential password length

B-09028 : Modify the controller to increase the maximum password size that can be sent to the agent to 512 characters.

The maximum password length supported by Credentials and credential functions for Universal Agents has been increased to 512 characters.

New String Formatting Functions

B-09116: Add functions for escaping Strings for insertion into XML (_varEscapeXml), JSON (_varEscapeJson), JavaScript (_varEscapeJavaScript), HTML (_varEscapeHtml) and regular expressions (_varLiteralPattern) and a function for generating a random String (_randomString).

The following new Functions have been made available to assist with formatting strings for Web Service Tasks:

  • _varEscapeXml
  • _varEscapeJson
  • _varEscapeJavaScript
  • _varEscapeHtml
  • _varLiteralPattern

And the following Function has been made available for generating random strings:

  • _randomString