EUDC: Document disabling default LDAP wildcard expansion
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Mon, 15 May 2023 21:53:45 +0000 (17:53 -0400)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Mon, 15 May 2023 21:53:45 +0000 (17:53 -0400)
* lisp/net/eudc-vars.el (eudc-ldap-no-wildcard-attributes): Cover
`eudc-query-form' and `eudc-expand-inline' behavior in the
customization docstring.  (Bug#62721)

lisp/net/eudc-vars.el

index 12f5347bd35b6fce49e25e0a731f9dc6efa70848..b3aa23f5827d24d36c67bb4518d7956b40509746 100644 (file)
@@ -441,7 +441,12 @@ BBDB fields.  SPECs are sexps which are evaluated:
   "LDAP attributes which are always searched for without wildcard character.
 This is the list of special dictionary-valued attributes, where
 wildcarded search may fail.  For example, it fails with
-objectclass in Active Directory servers."
+objectclass in Active Directory servers.
+
+You may not want functions like `eudc-query-form' and
+`eudc-expand-inline' to do LDAP wildcard expansion by default on
+certain fields.  If so, add the relevant symbol to this list, for
+example `samaccountname' for the \"E-Mail\" field."
   :type  '(repeat (symbol :tag "Directory attribute")))