mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59: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> |
||
---|---|---|
.. | ||
addons | ||
class | ||
js | ||
libs | ||
functions.php |