I have file and print sharing set up on Linux (Mandrake 9.0). It all works fine with 2000 and XP clients, but 95 and NT clients don't seem to be able to access. Any ideas? Thanks, Dave Typical log entry from Samba: [2003/02/22 16:21:37, 0] smbd/service.c:make_connection(599) wvo1314904 (192.168.1.10) Can't change directory to /home/samba/public (Permission denied) My sbm.conf is: [global] workgroup = Waterlooville security = SHARE encrypt passwords = Yes passwd program = /usr/bin/passwd %u passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n unix password sync = Yes log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 dns proxy = No [public] comment = Public Stuff path = /home/samba/public write list = @staff read only = No guest ok = Yes [printers] comment = All Printers path = /var/spool/samba create mask = 0700 guest ok = Yes printable = Yes print command = /usr/bin/lpr -r -s -P%p %s browseable = No printer admin = davea
Dave Ansell schrieb:> [2003/02/22 16:21:37, 0] smbd/service.c:make_connection(599) > wvo1314904 (192.168.1.10) Can't change directory to /home/samba/public > (Permission denied)did u check the permissions of /home/samba/public: minimum: ***the lower directories (home,samba) needs the x-flag for the specific group (mind "other"! if the owner is e.g. root.root) as minimum*** the "public" directory needs the rights for the given user/group.
Off the top of my head, I would say that using Encrypted passwords is greate for W2K and XP, however, 95 does not use encrypted passwords and unless you are using SP3 or above on NT, it also does not use encrypted password. Since you are mixing your flavors of Windows from 95 to XP, you probably need to disable encrypted password and use plain text passwords throughout your domain. encrypt password = no You also need to apply the .reg files to change from encrypted to plaintext according to your windows version. These .reg files are located in your docs/Registry directory. Don Zajic -----Original Message----- From: samba-bounces+donald.zajic=verizon.net@lists.samba.org [mailto:samba-bounces+donald.zajic=verizon.net@lists.samba.org] On Behalf Of Dave Ansell Sent: Sunday, February 23, 2003 4:07 AM To: samba@lists.samba.org Subject: [Samba] 95 and NT cannot access shares I have file and print sharing set up on Linux (Mandrake 9.0). It all works fine with 2000 and XP clients, but 95 and NT clients don't seem to be able to access. Any ideas? Thanks, Dave Typical log entry from Samba: [2003/02/22 16:21:37, 0] smbd/service.c:make_connection(599) wvo1314904 (192.168.1.10) Can't change directory to /home/samba/public (Permission denied) My sbm.conf is: [global] workgroup = Waterlooville security = SHARE encrypt passwords = Yes passwd program = /usr/bin/passwd %u passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n unix password sync = Yes log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 dns proxy = No [public] comment = Public Stuff path = /home/samba/public write list = @staff read only = No guest ok = Yes [printers] comment = All Printers path = /var/spool/samba create mask = 0700 guest ok = Yes printable = Yes print command = /usr/bin/lpr -r -s -P%p %s browseable = No printer admin = davea -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Guys, Thanks for the responses so far talking about permissions and password encription. But I am still stuck! It does seem to be something to do with authentication but I can't see what. Any other ideas? ----- Original Message ----- From: "Dave Ansell" <dave@theansells.com> To: <samba@lists.samba.org> Sent: Sunday, February 23, 2003 9:07 AM Subject: [Samba] 95 and NT cannot access shares> I have file and print sharing set up on Linux (Mandrake 9.0). > > It all works fine with 2000 and XP clients, but 95 and NT clients don'tseem> to be able to access. > > Any ideas? > Thanks, > Dave > > > Typical log entry from Samba: > > [2003/02/22 16:21:37, 0] smbd/service.c:make_connection(599) > wvo1314904 (192.168.1.10) Can't change directory to /home/samba/public > (Permission denied) > > My sbm.conf is: > > [global] > workgroup = Waterlooville > security = SHARE > encrypt passwords = Yes > passwd program = /usr/bin/passwd %u > passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n > unix password sync = Yes > log file = /var/log/samba/log.%m > max log size = 50 > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > dns proxy = No > > [public] > comment = Public Stuff > path = /home/samba/public > write list = @staff > read only = No > guest ok = Yes > > [printers] > comment = All Printers > path = /var/spool/samba > create mask = 0700 > guest ok = Yes > printable = Yes > print command = /usr/bin/lpr -r -s -P%p %s > browseable = No > printer admin = davea > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >