2002-01-16 Pavel Jan\e,Bm\e(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.
: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)
buf
nil
,@arglist
- "-t" ; Write values to temp files
,@ldap-ldapsearch-args
,@filter))
(insert "\n")