projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aee38d
)
EUDC: Fix eudc-ldap-no-wildcard-attributes docstring
author
Thomas Fitzsimmons
<fitzsim@fitzsim.org>
Wed, 17 May 2023 10:59:52 +0000
(06:59 -0400)
committer
Thomas Fitzsimmons
<fitzsim@fitzsim.org>
Wed, 17 May 2023 11:00:42 +0000
(07:00 -0400)
* lisp/net/eudc-vars.el (eudc-ldap-no-wildcard-attributes): Fix
docstring. (Bug#62721)
lisp/net/eudc-vars.el
patch
|
blob
|
history
diff --git
a/lisp/net/eudc-vars.el
b/lisp/net/eudc-vars.el
index b3aa23f5827d24d36c67bb4518d7956b40509746..b6b06f0c9fabd021043a61cbcd09210f2ed2b52a 100644
(file)
--- a/
lisp/net/eudc-vars.el
+++ b/
lisp/net/eudc-vars.el
@@
-446,7
+446,7
@@
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."
+example `
mail
' for the \"E-Mail\" field."
:type '(repeat (symbol :tag "Directory attribute")))