Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.


Appendix A LDAPCONF Commands : ATTRIB

ATTRIB
Set up the mapping of LDAP directory attributes to iProcess properties when LDAP directory entries are downloaded to the iProcess Engine. See Mapping LDAP Directory Attributes to iProcess Properties for more information.
Syntax
ldapconf ATTRIB [-u username] [-r roleuser] [‑g groupusers] -menu menuname [‑desc description] [-lang language] [‑sort sortmail] [-x new_attr]
where:
username is the LDAP directory attribute which maps to the iProcess username.
roleuser is the LDAP directory attribute to be used to assign an iProcess user to a role.
groupusers is the LDAP directory attribute to be used to contain the list of users who are members of a group.
menuname is the LDAP directory attribute which maps to the iProcess MENUNAME attribute. This attribute identifies whether an LDAP directory entry is treated by the iProcess Engine as a user, group or role, or is ignored.
description is the LDAP directory attribute which maps to the iProcess DESCRIPTION attribute.
language is the LDAP directory attribute which maps to the iProcess LANGUAGE attribute.
sortmail is the LDAP directory attribute which maps to the iProcess SORTMAIL attribute
new_attr is an additional LDAP directory attribute to be used in the iProcess system. (This option should be repeated for each additional attribute that is required; any attributes that are already in use but which are not specified are cleared.)
Example
The following example sets up the attribute mappings between the LDAP directory and iProcess. It also defines two additional LDAP directory attributes, email and telephone, for use in iProcess.

 
LDAPCONF ATTRIB -user username -r urole -g ugroup -menu menuname -desc description -lang language -sort sortmail -x email -x telephone

 
 

Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.