Setting up group membership using dn name for organizational units as groups

Setting up group membership using dn name

'mapping-attributes-type-members'=>array(
'group' => '%ou%', // %ou% - means that dn name will be used
),

'mapping-members-ou'=>"least", //highest, least, all

Whether to apply membership from the lowest (least) or highest located name.

Setting up the NAME GROU for organizational units

Set up the following in the Mapping array for users/groups/roles window:

'mapping-group' => array(
 'NAME_GROU' =>'ou',

Using addresses listed in groups

'shift-attribute'=>array(
     'user'=> array(
                'mapping-group-address-home' => 'mapping-user-address-home',
                'mapping-group-address-business' => 'mapping-user-address-bussiness',
                'ABBREV_GROU'         => 'JOB_USER',
                    )
     ),

'shift-attribute-win'=>"supplemented", //supplemented, highest, least
'shift-attribute-win-all'=> 1, //0 - add only empty attributes, 1 - add all the attributes and empty (only for highest, least),*/