mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +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 | ||
contrib | ||
exports | ||
images | ||
install | ||
intro | ||
styles | ||
LdapSaisie.docbook | ||
LS.entities.xml | ||
Makefile | ||
README |
Makefile : ########## The root Makefile permit currently 3 actions : * Validation : For the xml validation of docbook files make validate * Export : For build the documentation exports in all available formats make export * Clean : Delete non-sources files make clean Dependencies : ############## For validation : ================ * xmllint command (in debian package libxml2-utils) For exports : ============= * in HTML : ~~~~~~~~~~~ + xsltproc command (in debian package xsltproc) + XSL stylesheets by N.Walsh (html/docbook.xsl, htmlhelp/htmlhelp.xsl and xhtml/chunk.xsl) (in debian package docbook-xsl) * in PDF : ~~~~~~~~~~ + jw command (in debian package docbook-utils) * in EPUB : ~~~~~~~~~~~ + dbtoepub command ((in debian package dbtoepub)