search for: eglifamili

Displaying 5 results from an estimated 5 matches for "eglifamili".

Did you mean: eglifamily
2020 Nov 20
2
Confusing errors when attempting to run samba in AD DC mode
Hey All, I don't know what's wrong, or what I may have done wrong, but I THOUGHT I followed all the correct steps to setup samba, and it's not working. Here's what I did: D/L latest samba code (4.13.1) & extract install dependencies ./configure --prefix=/usr/local --enable-fhs (enable-fhs was required to get configure to run through completely) make make install cp
2020 Oct 27
4
odd issue with permisions
On 10/27/2020 12:50 PM, Rowland penny via samba wrote: > On 27/10/2020 18:35, Dan Egli via samba wrote: >> I'm really confused about something. It seems like on my samba server >> the user AND GROUP permissions must match for me to access any files in >> my home directory. Here's an example of what I mean: ($ = at unix shell, >>> = in smbclient) >> $
2020 Oct 28
0
odd issue with permisions
On 10/27/2020 1:08 PM, Dan Egli via samba wrote: > >> What version of Samba ? >> >> Please post your smb.conf >> >> Rowland >> >> > Sorry, Samba? version 4.11.2-13 is running on CentOS? 8.? My smb.conf is > shown below, sans comments: > > > [global] > > ??????? workgroup = EgliFamily > ??????? server string = Samba Server Version
2020 Oct 28
0
odd issue with permisions
> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Dan > Egli via samba > Verzonden: woensdag 28 oktober 2020 9:01 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] odd issue with permisions > > On 10/27/2020 1:08 PM, Dan Egli via samba wrote: > > > >> What version of Samba ? > >> > >>
2020 Oct 27
5
odd issue with permisions
I'm really confused about something. It seems like on my samba server the user AND GROUP permissions must match for me to access any files in my home directory. Here's an example of what I mean: ($ = at unix shell, > = in smbclient) $ mkdir ~dan/test1 $ chmod 700 ~dan/test1 $ smbclient -U dan //localhost/dan > cd test1 > put test1.txt (failure, NT_STATUS_ACCESS_DENIED) > quit