-
Type:
New Feature
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.5.0
-
Component/s: provisioning
-
Labels:None
Multiple provisioned objectclasses are supported by separating ldap-object-class values with whitespace in either the group-attribute-mapping or resolver-attribute-mapping configuration :
<group-attribute-mapping ldap-object-class="groupOfNames inetLocalMailRecipient">
<group-attribute-map group-attribute="description" ldap-attribute="description" />
</group-attribute-mapping>
or
<resolver-attribute-mapping ldap-object-class="groupOfNames inetLocalMailRecipient">
<resolver-attribute-map resolver-attribute="description" ldap-attribute="description" />
</resolver-attribute-mapping>