ldapsaisie/doc/conf
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
..
LSaddon LSaddon::phpldapadmin : Added icon and give an use case example in documentation 2013-06-28 16:53:56 +02:00
LSattribute LSattr_html :: password : Add possibility to generate password using pwgen command 2015-02-05 10:33:14 +01:00
LSauthMethod Doc / LSauthMethod_anonymous : Added informations about this LSauthMethod 2010-11-25 12:49:03 +01:00
LSobject LSsearch : add customAction feature 2014-10-08 17:24:30 +02:00
conf.docbook Doc / LSauth : Updated relative to last commit 2010-11-25 11:21:43 +01:00
conf.entities.xml Doc : Added config informations about customActions 2011-05-20 17:44:42 +02:00
globale.docbook Add global parameter defaultCSSfiles 2015-01-08 15:15:40 +01:00
LDAP_search_params.docbook - Documentation : commit initial. 2009-03-17 19:21:10 +00:00
LSaddon.docbook Added LSaddon::phpLdapAdmin 2013-06-28 16:38:31 +02:00
LSattribute.docbook LSformElement : add no_value_label parameter 2014-10-15 10:58:43 +02:00
LSauthMethod.docbook Doc / LSauthMethod_anonymous : Added informations about this LSauthMethod 2010-11-25 12:49:03 +01:00
LSformat.docbook LSformat : Full support format in JS and improve substr 2014-09-30 13:54:52 +02:00
LSobject.docbook Doc : Added config informations about customActions 2011-05-20 17:44:42 +02:00
LSprofile.docbook Allow a sequence of filters in LSobjects profile configurations 2015-02-09 11:16:20 +01:00
recoverPassword.docbook - Documentation : commit initial. 2009-03-17 19:21:10 +00:00
srv-ldap.docbook LSsession : Add useUserCredentials parameter 2014-11-18 13:16:38 +01:00
subDn.docbook LSsession : Added nologin parameter in subDn configuration 2010-11-16 11:50:18 +01:00