From 4026ee6b73851ac1dc2c9a77c85f6c3138456c5b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 28 Jun 2002 21:15:04 +0000 Subject: - add authentification in diskdrake --smb (esp. for windows NT) - use "credentials=" to put the passwords (ideas and investigations from Stew Benedict, integrated by Pixel, but need testing) Known bug: if you want to change the password when there are 2 entries in fstab using the same username=/password=, writing the credentials is done in random order, => you've got one chance in 2 that the password is changed :-( --- perl-install/network/smbnfs.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/network/smbnfs.pm') diff --git a/perl-install/network/smbnfs.pm b/perl-install/network/smbnfs.pm index d380aac0f..6b55f6fd0 100644 --- a/perl-install/network/smbnfs.pm +++ b/perl-install/network/smbnfs.pm @@ -3,6 +3,8 @@ package network::smbnfs; # $Id$ use strict; use diagnostics; +use fs; + sub new { my ($class, $v) = @_; -- cgit v1.2.1