# HG changeset patch # User Pavel Jank # Date 1011170985 0 # Node ID c1bb3d3c9621ab13016c9f474678929fe95994b7 # Parent 7dd8ea0f6753b12cf8bcbea83ff50d8d35854986 (ldap-ldapsearch-prog): Default to OpenLDAP version 2 ldapsearch. diff -r 7dd8ea0f6753 -r c1bb3d3c9621 lisp/net/ldap.el --- a/lisp/net/ldap.el Wed Jan 16 08:22:15 2002 +0000 +++ b/lisp/net/ldap.el Wed Jan 16 08:49:45 2002 +0000 @@ -152,12 +152,8 @@ :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 @@ buf nil ,@arglist - "-t" ; Write values to temp files ,@ldap-ldapsearch-args ,@filter)) (insert "\n")