On Mon, 2006-05-22 at 23:42, Ourliac Christophe wrote: > In fact when I run manually the smbclient with all parameters given by > backuppc like : > > /usr/bin/smbclient \\\\mattheycz-r1-18\\C\$ -U MATTHEYCZ\\Administrator -E -N > -d 1 -c tarmode\ full -Tc - > > I get an error mentioned in the beginning but when I put > > /usr/bin/smbclient \\\\mattheycz-r1-18\\C\$ -U MATTHEYCZ\\Administrator -E -d > 1 -c > > And I fill password manually it is ok > > And if I leave : > > /usr/bin/smbclient \\\\mattheycz-r1-18\\C\$ -U MATTHEYCZ\\Administrator -E -N > -d 1 -c > > I get error like NT_STATUS_ACCESS_DENIED which seems correct to me because > giving -N sends no password for my user
It is passed in the environment variable PASSWD (which you can do yourself, or in BPC_SMB_PASSWD instead of putting it in config.pl if you prefer). Are you sure it is quoted properly in config.pl? Any spaces, @'s or special characters? -- Les Mikesell [EMAIL PROTECTED] ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
