I am having trouble with getting my Homes section to work properly. When I browse to the server from a Windows client, I can see my home directory. However, when I try to access it, it challenges me for a userID and password. No matter what I enter, I will not allow me access. Can someone point me in the right direction to solve this? Here are the errors... [2006/03/27 11:19:22, 0] smbd/service.c:make_connection(798) 192.63.212.176 (192.63.212.176) couldn't find service . [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) [2006/03/27 11:19:32, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) And here is the relevant section of the smb.conf... [homes] comment = Home Directories valid users = %S browseable = No read only = No create mask = 0660 directory mask = 0770 Thanks for the help!!!
On Mon, 2006-03-27 at 11:23 -0500, Trimble, Ronald D wrote:> I am having trouble with getting my Homes section to work properly. > When I browse to the server from a Windows client, I can see my home > directory. However, when I try to access it, it challenges me for a > userID and password. No matter what I enter, I will not allow me > access. Can someone point me in the right direction to solve this? > > > > Here are the errors... > > > > [2006/03/27 11:19:22, 0] smbd/service.c:make_connection(798) > > 192.63.212.176 (192.63.212.176) couldn't find service . > > [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:32, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > > > And here is the relevant section of the smb.conf... > > > > [homes] > > comment = Home Directories > > valid users = %S > > browseable = No > > read only = No > > create mask = 0660 > > directory mask = 0770---- try putting a valid path that the users have write access to their home... [homes] comment = Home Directories path = /home/samba/homes browseable = no writable = yes valid users = %S create mask = 600 directory mask = 700 # ls -ld /home/samba/homes drwxrwx--- 2 root dom_users 4096 Jun 23 2003 /home/samba/homes maybe even get crazy enough to create directories in /home/samba/homes for each user... Craig
If you are integrating the samba server into a windows domain, you might want to try setting the valid users line like this: "valid users = %D\%S" that was my problem until I did that. -----Original Message----- From: samba-bounces+ggutierrez=marketscan.com@lists.samba.org [mailto:samba-bounces+ggutierrez=marketscan.com@lists.samba.org]On Behalf Of Craig White Sent: Monday, March 27, 2006 8:34 AM To: samba@lists.samba.org Subject: Re: [Samba] Trouble with Homes On Mon, 2006-03-27 at 11:23 -0500, Trimble, Ronald D wrote:> I am having trouble with getting my Homes section to work properly. > When I browse to the server from a Windows client, I can see my home > directory. However, when I try to access it, it challenges me for a > userID and password. No matter what I enter, I will not allow me > access. Can someone point me in the right direction to solve this? > > > > Here are the errors... > > > > [2006/03/27 11:19:22, 0] smbd/service.c:make_connection(798) > > 192.63.212.176 (192.63.212.176) couldn't find service . > > [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:32, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > > > And here is the relevant section of the smb.conf... > > > > [homes] > > comment = Home Directories > > valid users = %S > > browseable = No > > read only = No > > create mask = 0660 > > directory mask = 0770---- try putting a valid path that the users have write access to their home... [homes] comment = Home Directories path = /home/samba/homes browseable = no writable = yes valid users = %S create mask = 600 directory mask = 700 # ls -ld /home/samba/homes drwxrwx--- 2 root dom_users 4096 Jun 23 2003 /home/samba/homes maybe even get crazy enough to create directories in /home/samba/homes for each user... Craig -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
I made the changes to my configuration so that it is now [homes] comment = Home Directories valid users = %D\%S browseable = No read only = No create mask = 0660 directory mask = 0770 However, after a forced reload of smb, I still get the same errors. [2006/03/27 11:52:32, 2] param/loadparm.c:do_section(3681) Processing section "[homes]" [2006/03/27 11:52:32, 2] param/loadparm.c:do_section(3681) Processing section "[samba]" [2006/03/27 11:52:32, 2] param/loadparm.c:do_section(3681) Processing section "[ISOs]" [2006/03/27 11:52:32, 2] param/loadparm.c:do_section(3681) Processing section "[shared]" [2006/03/27 11:52:32, 2] param/loadparm.c:do_section(3681) Processing section "[images]" [2006/03/27 11:52:32, 2] lib/interface.c:add_interface(81) added interface ip=192.63.225.216 bcast=192.63.225.223 nmask=255.255.255.224 [2006/03/27 11:53:07, 0] smbd/service.c:make_connection(798) 192.63.212.176 (192.63.212.176) couldn't find service . [2006/03/27 11:53:09, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) [2006/03/27 11:53:09, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) [2006/03/27 11:53:10, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) [2006/03/27 11:53:10, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) [2006/03/27 11:53:10, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) [2006/03/27 11:53:10, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) [2006/03/27 11:53:10, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) [2006/03/27 11:53:14, 2] smbd/service.c:make_connection_snum(318) user 'NA\trimblrd' (from session setup) not permitted to access this share (trimblrd) -----Original Message----- From: samba-bounces+ronald.trimble=unisys.com@lists.samba.org [mailto:samba-bounces+ronald.trimble=unisys.com@lists.samba.org] On Behalf Of Guillermo Gutierrez Sent: Monday, March 27, 2006 11:45 AM To: Craig White; samba@lists.samba.org Subject: RE: [Samba] Trouble with Homes If you are integrating the samba server into a windows domain, you might want to try setting the valid users line like this: "valid users %D\%S" that was my problem until I did that. -----Original Message----- From: samba-bounces+ggutierrez=marketscan.com@lists.samba.org [mailto:samba-bounces+ggutierrez=marketscan.com@lists.samba.org]On Behalf Of Craig White Sent: Monday, March 27, 2006 8:34 AM To: samba@lists.samba.org Subject: Re: [Samba] Trouble with Homes On Mon, 2006-03-27 at 11:23 -0500, Trimble, Ronald D wrote:> I am having trouble with getting my Homes section to work properly. > When I browse to the server from a Windows client, I can see my home > directory. However, when I try to access it, it challenges me for a > userID and password. No matter what I enter, I will not allow me > access. Can someone point me in the right direction to solve this? > > > > Here are the errors... > > > > [2006/03/27 11:19:22, 0] smbd/service.c:make_connection(798) > > 192.63.212.176 (192.63.212.176) couldn't find service . > > [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:32, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > > > And here is the relevant section of the smb.conf... > > > > [homes] > > comment = Home Directories > > valid users = %S > > browseable = No > > read only = No > > create mask = 0660 > > directory mask = 0770---- try putting a valid path that the users have write access to their home... [homes] comment = Home Directories path = /home/samba/homes browseable = no writable = yes valid users = %S create mask = 600 directory mask = 700 # ls -ld /home/samba/homes drwxrwx--- 2 root dom_users 4096 Jun 23 2003 /home/samba/homes maybe even get crazy enough to create directories in /home/samba/homes for each user... Craig -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
Check your SID's I had that same problem and samba was advising Auth succeeded but it still wouldn't let me in. Checked my SID's and somewhere down the line I had changed one of my SID's. I corrected that in LDAP and then I was able to login. -----Original Message----- From: samba-bounces+dnortham=ffpglobal.com@lists.samba.org [mailto:samba-bounces+dnortham=ffpglobal.com@lists.samba.org] On Behalf Of Guillermo Gutierrez Sent: Monday, March 27, 2006 8:45 AM To: Craig White; samba@lists.samba.org Subject: RE: [Samba] Trouble with Homes If you are integrating the samba server into a windows domain, you might want to try setting the valid users line like this: "valid users %D\%S" that was my problem until I did that. -----Original Message----- From: samba-bounces+ggutierrez=marketscan.com@lists.samba.org [mailto:samba-bounces+ggutierrez=marketscan.com@lists.samba.org]On Behalf Of Craig White Sent: Monday, March 27, 2006 8:34 AM To: samba@lists.samba.org Subject: Re: [Samba] Trouble with Homes On Mon, 2006-03-27 at 11:23 -0500, Trimble, Ronald D wrote:> I am having trouble with getting my Homes section to work properly. > When I browse to the server from a Windows client, I can see my home > directory. However, when I try to access it, it challenges me for a > userID and password. No matter what I enter, I will not allow me > access. Can someone point me in the right direction to solve this? > > > > Here are the errors... > > > > [2006/03/27 11:19:22, 0] smbd/service.c:make_connection(798) > > 192.63.212.176 (192.63.212.176) couldn't find service . > > [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:32, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > > > And here is the relevant section of the smb.conf... > > > > [homes] > > comment = Home Directories > > valid users = %S > > browseable = No > > read only = No > > create mask = 0660 > > directory mask = 0770---- try putting a valid path that the users have write access to their home... [homes] comment = Home Directories path = /home/samba/homes browseable = no writable = yes valid users = %S create mask = 600 directory mask = 700 # ls -ld /home/samba/homes drwxrwx--- 2 root dom_users 4096 Jun 23 2003 /home/samba/homes maybe even get crazy enough to create directories in /home/samba/homes for each user... Craig -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
I am not using LDAP, so the SIDs shouldn't be an issue. -----Original Message----- From: samba-bounces+ronald.trimble=unisys.com@lists.samba.org [mailto:samba-bounces+ronald.trimble=unisys.com@lists.samba.org] On Behalf Of Daniel Northam Sent: Monday, March 27, 2006 11:49 AM To: Guillermo Gutierrez; Craig White; samba@lists.samba.org Subject: RE: [Samba] Trouble with Homes Check your SID's I had that same problem and samba was advising Auth succeeded but it still wouldn't let me in. Checked my SID's and somewhere down the line I had changed one of my SID's. I corrected that in LDAP and then I was able to login. -----Original Message----- From: samba-bounces+dnortham=ffpglobal.com@lists.samba.org [mailto:samba-bounces+dnortham=ffpglobal.com@lists.samba.org] On Behalf Of Guillermo Gutierrez Sent: Monday, March 27, 2006 8:45 AM To: Craig White; samba@lists.samba.org Subject: RE: [Samba] Trouble with Homes If you are integrating the samba server into a windows domain, you might want to try setting the valid users line like this: "valid users %D\%S" that was my problem until I did that. -----Original Message----- From: samba-bounces+ggutierrez=marketscan.com@lists.samba.org [mailto:samba-bounces+ggutierrez=marketscan.com@lists.samba.org]On Behalf Of Craig White Sent: Monday, March 27, 2006 8:34 AM To: samba@lists.samba.org Subject: Re: [Samba] Trouble with Homes On Mon, 2006-03-27 at 11:23 -0500, Trimble, Ronald D wrote:> I am having trouble with getting my Homes section to work properly. > When I browse to the server from a Windows client, I can see my home > directory. However, when I try to access it, it challenges me for a > userID and password. No matter what I enter, I will not allow me > access. Can someone point me in the right direction to solve this? > > > > Here are the errors... > > > > [2006/03/27 11:19:22, 0] smbd/service.c:make_connection(798) > > 192.63.212.176 (192.63.212.176) couldn't find service . > > [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:32, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > > > And here is the relevant section of the smb.conf... > > > > [homes] > > comment = Home Directories > > valid users = %S > > browseable = No > > read only = No > > create mask = 0660 > > directory mask = 0770---- try putting a valid path that the users have write access to their home... [homes] comment = Home Directories path = /home/samba/homes browseable = no writable = yes valid users = %S create mask = 600 directory mask = 700 # ls -ld /home/samba/homes drwxrwx--- 2 root dom_users 4096 Jun 23 2003 /home/samba/homes maybe even get crazy enough to create directories in /home/samba/homes for each user... Craig -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
do you have this samba server as a domain member or is it a standalone? -----Original Message----- From: Trimble, Ronald D [mailto:Ronald.Trimble@unisys.com] Sent: Monday, March 27, 2006 9:39 AM To: Daniel Northam; Guillermo Gutierrez; Craig White; samba@lists.samba.org Subject: RE: [Samba] Trouble with Homes I am not using LDAP, so the SIDs shouldn't be an issue. -----Original Message----- From: samba-bounces+ronald.trimble=unisys.com@lists.samba.org [mailto:samba-bounces+ronald.trimble=unisys.com@lists.samba.org] On Behalf Of Daniel Northam Sent: Monday, March 27, 2006 11:49 AM To: Guillermo Gutierrez; Craig White; samba@lists.samba.org Subject: RE: [Samba] Trouble with Homes Check your SID's I had that same problem and samba was advising Auth succeeded but it still wouldn't let me in. Checked my SID's and somewhere down the line I had changed one of my SID's. I corrected that in LDAP and then I was able to login. -----Original Message----- From: samba-bounces+dnortham=ffpglobal.com@lists.samba.org [mailto:samba-bounces+dnortham=ffpglobal.com@lists.samba.org] On Behalf Of Guillermo Gutierrez Sent: Monday, March 27, 2006 8:45 AM To: Craig White; samba@lists.samba.org Subject: RE: [Samba] Trouble with Homes If you are integrating the samba server into a windows domain, you might want to try setting the valid users line like this: "valid users %D\%S" that was my problem until I did that. -----Original Message----- From: samba-bounces+ggutierrez=marketscan.com@lists.samba.org [mailto:samba-bounces+ggutierrez=marketscan.com@lists.samba.org]On Behalf Of Craig White Sent: Monday, March 27, 2006 8:34 AM To: samba@lists.samba.org Subject: Re: [Samba] Trouble with Homes On Mon, 2006-03-27 at 11:23 -0500, Trimble, Ronald D wrote:> I am having trouble with getting my Homes section to work properly. > When I browse to the server from a Windows client, I can see my home > directory. However, when I try to access it, it challenges me for a > userID and password. No matter what I enter, I will not allow me > access. Can someone point me in the right direction to solve this? > > > > Here are the errors... > > > > [2006/03/27 11:19:22, 0] smbd/service.c:make_connection(798) > > 192.63.212.176 (192.63.212.176) couldn't find service . > > [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:32, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > > > And here is the relevant section of the smb.conf... > > > > [homes] > > comment = Home Directories > > valid users = %S > > browseable = No > > read only = No > > create mask = 0660 > > directory mask = 0770---- try putting a valid path that the users have write access to their home... [homes] comment = Home Directories path = /home/samba/homes browseable = no writable = yes valid users = %S create mask = 600 directory mask = 700 # ls -ld /home/samba/homes drwxrwx--- 2 root dom_users 4096 Jun 23 2003 /home/samba/homes maybe even get crazy enough to create directories in /home/samba/homes for each user... Craig -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
Domain member. -----Original Message----- From: Guillermo Gutierrez [mailto:ggutierrez@marketscan.com] Sent: Monday, March 27, 2006 12:44 PM To: Trimble, Ronald D; Daniel Northam; Craig White; samba@lists.samba.org Subject: RE: [Samba] Trouble with Homes do you have this samba server as a domain member or is it a standalone? -----Original Message----- From: Trimble, Ronald D [mailto:Ronald.Trimble@unisys.com] Sent: Monday, March 27, 2006 9:39 AM To: Daniel Northam; Guillermo Gutierrez; Craig White; samba@lists.samba.org Subject: RE: [Samba] Trouble with Homes I am not using LDAP, so the SIDs shouldn't be an issue. -----Original Message----- From: samba-bounces+ronald.trimble=unisys.com@lists.samba.org [mailto:samba-bounces+ronald.trimble=unisys.com@lists.samba.org] On Behalf Of Daniel Northam Sent: Monday, March 27, 2006 11:49 AM To: Guillermo Gutierrez; Craig White; samba@lists.samba.org Subject: RE: [Samba] Trouble with Homes Check your SID's I had that same problem and samba was advising Auth succeeded but it still wouldn't let me in. Checked my SID's and somewhere down the line I had changed one of my SID's. I corrected that in LDAP and then I was able to login. -----Original Message----- From: samba-bounces+dnortham=ffpglobal.com@lists.samba.org [mailto:samba-bounces+dnortham=ffpglobal.com@lists.samba.org] On Behalf Of Guillermo Gutierrez Sent: Monday, March 27, 2006 8:45 AM To: Craig White; samba@lists.samba.org Subject: RE: [Samba] Trouble with Homes If you are integrating the samba server into a windows domain, you might want to try setting the valid users line like this: "valid users %D\%S" that was my problem until I did that. -----Original Message----- From: samba-bounces+ggutierrez=marketscan.com@lists.samba.org [mailto:samba-bounces+ggutierrez=marketscan.com@lists.samba.org]On Behalf Of Craig White Sent: Monday, March 27, 2006 8:34 AM To: samba@lists.samba.org Subject: Re: [Samba] Trouble with Homes On Mon, 2006-03-27 at 11:23 -0500, Trimble, Ronald D wrote:> I am having trouble with getting my Homes section to work properly. > When I browse to the server from a Windows client, I can see my home > directory. However, when I try to access it, it challenges me for a > userID and password. No matter what I enter, I will not allow me > access. Can someone point me in the right direction to solve this? > > > > Here are the errors... > > > > [2006/03/27 11:19:22, 0] smbd/service.c:make_connection(798) > > 192.63.212.176 (192.63.212.176) couldn't find service . > > [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > [2006/03/27 11:19:32, 2] smbd/service.c:make_connection_snum(318) > > user 'NA\trimblrd' (from session setup) not permitted to access this > share (trimblrd) > > > > And here is the relevant section of the smb.conf... > > > > [homes] > > comment = Home Directories > > valid users = %S > > browseable = No > > read only = No > > create mask = 0660 > > directory mask = 0770---- try putting a valid path that the users have write access to their home... [homes] comment = Home Directories path = /home/samba/homes browseable = no writable = yes valid users = %S create mask = 600 directory mask = 700 # ls -ld /home/samba/homes drwxrwx--- 2 root dom_users 4096 Jun 23 2003 /home/samba/homes maybe even get crazy enough to create directories in /home/samba/homes for each user... Craig -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
So that every person who uses the server can have a home directory without me having to create it by hand. -----Original Message----- From: Craig White [mailto:craigwhite@azapple.com] Sent: Monday, March 27, 2006 12:54 PM To: Trimble, Ronald D Cc: Guillermo Gutierrez; Daniel Northam; samba@lists.samba.org Subject: RE: [Samba] Trouble with Homes get rid of the homes definition...why do you need it on a member server? Craig On Mon, 2006-03-27 at 12:44 -0500, Trimble, Ronald D wrote:> Domain member. > > -----Original Message----- > From: Guillermo Gutierrez [mailto:ggutierrez@marketscan.com] > Sent: Monday, March 27, 2006 12:44 PM > To: Trimble, Ronald D; Daniel Northam; Craig White; > samba@lists.samba.org > Subject: RE: [Samba] Trouble with Homes > > do you have this samba server as a domain member or is it astandalone?> > -----Original Message----- > From: Trimble, Ronald D [mailto:Ronald.Trimble@unisys.com] > Sent: Monday, March 27, 2006 9:39 AM > To: Daniel Northam; Guillermo Gutierrez; Craig White; > samba@lists.samba.org > Subject: RE: [Samba] Trouble with Homes > > > I am not using LDAP, so the SIDs shouldn't be an issue. > > -----Original Message----- > From: samba-bounces+ronald.trimble=unisys.com@lists.samba.org > [mailto:samba-bounces+ronald.trimble=unisys.com@lists.samba.org] On > Behalf Of Daniel Northam > Sent: Monday, March 27, 2006 11:49 AM > To: Guillermo Gutierrez; Craig White; samba@lists.samba.org > Subject: RE: [Samba] Trouble with Homes > > Check your SID's I had that same problem and samba was advising Auth > succeeded but it still wouldn't let me in. Checked my SID's and > somewhere down the line I had changed one of my SID's. I correctedthat> in LDAP and then I was able to login. > > -----Original Message----- > From: samba-bounces+dnortham=ffpglobal.com@lists.samba.org > [mailto:samba-bounces+dnortham=ffpglobal.com@lists.samba.org] OnBehalf> Of Guillermo Gutierrez > Sent: Monday, March 27, 2006 8:45 AM > To: Craig White; samba@lists.samba.org > Subject: RE: [Samba] Trouble with Homes > > If you are integrating the samba server into a windows domain, youmight> want to try setting the valid users line like this: "valid users > %D\%S" > > that was my problem until I did that. > > -----Original Message----- > From: samba-bounces+ggutierrez=marketscan.com@lists.samba.org > [mailto:samba-bounces+ggutierrez=marketscan.com@lists.samba.org]On > Behalf Of Craig White > Sent: Monday, March 27, 2006 8:34 AM > To: samba@lists.samba.org > Subject: Re: [Samba] Trouble with Homes > > > On Mon, 2006-03-27 at 11:23 -0500, Trimble, Ronald D wrote: > > I am having trouble with getting my Homes section to work properly. > > When I browse to the server from a Windows client, I can see my home > > directory. However, when I try to access it, it challenges me for a > > userID and password. No matter what I enter, I will not allow me > > access. Can someone point me in the right direction to solve this? > > > > > > > > Here are the errors... > > > > > > > > [2006/03/27 11:19:22, 0] smbd/service.c:make_connection(798) > > > > 192.63.212.176 (192.63.212.176) couldn't find service . > > > > [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) > > > > user 'NA\trimblrd' (from session setup) not permitted to accessthis> > share (trimblrd) > > > > [2006/03/27 11:19:23, 2] smbd/service.c:make_connection_snum(318) > > > > user 'NA\trimblrd' (from session setup) not permitted to accessthis> > share (trimblrd) > > > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > > > user 'NA\trimblrd' (from session setup) not permitted to accessthis> > share (trimblrd) > > > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > > > user 'NA\trimblrd' (from session setup) not permitted to accessthis> > share (trimblrd) > > > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > > > user 'NA\trimblrd' (from session setup) not permitted to accessthis> > share (trimblrd) > > > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > > > user 'NA\trimblrd' (from session setup) not permitted to accessthis> > share (trimblrd) > > > > [2006/03/27 11:19:24, 2] smbd/service.c:make_connection_snum(318) > > > > user 'NA\trimblrd' (from session setup) not permitted to accessthis> > share (trimblrd) > > > > [2006/03/27 11:19:32, 2] smbd/service.c:make_connection_snum(318) > > > > user 'NA\trimblrd' (from session setup) not permitted to accessthis> > share (trimblrd) > > > > > > > > And here is the relevant section of the smb.conf... > > > > > > > > [homes] > > > > comment = Home Directories > > > > valid users = %S > > > > browseable = No > > > > read only = No > > > > create mask = 0660 > > > > directory mask = 0770 > ---- > try putting a valid path that the users have write access to their > home... > > [homes] > comment = Home Directories > path = /home/samba/homes > browseable = no > writable = yes > valid users = %S > create mask = 600 > directory mask = 700 > > # ls -ld /home/samba/homes > drwxrwx--- 2 root dom_users 4096 Jun 23 2003 /home/samba/homes > > maybe even get crazy enough to create directories in /home/samba/homes > for each user... > > Craig > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba > >