Re: Samba with no passwords

2003-08-14 Thread Michael Hipp
Matthew Carpenter wrote: chmod 4755 `which smbmnt` In order to do the mounting operation, smbmnt needs to be suid root. Also, smbumount if you are using that one... Generally suid is considered to be A Bad Thing. Is this a case where it is a safe and advisable thing to do? Or just a last

Re: Samba with no passwords

2003-08-14 Thread Collins Richey
On Thu, 7 Aug 2003 12:38:34 -0400 Matthew Carpenter [EMAIL PROTECTED] wrote: h This is still required to use smbmount... I'm not certain about smbfs and /etc/fstab... Did you try the password= attribute? Since most people don't do a blank password or a guest account, this may be a

Re: Samba with no passwords

2003-08-14 Thread Collins Richey
On Tue, 05 Aug 2003 12:58:27 -0400 Tim Wunder [EMAIL PROTECTED] wrote: On 8/5/2003 11:52 AM, someone claiming to be Collins Richey wrote: On Tue, 5 Aug 2003 08:04:51 -0600 Collins Richey [EMAIL PROTECTED] wrote: On Sun, 3 Aug 2003 19:59:41 -0600 Collins Richey [EMAIL PROTECTED]

Re: Samba with no passwords

2003-08-14 Thread Collins Richey
On Tue, 05 Aug 2003 15:06:22 -0400 Tim Wunder [EMAIL PROTECTED] wrote: On 8/5/2003 2:08 PM, someone claiming to be Collins Richey wrote: On Tue, 05 Aug 2003 12:58:27 -0400 Tim Wunder [EMAIL PROTECTED] wrote: On 8/5/2003 11:52 AM, someone claiming to be Collins Richey wrote: On

Re: Samba with no passwords

2003-08-14 Thread Collins Richey
On Wed, 06 Aug 2003 16:34:38 +0200 Klaus-Peter Schrage [EMAIL PROTECTED] wrote: Collins Richey wrote: On Sun, 3 Aug 2003 19:59:41 -0600 Collins Richey [EMAIL PROTECTED] wrote: On Sun, 03 Aug 2003 20:16:18 -0500 Michael Hipp [EMAIL PROTECTED] wrote: Collins Richey wrote:

Re: Samba with no passwords

2003-08-12 Thread Collins Richey
On Tue, 5 Aug 2003 23:46:55 -0400 Matthew Carpenter [EMAIL PROTECTED] wrote: chmod 4755 `which smbmnt` Sounds good, but no workie! I still get the same error. -- Collins Richey - Denver Area if you fill your heart with regrets of yesterday and the worries of tomorrow, you have no today to

Re: Samba with no passwords

2003-08-10 Thread Matthew Carpenter
h This is still required to use smbmount... I'm not certain about smbfs and /etc/fstab... Did you try the password= attribute? Since most people don't do a blank password or a guest account, this may be a requirement... On Wed, 6 Aug 2003 08:15:06 -0600 Collins Richey [EMAIL

Re: Samba with no passwords

2003-08-08 Thread Matthew Carpenter
This is required for users to be able to use the SMB Mounting tools. On Wed, 06 Aug 2003 08:56:58 -0500 Michael Hipp [EMAIL PROTECTED] wrote: Matthew Carpenter wrote: chmod 4755 `which smbmnt` In order to do the mounting operation, smbmnt needs to be suid root. Also, smbumount if you

Re: Samba with no passwords

2003-08-08 Thread Tim Wunder
On 8/5/2003 2:08 PM, someone claiming to be Collins Richey wrote: On Tue, 05 Aug 2003 12:58:27 -0400 Tim Wunder [EMAIL PROTECTED] wrote: On 8/5/2003 11:52 AM, someone claiming to be Collins Richey wrote: On Tue, 5 Aug 2003 08:04:51 -0600 Collins Richey [EMAIL PROTECTED] wrote: On Sun, 3 Aug

Re: Samba with no passwords

2003-08-07 Thread Klaus-Peter Schrage
Collins Richey wrote: On Sun, 3 Aug 2003 19:59:41 -0600 Collins Richey [EMAIL PROTECTED] wrote: On Sun, 03 Aug 2003 20:16:18 -0500 Michael Hipp [EMAIL PROTECTED] wrote: Collins Richey wrote: Is there any way to cause the mount not to prompt for a passwd? Hint, I have no defined

Re: Samba with no passwords

2003-08-06 Thread Collins Richey
On Tue, 5 Aug 2003 08:04:51 -0600 Collins Richey [EMAIL PROTECTED] wrote: On Sun, 3 Aug 2003 19:59:41 -0600 Collins Richey [EMAIL PROTECTED] wrote: On Sun, 03 Aug 2003 20:16:18 -0500 Michael Hipp [EMAIL PROTECTED] wrote: Collins Richey wrote: Is there any way to cause the

Re: Samba with no passwords

2003-08-06 Thread Collins Richey
On Sun, 3 Aug 2003 19:59:41 -0600 Collins Richey [EMAIL PROTECTED] wrote: On Sun, 03 Aug 2003 20:16:18 -0500 Michael Hipp [EMAIL PROTECTED] wrote: Collins Richey wrote: Is there any way to cause the mount not to prompt for a passwd? Hint, I have no defined users and do not log in

Re: Samba with no passwords

2003-08-06 Thread Matthew Carpenter
chmod 4755 `which smbmnt` In order to do the mounting operation, smbmnt needs to be suid root. Also, smbumount if you are using that one... On Tue, 5 Aug 2003 15:02:31 -0600 Collins Richey [EMAIL PROTECTED] wrote: On Tue, 05 Aug 2003 15:06:22 -0400 Tim Wunder [EMAIL PROTECTED] wrote:

Re: Samba with no passwords

2003-08-06 Thread Klaus-Peter Schrage
Collins Richey schrieb: On Wed, 06 Aug 2003 16:34:38 +0200 Klaus-Peter Schrage [EMAIL PROTECTED] wrote: Collins Richey wrote: On Sun, 3 Aug 2003 19:59:41 -0600 Collins Richey [EMAIL PROTECTED] wrote: On Sun, 03 Aug 2003 20:16:18 -0500 Michael Hipp [EMAIL PROTECTED] wrote: Collins Richey

Samba with no passwords

2003-08-03 Thread Collins Richey
Just starting to experiment with samba to reach files that are on my wife's WinXP machine accross the room. Works OK for file access using the sample smb.conf file provided by gentoo (only modified to add my workgroup), except for the nitpick described below. When I mount a directory with

Re: Samba with no passwords

2003-08-03 Thread Michael Hipp
Collins Richey wrote: Is there any way to cause the mount not to prompt for a passwd? Hint, I have no defined users and do not log in to the WinXP box. Flames anticipated, security, etc., etc., but this is only on my internal net behind the router. If you put the appropriate line in /etc/fstab

Re: Samba with no passwords

2003-08-03 Thread Collins Richey
On Sun, 03 Aug 2003 20:16:18 -0500 Michael Hipp [EMAIL PROTECTED] wrote: Collins Richey wrote: Is there any way to cause the mount not to prompt for a passwd? Hint, I have no defined users and do not log in to the WinXP box. Flames anticipated, security, etc., etc., but this is only