mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-19 08:39:06 +01:00
9add9c3321
It's now possible for example to define a profile on an LSobject whose attribute would contain the DN of a group the user is member of instead of directly the dn of the user. A possible configuation using this new feature: 'LSprofile' => array( 'admin' => array( 'LSobjects' => array( 'LSsupannGroupAdminByGroup' => array( 'filters' => array( array( 'basedn' => $basedn, 'attr' => 'member', 'attr_value' => '%{dn}', 'LSobject' => 'LSsupannGroup', ), array( 'basedn' => $basedn, 'attr' => 'supannGroupeAdminDN', 'attr_value' => '%{dn}', 'LSobject' => 'LSsupannGroup', ) ), ), ), ), ) Signed-off-by: Benjamin Renard <brenard@easter-eggs.com> |
||
---|---|---|
.. | ||
LSaddon | ||
LSattribute | ||
LSauthMethod | ||
LSobject | ||
conf.docbook | ||
conf.entities.xml | ||
globale.docbook | ||
LDAP_search_params.docbook | ||
LSaddon.docbook | ||
LSattribute.docbook | ||
LSauthMethod.docbook | ||
LSformat.docbook | ||
LSobject.docbook | ||
LSprofile.docbook | ||
recoverPassword.docbook | ||
srv-ldap.docbook | ||
subDn.docbook |