From 5289c2b3eba942b93f2b5daab8657008e5fc465d Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Mon, 15 May 2023 17:53:45 -0400 Subject: 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(-) (limited to 'lisp') 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"))) -- cgit v1.2.1