A page in your DokuWiki was added or changed. Here are the details: Date : 2019/07/16 19:08 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 IP-Address : 109.190.253.11 Hostname : 109.190.253.11 Old Revision: http://ltb-project.org/documentation/white-pages/0.3/config_gallery?rev=1523284311 New Revision: http://ltb-project.org/documentation/white-pages/0.3/config_gallery Edit Summary: [Display] User : coudot
@@ -35,4 +35,12 @@ Truncate title to fit in box foot: <file php> $gallery_truncate_title_after = "25"; </file> + + ===== Filter ===== + + Gallery page uses the default LDAP user filter. But you can override it, for example to display entries that have the jpegPhoto attribute: + <file php> + $gallery_user_filter = "(&".$ldap_user_filter."(jpegPhoto=*))"; + </file> + -- This mail was generated by DokuWiki at http://ltb-project.org/
_______________________________________________ ltb-changes mailing list [email protected] https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-changes
