A page in your DokuWiki was added or changed. Here are the details: Date : 2019/07/16 16:49 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 IP-Address : 88.191.110.50 Hostname : 88.191.110.50 Old Revision: http://ltb-project.org/documentation/white-pages/0.3/config_ldap?rev=1523283699 New Revision: http://ltb-project.org/documentation/white-pages/0.3/config_ldap Edit Summary: [User search parameters] User : coudot
@@ -64,8 +64,14 @@ <file php> $ldap_user_filter = "(objectClass=inetOrgPerson)"; </file> + When an entry is displayed, to help the software to determine if this is a user, you can configure a regular expression: + <file php> + $ldap_user_regex = "/,ou=users,/i"; + </file> + + <note tip>If you don't set this value, the software will use the search base: if the entry DN is inside the user search base, then it is a user. But this method can be useless depending of your LDAP directory organization.</note> ===== Group search parameters ===== You can set the base of the search in ''$ldap_group_base'': <file php> -- 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
