ldapsaisie/public_html
Benjamin Dauvergne 9add9c3321 Allow a sequence of filters in LSobjects profile configurations
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>
2015-02-09 11:16:20 +01:00
..
conf Convert all supann addon defines to globals 2015-02-09 10:55:17 +01:00
css LSformElement :: supannLabeledValue.php : Improve edition to permit value selection in SUPANN table 2014-11-25 00:07:31 +01:00
images LSformElement :: select_object : Add ordered feature 2015-01-21 16:35:23 +01:00
includes Allow a sequence of filters in LSobjects profile configurations 2015-02-09 11:16:20 +01:00
lang Update French translation 2015-02-05 10:33:37 +01:00
local Added LSaddons and LSauth directories 2013-06-28 09:44:40 +02:00
templates view.tpl : use double quotes instead of simple in HTML 2015-01-06 18:00:41 +01:00
tmp Added tmp directory with gitignore file 2009-11-13 15:35:05 +01:00
AUTHORS Authors : tranlate file and add Charles Videau 2009-11-13 14:32:41 +01:00
core.php Fix error reporting in core.php 2014-02-03 16:37:43 +01:00
create.php LStemplate : added a template abstraction class 2013-06-17 23:39:22 +02:00
custom_action.php LStemplate : added a template abstraction class 2013-06-17 23:39:22 +02:00
custom_search_action.php custom_search_action : fix typo in info message 2014-11-20 00:10:56 +01:00
image.php Fixed image.php initialization and remove unsed code 2013-06-19 03:00:58 +02:00
index.php LStemplate : added a template abstraction class 2013-06-17 23:39:22 +02:00
index_ajax.php index_ajax : fixed php warning 2012-09-02 20:01:10 +02:00
INSTALL Updated INSTALL file form the docuemention 2010-08-26 18:39:36 +02:00
LICENSE Rename trunk directory to public_html 2009-11-13 14:26:11 +01:00
modify.php LStemplate : added a template abstraction class 2013-06-17 23:39:22 +02:00
remove.php LStemplate : added a template abstraction class 2013-06-17 23:39:22 +02:00
select.php select.php : Added parameter filter64 2013-11-15 18:59:19 +01:00
view.php LSsearch : add customAction feature 2014-10-08 17:24:30 +02:00