snappymail/plugins/ldap-contacts-suggestions
Fathi Ben Nasr 3dd6c85c87 ldap-contacts-suggestions: search several base DNs
A directory rarely keeps everything worth suggesting in one branch: people
sit in a people branch, meeting rooms and other bookable resources in a
separate one. Searching a single subtree misses them, and widening the base
to the domain root drags every service and role account into the list.

base_dn now accepts several branches separated by '|', which cannot appear
unescaped in a DN — an existing single-branch value parses to a one-element
list and behaves exactly as before. A branch that fails to answer is logged
with its own DN and no longer discards the whole lookup.
2026-08-24 01:20:24 +00:00
..
index.php ldap-contacts-suggestions: search several base DNs 2026-08-24 01:20:24 +00:00
LdapContactsSuggestions.php ldap-contacts-suggestions: search several base DNs 2026-08-24 01:20:24 +00:00
LICENSE Added: Plugin: Contacts suggestion from ldap 2015-09-08 21:18:55 +03:00