emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/ldap.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/net/ldap.el
Date: Wed, 16 Jan 2002 03:49:45 -0500

Index: emacs/lisp/net/ldap.el
diff -c emacs/lisp/net/ldap.el:1.9 emacs/lisp/net/ldap.el:1.10
*** emacs/lisp/net/ldap.el:1.9  Tue Jan  8 01:56:29 2002
--- emacs/lisp/net/ldap.el      Wed Jan 16 03:49:45 2002
***************
*** 152,163 ****
    :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."
    :type '(repeat :tag "`ldapsearch' Arguments"
                 (string :tag "Argument"))
    :group 'ldap)
--- 152,159 ----
    :type '(string :tag "`ldapsearch' Program")
    :group 'ldap)
  
! (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,567 ****
                           buf
                           nil
                           ,@arglist
-                          "-t"         ; Write values to temp files
                           ,@ldap-ldapsearch-args
                           ,@filter))
        (insert "\n")
--- 557,562 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]