Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorial:adm:manage_ad [2021/06/14 12:58]
neznajf Test editace
tutorial:adm:manage_ad [2021/06/24 07:07]
soval [Password mapping]
Line 165: Line 165:
   * Attribute with password - true   * Attribute with password - true
  
 +
 +==== Send additional attributes with password ====
 +
 +It's possible to send additional attributes to provisioning, when password is changed (e.g. password expiration in extended attribute). New flag ''sendOnPasswordChange'' was added to system attribute mapping - attribute with this flag checked will be send together with changed password to provisioning. Two ways for provisioning additional attributes are implemented:
 +  - send additional attributes together with new password in one provisioning operation
 +  - send additional attributes after password is changed in another provisioning operation 
 +Two ways are be configurable by application configuration ''idm.sec.acc.provisioning.sendPasswordAttributesTogether'':
 +    * ''true'': additional password attributes will be send in one provisioning operation together with password
 +    * ''false'': additional password attributes will be send in new provisioning operation, after password change operation (some systems doesn't support to change other attributes in the same request with password)
 +
 +<note tip>Configuration is effective for all target systems. All target system will be using one configured way (configuration per-system is not implemented, coming soon).</note>
 +
 +=== Send attribute only on password change ===
 +Since version **11.0.0** a new flag **Send only on password change** was added to the attribute detail.
 +
 +If is this flag checked, then the attribute will be send to the system only during change of password operation. It means that this attribute will be ignored in standard provisioning operations (create/update).
 +<note important>This checkbox can be use only if attribute has checked flag **Send additional attributes with password**.</note> 
  
 ===== Role for AD ===== ===== Role for AD =====
  • by neznajf