[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 5289c2b3eba: EUDC: Document disabling default LDAP wildcard expan
From: |
Thomas Fitzsimmons |
Subject: |
master 5289c2b3eba: EUDC: Document disabling default LDAP wildcard expansion |
Date: |
Mon, 15 May 2023 17:54:21 -0400 (EDT) |
branch: master
commit 5289c2b3eba942b93f2b5daab8657008e5fc465d
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>
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)
---
lisp/net/eudc-vars.el | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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")))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 5289c2b3eba: EUDC: Document disabling default LDAP wildcard expansion,
Thomas Fitzsimmons <=