mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-13 05:53:03 +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> |
||
---|---|---|
.. | ||
conf | ||
css | ||
images | ||
includes | ||
lang | ||
local | ||
templates | ||
tmp | ||
AUTHORS | ||
core.php | ||
create.php | ||
custom_action.php | ||
custom_search_action.php | ||
image.php | ||
index.php | ||
index_ajax.php | ||
INSTALL | ||
LICENSE | ||
modify.php | ||
remove.php | ||
select.php | ||
view.php |