mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-01 00:03:18 +01:00
30 lines
924 B
Text
30 lines
924 B
Text
<sect2 id="config-LSaddon_impersonate">
|
|
<title>LSaddon_impersonate</title>
|
|
<para>Cet &LSaddon; fournie une fonction du même nom pouvant être utilisée
|
|
comme &customActions; et permettant de se reconnecter en tant qu'un autre
|
|
utilisateur de l'annuaire.</para>
|
|
|
|
<para>Ci-dessous, vous trouverez un exemple de configuration de la fonction
|
|
<literal>impersonate()</literal> comme &customActions; :</para>
|
|
|
|
<programlisting linenumbering="unnumbered">
|
|
<citetitle>Exemple d'utilisation</citetitle><![CDATA[$GLOBALS['LSobjects']['LSpeople'] = array (
|
|
[...]
|
|
'customActions' => array (
|
|
'impersonate' => array (
|
|
'function' => 'impersonate',
|
|
'label' => 'Reconnect as this user',
|
|
'hideLabel' => True,
|
|
'noConfirmation' => true,
|
|
'disableOnSuccessMsg' => true,
|
|
'icon' => 'user_go',
|
|
'rights' => array (
|
|
'admin'
|
|
),
|
|
),
|
|
),
|
|
[...]
|
|
);]]>
|
|
</programlisting>
|
|
|
|
</sect2>
|