Thank you, Rowland. :-) I understand my configuration is not optimal......i'm just a small-time operator trying to make do with my budget line item maximum. The good news is that samba 4 has been absolutely solid and seamless since the implementation in mid-July of 2015. On Thu, Jan 7, 2016 at 5:06 PM, Rowland penny <rpenny at samba.org> wrote:> On 07/01/16 21:47, Mike wrote: > >> On Thu, Jan 7, 2016 at 4:33 PM, Rowland penny <rpenny at samba.org> wrote: >> >> What does 'getent passwd smithy' return ? >>> >>> Rowland >>> >>> no ouput. >> > > Thought so, you are storing a file on a share on the DC, but your users > are unknown to the underlying OS. You need to check if the libnss-winbind > links have been set up correctly and if /etc/nsswitch.conf passwd & group > lines have winbind has one of the options. see here: > https://wiki.samba.org/index.php/Setup_Samba_as_an_AD_Domain_Member > > I know that it is for a domain member, but the info is also relevant if > you use the DC as a fileserver (note, this is not recommended). > > > Rowland > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
On 07/01/16 22:19, Mike wrote:> Thank you, Rowland. :-) > > I understand my configuration is not optimal......i'm just a small-time > operator trying to make do with my budget line item maximum. > The good news is that samba 4 has been absolutely solid and seamless since > the implementation in mid-July of 2015. > > On Thu, Jan 7, 2016 at 5:06 PM, Rowland penny <rpenny at samba.org> wrote: > >I understand about the budget, been there, done that. You just have to understand that whilst Samba is running as an AD DC on the Unix OS and your users are stored in the AD, the underlying OS knows nothing about them unless you set up the OS to connect to AD. Rowland
Hai Mike, I was browsing for my kodi box and saw this http://www.dedoimedo.com/computers/windows-7-samba-errnomem.html a thing you can check. Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Rowland penny > Verzonden: donderdag 7 januari 2016 23:32 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Permissions Problem on a share > > On 07/01/16 22:19, Mike wrote: > > Thank you, Rowland. :-) > > > > I understand my configuration is not optimal......i'm just a small-time > > operator trying to make do with my budget line item maximum. > > The good news is that samba 4 has been absolutely solid and seamless > since > > the implementation in mid-July of 2015. > > > > On Thu, Jan 7, 2016 at 5:06 PM, Rowland penny <rpenny at samba.org> wrote: > > > > > > I understand about the budget, been there, done that. You just have to > understand that whilst Samba is running as an AD DC on the Unix OS and > your users are stored in the AD, the underlying OS knows nothing about > them unless you set up the OS to connect to AD. > > Rowland > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
On Fri, Jan 8, 2016 at 4:42 AM, Rowland penny <rpenny at samba.org> wrote:> > If you are running Samba as an AD DC, you just start the samba daemon, > this will start any other daemons, early versions of samba just started the > smbd daemon (nbt & winbind being built into samba), whilst later versions > now also start the separate winbindd deamon. > Do not attempt to start any other daemons except the samba daemon whilst > runnng as an AD DC. > > Rowland >*Excellent* - this one gets pasted into the admin notebook. Thank you.
On Fri, Jan 8, 2016 at 4:51 AM, Rowland penny <rpenny at samba.org> wrote:> > You should get something like this: > > server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, > winbindd, ntp_signd, kcc, dnsupdate > > This is from my DC (4.3.1) using the bind dns server, as you can see, I am > using the later separate 'winbindd', yours will probably display 'winbind', > that is the earlier, builtin version. > > Rowland >It's looking good. server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbind, ntp_signd, kcc, dnsupdate, dns
I believe the issue is now resolved. I don't know why, but I needed to manually set all the acl's for each file in the directory and that allowed the client software to complete the install using data on the share. I used the "-R" option with setfacl to apply read/write/execute permission to the entire directory and its contents but it did not work. Had to do the following: setfacl -m g:users:rwx /apple/fuji/*.*