On Wed, 4 Aug 2004, Simon Wong wrote: > On Wed, 2004-08-04 at 15:05, Mike MacCana wrote: > > Either upgrade your Samba to support signing (as the latest Samba does by > > default) or modify your 2003 server to disable signing (see the MS > > knowledgebase of getting NT 4 for talk to 2K3 domain controllers - the > > same applies). > > I am using Samba 3.05 in Debian Unstable which is the latest version I > can see at www.samba.org. > > I have client signing set to yes in my smb.conf. However, I don't see > how that affects mounting shares.
People need to authenticate to mount shares. > Also, I can use the shares with smbclient. Ah. Looking over your original message, I reckon its that you haven't specified a username to connect with when mounting. If you don't specify a username, Samba will use Guest. Which IIRC has less previleges in Win2K3, as its Secure * now. The best way to specify a username and password is using a credentials file. man smbmount and search for the word 'credentials' for details. Good luck, Mike * Has 14 ports open in the default install. > > > > > > > So googling told me that I must use CIFS. > > > > That's a seperate thing from connection signing. You have a signing > > problem. > > Is there anywhere else Ineed to turn on signing or check it's config? > > Thanks for your help. > > > -- > Simon Wong <[EMAIL PROTECTED]> > Wongy.org > > -- > SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ > Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html > -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
