mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(ldap-ldapsearch-prog): Default to OpenLDAP version 2 ldapsearch.
This commit is contained in:
parent
5301596556
commit
5a9af4e1f0
@ -1,5 +1,8 @@
|
||||
2002-01-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
|
||||
2 ldapsearch.
|
||||
|
||||
* net/eudc.el: New maintainer. Change author's address.
|
||||
(eudc-pre-select-window-configuration, eudc-insertion-marker):
|
||||
Variables removed.
|
||||
|
@ -152,12 +152,8 @@ Valid properties include:
|
||||
:type '(string :tag "`ldapsearch' Program")
|
||||
:group 'ldap)
|
||||
|
||||
(defcustom ldap-ldapsearch-args '("-B")
|
||||
"*A list of additional arguments to pass to `ldapsearch'.
|
||||
It is recommended to use the `-T' switch with Netscape's
|
||||
implementation to avoid line wrapping.
|
||||
The `-B' switch should be used to enable the retrieval of
|
||||
binary values."
|
||||
(defcustom ldap-ldapsearch-args '("-LL" "-tt" "-x")
|
||||
"*A list of additional arguments to pass to `ldapsearch'."
|
||||
:type '(repeat :tag "`ldapsearch' Arguments"
|
||||
(string :tag "Argument"))
|
||||
:group 'ldap)
|
||||
@ -561,7 +557,6 @@ an alist of attribute/value pairs."
|
||||
buf
|
||||
nil
|
||||
,@arglist
|
||||
"-t" ; Write values to temp files
|
||||
,@ldap-ldapsearch-args
|
||||
,@filter))
|
||||
(insert "\n")
|
||||
|
Loading…
Reference in New Issue
Block a user