Displaying 20 results from an estimated 60000 matches similar to: "[4.5.12] "guest account" doesn't work"
2018 May 09
1
[4.5.12] "guest account" doesn't work
What you want to know is..
## For a standalone server/Member server.
systemctl stop samba-ad-dc samba
systemctl disable samba-ad-dc samba
systemctl mask samba-ad-dc samba
systemctl unmask smbd winbind nmbd
systemctl enable smbd winbind nmbd
systemctl start smbd winbind nmbd
## For an AD-DC setup.
systemctl stop smbd nmbd winbind
systemctl disable smbd nmbd winbind
systemctl mask smbd nmbd
2019 May 28
2
Older versions of samba that work with CentOS 7?
On Mon, May 27, 2019 at 12:43:41PM +0200, Miroslav Geisselreiter (mg at intar.cz) wrote:
> Hi Jobst,
>
> you can use latest samba package from CentOS 7 - there is no problem with NT
> style domains support (ie. it supports NT style domains). We use servers
> with CentOS 6 and CentOS 7 both with NT style domains.
Phew!
Thank you, this is great news!
I had huge trouble to get the
2024 Oct 26
1
[smb.conf] How to get "rw r r" ?
On 25/10/2024 14:03, Havany via samba wrote:
> Did you try 133 mask instead of 0133 ?
>
> We use to disable acl for this kind of share and do something like that :
>
> [share]
> path = /a/share/path
> create mask = 133
> directory mask = 022
> valid users = @agroup
> write list = @sagroup
> force group = @agroup
> nt acl support = No
Still no go: It's rwx
2016 Sep 28
2
Debian backport of 4.4.5
I tried the Louis Van Belle's Debian backport of Samba 4.4.5 and I observed one obscure behaviour.
I am running it on Debian 8.6.0. I just run Samba as a NT4 PDC and do simple file sharing. When my server is rebooted, my PCs cannot see the domain. Everything seems fine when I checked the status of the Samba using "/etc/init.d/samba status". However once I restart Samba
2019 May 27
2
Older versions of samba that work with CentOS 7?
Hi.
Are there any places I can download older versions of Samba working with CentOS 7?
Reason:
I have been upgrading all of my servers from 6.X to 7.X.
This alone is a massive task for me as I am a one man band.
Samba made massive changes not allowing NT style domains anymore in the 4.10 branch.
If I can find older samba RPM's for CentOS 7 than I can finish all upgrades of the OS, then
2019 Dec 10
6
security = ads parameter not working in samba 4.9.5
I've re-read this thread but its a bit confusing due to 2 persons with the same probem in one thread.
Im thinking here, how is samba started, since winbind is not running.
Im suspecting samba-addc or samba is starting. Not smbd nmbd winbind.
I suggest to run this:
Disable that all again.
systemctl disable samba-addc samba smbd nmbd winbind
systemctl mask samba-addc samba smbd nmbd
2019 May 06
2
Doman join issues
Hai,
1) apparmor, disable it, and try again, so we can confirm if its an apparmor settings.
2) winbind is starting from systemd while as AD-DC you should disable that.
- stop the member parts of samba and systemd.
systemctl stop winbind smbd nmbd samba
systemctl disable winbind smbd nmbd samba
systemctl mask winbind smbd nmbd samba
- enable the samba-ad-dc part in systemd.
2019 Jul 18
2
Can't find machine account
On 07/18/2019 11:04 AM, Rowland penny via samba wrote:
> I have never had to deal with a W2K AD server, but from my
> understanding W2K didn't have the DNS records in AD, so I wondered if
> yours didn't either. I am running out of ideas now.
>
> Have you tried Tim's patch ?
>
> Just in case you don't know how to apply the patch, it is pretty
> simple, it
2018 Sep 26
5
Upgrade 4.8 to 4.9 with Backend-Change to lmdb?
Hi list,
are there preparations for upgrading a samba 4.8.5 to 4.9.1 via
van-belle-repository to change the backend db? Is there some handwork
necessary?
Regards,
Oliver
2016 Jul 12
6
Option configure
Just backported 4.4.5 from debian sid to jessie. samba.service is masked
there. If running as an fileserver the services are started via
smbd.service,nmbd.service, winbind.service.
There is an samba-ad-dc script which is masked by default.
To get the ad-dc up and running with systemd one has to unmask
samba-ad-dc.service and mask smbd.service,nmbd.service, winbind.service.
This is the
2017 Aug 10
4
cannot join windows 7 samba4-ad-dc fresh install, get NT_STATUS_INTERNAL_ERROR
On Thu, 10 Aug 2017 08:14:33 +0700
Vladimir Frelikh via samba <samba at lists.samba.org> wrote:
> > >>
> > >> <https://mail.google.com/mail/u/0/?ui=2&ik=7f6f030913&view=
> > att&th=15dc2ba7d7a63129&attid=0.1&disp=safe&realattid=f_j63tfts50&zw>
> > >>
> > >>
> > >> --
> > >> Best
2019 Aug 15
2
Failing to join existing AD as DC
Hai,
?
From what i see below.
?
kinit that should work, or error in krb5.conf or resolv.conf.
What is the first resolver in resolv.conf and is samba configured with internal DNS or Bind9_DLZ?
?
This is in /etc/ldap/ldap.conf
TLS_CACERT????? /etc/ssl/certs/ca-certificates.crt
TLS_REQCERT allow
?
cp /var/lib/samba/private/krb5.conf /etc/krb5.conf
not really needed, but it does not hurt.
?
2016 Jul 12
1
Option configure
Am 12.07.2016 um 21:35 schrieb Rowland penny:
> On 12/07/16 20:25, Achim Gottinger wrote:
>> Just backported 4.4.5 from debian sid to jessie. samba.service is
>> masked there. If running as an fileserver the services are started
>> via smbd.service,nmbd.service, winbind.service.
>> There is an samba-ad-dc script which is masked by default.
>> To get the ad-dc up
2018 May 09
0
[4.5.12] "guest account" doesn't work
On Wed, 9 May 2018 14:07:12 +0200
Gilles via samba <samba at lists.samba.org> wrote:
> Hello,
>
> Until now, I let Samba use nobody:nogroup to access shares from
> Windows with no account in Samba.
>
> I wanted to try the "guest account" option to tell it to use a
> specific Unix account… but it fails with "Access denied". The
> solution is to
2015 Mar 27
3
[3.6.6] Possible to allow password-free read/write access?
Hello
At home, I use my Windows client host without entering a password,
and would like to access a local Linux host likewise, ie. without
being prompted for login/password while still having read/write
access.
Is this possible?
Currently, I created no Unix/Samba accounts for the Windows user, and
the following smb.conf only works in read-only mode (ie. I get an
error when trying to write):
2015 Dec 12
3
domain authentication issue after rebooting Debian Jessie - need to restart samba each time
> On Dec 11, 2015, at 12:27 PM, Rowland penny <rpenny at samba.org> wrote:
>
>> On 11/12/15 16:52, gimili wrote:
>> I followed the instructions here: https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller.'
>>
>> Everything works find except when I reboot I have to restart samba or I added a pause and then restart to
2015 Dec 15
7
domain authentication issue after rebooting Debian Jessie - need to restart samba each time
Hai,
If not, well, very stange, i have about 7 Jessie's here with samba and
i dont have any problems.
I think systemd is blocking your startup of samba due to multple errors on startups previously.
Few questions?
Do you have samba with shares over nfs?
If so, create te following folder :
/etc/systemd/system/nfs-common.service.d/
Add the following file with content to the file :
2015 Mar 26
4
Icecast won't start on system boot
OK, took a crash course in systemctl. Got the service properly
enabled. However, got one odd error when I started it.
Mar 26 18:06:10 {my-FQDN} icecast[839]: ERROR: You should not run
icecast2 as root
Mar 26 18:06:10 {my-FQDN} icecast[839]: Use the changeowner directive
in the config file
The XML shows:
<changeowner>
<user>nobody</user>
<group>nogroup</group>
2019 May 24
4
Upgraded from CentOS 6.X to 7.X, samba not working
Hi
Previous: CentOS 6.X, samba4.x86_64 4.2.10-15.el6
Now: CentOS 7.6.1810, samba 4.8.3-4.el7
When I start smb, nmb or winbind I get no errors at all.
This is all I get:
May 24 22:44:04 HOST systemd[1]: Starting Samba SMB Daemon...
May 24 22:44:05 HOST systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
May 24 22:44:05 HOST systemd[1]: Failed to start Samba SMB
2016 Jul 12
6
Option configure
On Tue, Jul 12, 2016 at 10:00 AM, mathias dufresne <infractory at gmail.com> wrote:
> Chris, can you check into your unit file what kind of type is used?
Mine use Type=forking, I had some issues with Type=notify but it's
been some time so I can't remember what they were. Although one is
that a "systemctl start samba" command did not return a prompt, had to
Ctrl-C out.