Displaying 5 results from an estimated 5 matches for "eglifamily".
2020 Nov 20
2
Confusing errors when attempting to run samba in AD DC mode
...ure to run through completely)
make
make install
cp /usr/local/etc/samba/smb.conf /etc/samba
samba-tool domain provision
systemctl daemon-reload
systemctl samba start
Here's the output from samba-tool when I ran domain provision:
---- Cut Here ----
# samba-tool domain provision
Realm: pluto.eglifamily.name
Domain [pluto]: EgliFamily
Server Role (dc, member, standalone) [dc]:
DNS backend (SAMBA_INTERNAL, BIND9_FLATFILE, BIND9_DLZ, NONE) [SAMBA_INTERNAL]:
DNS forwarder IP address (write 'none' to disable forwarding) [192.168.43.1]:
Administrator password:
Administrator password does not m...
2020 Oct 27
4
odd issue with permisions
...rmissions are perfectly fine? Help me fix this?
>
> What OS ?
>
> 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 %v
??????? log file = /var/log/samba/log.%m
??????? max log size = 50
??????? security = user
?? ???? passdb backend = tdbsam
??? ??? acl allow execute always =? true
??????? load printers = yes
??????? cups options = raw
[homes]
??????? comment = Home...
2020 Oct 28
0
odd issue with permisions
...a 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 %v
> ??????? log file = /var/log/samba/log.%m
> ??????? max log size = 50
> ??????? security = user
> ?? ???? passdb backend = tdbsam
> ??? ??? acl allow execute always =? true
> ??????? load printers = yes
> ??????? cups option...
2020 Oct 28
0
odd issue with permisions
...gt; 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 %v
> > ??????? log file = /var/log/samba/log.%m
> > ??????? max log size = 50
> > ??????? security = user
> > ?? ???? passdb backend = tdbsam
> > ??? ??? acl allow execute always =? true
> > ??????? load prin...
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