Clone officiel du projet LdapSaisie
Go to file
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
config.local Doc : add support to EPUB doc generation and exportation 2014-08-13 02:23:26 +02:00
debian Release 1.1-5 Debian package 2015-01-06 17:57:41 +01:00
doc Allow a sequence of filters in LSobjects profile configurations 2015-02-09 11:16:20 +01:00
lsexample LSexample : fixed admin and demo account password 2013-06-16 09:55:58 +02:00
public_html Allow a sequence of filters in LSobjects profile configurations 2015-02-09 11:16:20 +01:00
.gitignore gitignore : Added exclude of *~ files 2011-05-20 17:44:08 +02:00
buildDoc.sh buildDoc.sh : Added buildDocExports.sh exection if is defined 2011-05-20 17:54:39 +02:00
buildDocExports.sh Doc : add support to EPUB doc generation and exportation 2014-08-13 02:23:26 +02:00
checkDocExportsNecessity.sh Scripts : Changed shebang /bin/sh by /bin/bash specifically 2011-05-20 17:46:59 +02:00
checkUpgrade.sh Scripts : Changed shebang /bin/sh by /bin/bash specifically 2011-05-20 17:46:59 +02:00
upgradeFromGit.sh Scripts : Changed shebang /bin/sh by /bin/bash specifically 2011-05-20 17:46:59 +02:00