Copyright © Cloud Software Group, Inc. All rights reserved. |
LDAP directory attributes are mapped to iProcess properties to provide the necessary information about iProcess users in the LDAP directory. Mapping LDAP Directory Attributes to iProcess Properties explains how to use LDAPCONF to set up these mappings.
• LDAP directory attributes that are mapped to iProcess properties are indicated in this guide by the use of angled brackets. For example, <MENUNAME> indicates the LDAP directory attribute that is mapped to the iProcess MENUNAME property. (By default, this is the LDAP menuname attribute, but it can be any other LDAP attribute - for example, groupname.)
• An LDAP directory attribute does not allow the attribute to contain an underscore. An attribute with an underscore in iProcess Engine is mapped to an attribute without an underscore in LDAP. For example, the SW_WISINST attribute in iProcess Engine is mapped to the SWWISINST attribute in LDAP.
This attribute must be specified! If this attribute is not specified the entry is not added to iProcess (or is deleted if it already exists) when it is synchronized with the LDAP directory (see Synchronizing iProcess User Data with the LDAP directory).
• USER - The entry is an iProcess user with a MENUNAME of USER.
• MANAGER - The entry is an iProcess user with a MENUNAME of MANAGER.
• PRODEF - The entry is an iProcess user with a MENUNAME of PRODEF.
• ADMIN - The entry is an iProcess user with a MENUNAME of ADMIN.
• GROUP - The entry is an iProcess group.
• ROLE - The entry is an iProcess role.
• NONE - The entry is not an iProcess user, group or role. (If the entry already exists in iProcess, it will be removed the next time synchronization takes place.) Note: Remember that a valid iProcess user name must be 24 characters or less; if the LDAP directory attribute chosen has a value longer than 24 characters, the corresponding iProcess username is truncated to 24 characters (though usernames may also be constrained by the underlying operating system). Defines the iProcess users who are members of the group defined by this entry. See Defining Group Membership for more information about how to define values for this attribute.
• null - Step Forward. The user is allowed to forward a work item only if the step’s Forward permission has been set by the procedure definer.
• r - Forward None. The user is not allowed to forward any work item, even if the step’s Forward permission has been set by the procedure definer.
• f- Forward Any. The user is allowed to forward any work item, even if the step’s Forward permission has not been set by the procedure definer.Do not use the _XX string to name attributes where XX is a 2-digit number. This string is reserved for TIBCO iProcess Engine internal use.Mapping LDAP Directory Attributes to iProcess Properties explains how to use LDAPCONF to make application specific attributes available to iProcess.
Copyright © Cloud Software Group, Inc. All rights reserved. |