Variable: tramp-smb-conf

tramp-smb-conf is a customizable variable defined in tramp-smb.el.gz.

Value

"/dev/null"

Documentation

Path of the "smb.conf" file.

If it is nil, no "smb.conf" will be added to the tramp-smb-program call, letting the SMB client use the default one.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-smb.el.gz
(defcustom tramp-smb-conf null-device
  "Path of the \"smb.conf\" file.
If it is nil, no \"smb.conf\" will be added to the `tramp-smb-program'
call, letting the SMB client use the default one."
  :group 'tramp
  :type '(choice (const nil) (file :must-match t)))