summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@fitzsim.org>2023-05-15 17:53:45 -0400
committerThomas Fitzsimmons <fitzsim@fitzsim.org>2023-05-15 17:53:45 -0400
commit5289c2b3eba942b93f2b5daab8657008e5fc465d (patch)
treedcb28cff37cd6380e1e0b236b3e2b59cdb8db045
parent8eb129a2ca4643a78c7afecc3226f183a1deb143 (diff)
downloademacs-5289c2b3eba942b93f2b5daab8657008e5fc465d.tar.gz
EUDC: Document disabling default LDAP wildcard expansion
* 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)
-rw-r--r--lisp/net/eudc-vars.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/net/eudc-vars.el b/lisp/net/eudc-vars.el
index 12f5347bd35..b3aa23f5827 100644
--- a/lisp/net/eudc-vars.el
+++ b/lisp/net/eudc-vars.el
@@ -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")))