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)
This commit is contained in:
parent
8eb129a2ca
commit
5289c2b3eb
1 changed files with 6 additions and 1 deletions
|
@ -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")))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue