1
0
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:
Pavel Janík 2002-01-16 08:50:27 +00:00
parent 5301596556
commit 5a9af4e1f0
2 changed files with 5 additions and 7 deletions

View File

@ -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.

View File

@ -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")