Setting up the mapping array for roles: mapping-role

Set up which items and columns to synchronize with FormFlow for roles.

Example:

'mapping-group' => array(
    'NAME_GROU' => 'cn', // group name
  ),

Setting up the mapping array for users' first synchronization: first-synchro-role

Set up which attributes to use when synchronizing roles that are present both in the Directory and FormFlow but have not been synchronized yet.

To synchronize groups using the name only, enter the following:

'NAME_GROU' => 'cn'

Example:

'first-synchro-role'=>array(
    'NAME_GROU' => 'cn'
  ),