Hi Rowland, Thanks AGAIN for your answer. I followed what you advise me to do... If you tell me something and I didn't change it, I forget it. I give you more infos this time: Please look at my full smb.conf https://pastebin.com/WR2CY9SW Now, please check my testparm result https://pastebin.com/2jMDtWs2 Can you explain that sir ? Thanks in advance. Peace! ;) Sébastien ;) -----Message d'origine----- De : samba [mailto:samba-bounces at lists.samba.org] De la part de Rowland Penny via samba Envoyé : 16 août 2017 16:12 À : samba at lists.samba.org Objet : Re: [Samba] Share access problem On Wed, 16 Aug 2017 15:36:57 -0400 Sébastien Boulianne via samba <samba at lists.samba.org> wrote:> Hi Rowland and everyone, > > Thanks a lot of for your answer! > I really appreciate it! > > I modified all my config with your suggests BUT it still don't work. > > I can ONLY list my local users with getent passwd, getent group... > Why ? https://pastebin.com/22DAQqc6 >WRONG: idmap config * : range = 10000-20000 idmap config domain : range = 3000-7999 idmap config domain : backend = rid idmap config * : backend = tdb RIGHT: idmap config * : backend = tdb idmap config * : range = 3000-7999 idmap config domain : backend = rid idmap config domain : range = 10000-20000 REMOVE THIS: idmap gid = 10000-20000 Why do you insist on adding this line, it is deprecated by the 'idmap config' lines But that might not be your problem. Are you saying that 'getent passwd' only shows your local users ? If so, then this is by design, have you tried 'getent passwd ausername' ? Rowland -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
On Thu, 17 Aug 2017 15:53:59 -0400 <Sebastien.Boulianne at cpu.ca> wrote:> Hi Rowland, > > Thanks AGAIN for your answer. > I followed what you advise me to do... > If you tell me something and I didn't change it, I forget it. > > I give you more infos this time: > > Please look at my full smb.conf > https://pastebin.com/WR2CY9SW > > Now, please check my testparm result > https://pastebin.com/2jMDtWs2 > > Can you explain that sir ? >Yes OH sorry, you want me to tell you why you have got this in the testparm result. idmap config cpu : range = 10000-20000 idmap config cpu : backend = rid idmap config * : range = 10000-20000 idmap config * : backend = tdb I already have!!!! If I remove all the default settings (and the ones that shouldn't be there) from your smb.conf, I get this: [global] netbios name = FILESRV domain master = no local master = no preferred master = no workgroup = DOMAIN realm = DOMAIN.QC.CA security = ADS username map = /usr/local/samba/etc/user.map interfaces = eth0 log file = /var/log/samba/log.%m log level = 3 passdb:5 auth:5 max log size = 1000 panic action = /usr/share/samba/panic-action %d server role = member server idmap config * : backend = tdb idmap config * : range = 3000-7999 idmap config domain : backend = rid idmap config domain : range = 10000-20000 winbind use default domain = yes winbind refresh tickets = yes winbind offline logon = true template shell = /bin/bash template homedir = /home/%D client ntlmv2 auth = yes vfs objects = acl_xattr map acl inherit = yes store dos attributes = yes usershare max shares = 100 printcap name = /etc/printcap load printers = no [homes] comment = Home Directories browseable = no writable = yes [FTPFiles] comment = Files path = /glftpd/site read only = yes create mask = 0777 directory mask = 0777 valid users = %S [printers] comment = All Printers browseable = no path = /var/spool/samba printable = yes create mask = 0700 [print$] comment = Printer Drivers path = /var/lib/samba/printers You will notice that I have removed 'winbind gid = 10000-20000' and look, the range you are getting from testparm is '10000-20000' (hint, hint) Rowland
Hi again, Thanks. Now, please see my smb.conf and my testparm. ;) smb.conf https://pastebin.com/WR2CY9SW testparm https://pastebin.com/2jMDtWs2 And yes, if I do getent passwd boubou, I have a good answer. I paste the output in the testparm link. If I type \\FILESRV on my PC, credentials are asked, I can see the share FTPFiles and boubou but I cant browse or display the content. Why ? rwxr-xr-x 4 boubou boubou 4.0K Aug 17 16:56 boubou drwsrwxrwx 11 root BUILTIN\administrators 4.0K Aug 11 16:46 site Thanks! Sébastien -----Message d'origine----- De : samba [mailto:samba-bounces at lists.samba.org] De la part de Rowland Penny via samba Envoyé : 17 août 2017 16:29 À : samba at lists.samba.org Objet : Re: [Samba] Share access problem On Thu, 17 Aug 2017 15:53:59 -0400 <Sebastien.Boulianne at cpu.ca> wrote:> Hi Rowland, > > Thanks AGAIN for your answer. > I followed what you advise me to do... > If you tell me something and I didn't change it, I forget it. > > I give you more infos this time: > > Please look at my full smb.conf > https://pastebin.com/WR2CY9SW > > Now, please check my testparm result > https://pastebin.com/2jMDtWs2 > > Can you explain that sir ? >Yes OH sorry, you want me to tell you why you have got this in the testparm result. idmap config cpu : range = 10000-20000 idmap config cpu : backend = rid idmap config * : range = 10000-20000 idmap config * : backend = tdb I already have!!!! If I remove all the default settings (and the ones that shouldn't be there) from your smb.conf, I get this: [global] netbios name = FILESRV domain master = no local master = no preferred master = no workgroup = DOMAIN realm = DOMAIN.QC.CA security = ADS username map = /usr/local/samba/etc/user.map interfaces = eth0 log file = /var/log/samba/log.%m log level = 3 passdb:5 auth:5 max log size = 1000 panic action = /usr/share/samba/panic-action %d server role = member server idmap config * : backend = tdb idmap config * : range = 3000-7999 idmap config domain : backend = rid idmap config domain : range = 10000-20000 winbind use default domain = yes winbind refresh tickets = yes winbind offline logon = true template shell = /bin/bash template homedir = /home/%D client ntlmv2 auth = yes vfs objects = acl_xattr map acl inherit = yes store dos attributes = yes usershare max shares = 100 printcap name = /etc/printcap load printers = no [homes] comment = Home Directories browseable = no writable = yes [FTPFiles] comment = Files path = /glftpd/site read only = yes create mask = 0777 directory mask = 0777 valid users = %S [printers] comment = All Printers browseable = no path = /var/spool/samba printable = yes create mask = 0700 [print$] comment = Printer Drivers path = /var/lib/samba/printers You will notice that I have removed 'winbind gid = 10000-20000' and look, the range you are getting from testparm is '10000-20000' (hint, hint) Rowland -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba