Christopher J Thompson
2003-May-06 19:46 UTC
[Samba] Mounting encrypted WinXP shares with smbmount
I've been having problems mounting WinXP shares with Samba 2.2.7a & 2.2.8. I attribute this to WinXP using encrypted passwords, but I've set my smb.conf file with "encrypt passwords = yes" and despite a lot of searching, can't find any other option or flag that might help. Any suggestions? Thanks.
Christopher, Are you using a PDC environment? Check out the 2000/XP part of the PDC section of the following article. I think you will find it helpful: "The Unofficial Samba HowTo" by David Lechnyr http://hr.uoregon.edu/davidrl/samba/samba-intro.html My best, Dan ----- Original Message ----- From: "Christopher J Thompson" <thom1513@umn.edu> To: <samba@lists.samba.org> Sent: Tuesday, May 06, 2003 2:46 PM Subject: [Samba] Mounting encrypted WinXP shares with smbmount> > I've been having problems mounting WinXP shares with Samba 2.2.7a & 2.2.8. > I attribute this to WinXP using encrypted passwords, but I've set my > smb.conf file with "encrypt passwords = yes" and despite a lot of > searching, can't find any other option or flag that might help. Any > suggestions? Thanks. > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba
John H Terpstra
2003-May-06 23:40 UTC
[Samba] Mounting encrypted WinXP shares with smbmount
Hey CJT, How are you? Using the mount command to mount an smbfs file system is not really samba turf. It is a separate kernel project, all that samba provides is the mount utilities themselves. You need to have user accounts on the WinXP workstation that you are trying to mount from Linux. Samba's settings do not help you much here. Think of it this way: To the remote end you are going to send a username and password. The other end (WinXP target) needs a local reference to that usernamae/password pair to allow local access. There are two ways to do this: 1) On the Windows XP box add a local user account and set a password on it, then use these credentials from the Linux end. _OR_ 2) Set all file system permissions on the WinXP machine for a local group on the machine, then make a domain user a member of that loal group. Now use the username and password for that domain member to access the share. Cheers, John T. On Tue, 6 May 2003, Christopher J Thompson wrote:> > I've been having problems mounting WinXP shares with Samba 2.2.7a & 2.2.8. > I attribute this to WinXP using encrypted passwords, but I've set my > smb.conf file with "encrypt passwords = yes" and despite a lot of > searching, can't find any other option or flag that might help. Any > suggestions? Thanks. > > >-- John H Terpstra Email: jht@samba.org