ldapsaisie/public_html/includes
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
..
addons Convert all supann addon defines to globals 2015-02-09 10:55:17 +01:00
class Allow a sequence of filters in LSobjects profile configurations 2015-02-09 11:16:20 +01:00
js LSformElement :: select_object : Add ordered feature 2015-01-21 16:35:23 +01:00
libs Arian : Mootools-datepicker : Parse date with the option format first (propose on github https://github.com/arian/mootools-datepicker/pull/50) 2011-06-27 12:06:09 +02:00
functions.php getFData : try to catch error casting data to string 2014-11-20 12:00:26 +01:00