similar to: Latest Ubuntu 16.04 samba upgrade breaks external ldap auth (CVE-2020-10704)

Displaying 20 results from an estimated 3000 matches similar to: "Latest Ubuntu 16.04 samba upgrade breaks external ldap auth (CVE-2020-10704)"

2020 May 22
3
log.samba missing rotation
I know about this param, I configured it and log.smbd, log.nmbd and others are rotated, log.samba is not. ----- Original Message ----- > From: "samba" <samba at lists.samba.org> > To: "Lorenzo Milesi" <maxxer at yetopen.it>, "samba" <samba at lists.samba.org> > Sent: Thursday, May 21, 2020 7:29:04 PM > Subject: Re: [Samba] log.samba
2019 Jul 02
3
Weird access problem to files
> The latest Samba version is 4.10.6 and there have been numerous updates > since 4.3.11, but you shouldn't be having the problem you have, so lets > start be you posting your smb.conf Thank you very much. Here it is: [global] server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbindd, ntp_signd, kcc, dnsupdate realm = domain.lan ldap server require strong auth =
2020 May 25
1
log.samba missing rotation
Can you try this and adjust the path's in it. #/etc/logrotate.d/samba /var/log/samba/log.smbd { weekly missingok rotate 7 postrotate [ ! -x /usr/bin/smbcontrol ] || [ ! -f /run/samba/smbd.pid ] || /usr/bin/smbcontrol smbd reload-config endscript compress delaycompress notifempty } /var/log/samba/log.nmbd {
2020 May 18
3
Intermittent permission denied when accessing share
> Not sure, but that is the way it looks, just a thought, are you using > sssd ? no, not even installed > Just like a normal share, '[homes]' is a special share that doesn't use > 'path. There used to be something on the wiki about using '[home]' on a > DC, I didn't know it had gone until you mentioned it ;-) So if I use [home] it would be a normal
2023 Feb 07
3
Replication between Samba DCs (on different sites)?
On 07/02/2023 18:35, Lorenzo Milesi via samba wrote: > > >> A little more context, manual replication unfortunately doesn't help: > > Last (sorry for the spam, I'm starting to forget things): > > # dig _ldap._tcp.pdc._msdcs.wdc.domain.it srv > > ;; ANSWER SECTION: > _ldap._tcp.pdc._msdcs.wdc.domain.it. 900 IN SRV 0 100 389 dc1.wdc.domain.it. > >
2023 Mar 08
2
Unable to "rejoin" existing DC after upgrade (infamous WERR_FILE_NOT_FOUND)
08.03.2023 20:09, Fabrizio Rompani via samba ?????: ... > root at landc:~# samba-tool drs showrepl --summary > There are failing connections > Failing outbound connections: > CN=Configuration,DC=domain,DC=lan > Default-First-Site-Name\NEXTCLOUD via RPC > DSA object GUID: 3fa4ff9a-7fdc-4912-ad73-08b98f6bf347 > Last attempt @ Wed Mar 8
2019 Jul 02
2
Weird access problem to files
We've recently upgraded a S3 to Samba4 with AD (4.3.11-Ubuntu). The access control on the old installation was done with "valid users" and "write list". We've ported this to ACL, but for some path users are denied access and we cannot understand why. I.e. for a generic share, user "user1" can browse and access almost everything except for directory
2023 Jun 06
1
What's the substitution of 'samba-tool domain provision' in v4.17.5
> samba-tool domain: no such subcommand: provision Are you sure there's no typo or hidden character? provision command is still there in 4.18.2 :) # samba-tool domain provision ERROR: No domain set! -- Lorenzo Milesi - lorenzo.milesi at yetopen.com CTO @ YetOpen Srl Corso Martiri della Liberazione 114 - 23900 Lecco - ITALY - | 4801 Glenwood Avenue - Suite 200 - Raleigh, NC 27612 - USA
2023 Jun 06
2
What's the substitution of 'samba-tool domain provision' in v4.17.5
> Yes you can use the Ubuntu 22.04 packages if you really must, but this > will only get you Samba 4.15.3 > On the other hand, Using Samba from backports on Debian bullseye will > get you 4.17.8 and is, in my opinion, easier to use. Both for Debian and Ubuntu it's better to use Michael repos, to get consistent minor release updates: http://www.corpit.ru/mjt/packages/samba/README
2020 May 21
2
log.samba missing rotation
Samba 4.12.1 installed from source following the wiki. I noticed /usr/local/samba/var/log.samba is not being rotated at all, it starts since the day I installed and it's still growing (500M so far). Is this something which must be handled manually with a logrotate entry? What signalling does samba require after the file has been rotated? I didn't find anything on the wiki, is it worth
2019 Jul 02
2
Weird access problem to files
> Can I suggest you keep upgrading, Samba 4.3.11 is EOL and I suppose the > version of Ubuntu you are running it on will be as well ;-) It's Ubuntu 16 LTS, so it's supported until 2021. > Probably because that is the old way of doing things ;-) I said that's the old installation, in the new one we remapped all the single user entries to the new ACL from RSAT. So we opened
2019 Jul 02
1
Weird access problem to files
> which share isn't working ? > is it 'CONDIVISIONE' ? What is really weird is: Computer01, Win10, user1 logged in as local (not using domain user), share mapped with domain user. In the path I've posted in the first message the user can access BUT cannot write. Computer01, Win10, user1 logged in as domain user: same as above, user can access the folder but cannot write.
2020 May 08
7
Unable to access shares by server alias
Hi. We migrated a S4 workgroup to S4 AD DC, I'm trying to allow users to access the new \\fileserver with the old host name \\server. I added a CNAME record to the AD DNS zone, created alias for fileserver with samba-tool spn add ldap/SERVER fileserver$ samba-tool spn add HOST/SERVER fileserver$ I also added netbios aliases = server to smb.conf but this should be useless, as
2020 May 18
2
Intermittent permission denied when accessing share
> I would expect to only see that on a machine with the MIT kdc installed, > try this > > apt-get -s remove krb5-kdc > > This will prove one way or other if it is installed and what it wants to > remove along with it, it will not remove anything. Apparently nothing requires it: The following packages were automatically installed and are no longer required:
2023 Jun 06
1
What's the substitution of 'samba-tool domain provision' in v4.17.5
On 06/06/2023 10:39, Lorenzo Milesi via samba wrote: >> Yes you can use the Ubuntu 22.04 packages if you really must, but this >> will only get you Samba 4.15.3 >> On the other hand, Using Samba from backports on Debian bullseye will >> get you 4.17.8 and is, in my opinion, easier to use. > > Both for Debian and Ubuntu it's better to use Michael repos, to get
2020 May 18
4
Intermittent permission denied when accessing share
> trying again. here's the output. thanks! Config collected --- 2020-05-18-23:08 ----------- Hostname: fileserver DNS Domain: wdc.mydomain.it Realm: WDC.MYDOMAIN.IT FQDN: fileserver.wdc.mydomain.it ipaddress: 10.0.0.3 ----------- This computer is running Ubuntu 18.04.4 LTS x86_64 ----------- running command : ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc
2023 Apr 14
2
Unable to "rejoin" existing DC after upgrade (infamous WERR_FILE_NOT_FOUND)
> That all smells quite similar to what I were seeing > here before, and what someone else were seeing too, > all with 4.17[.4]. This famouse WERR_FILE_NOT_FOUND > error too. We upgraded one more domain, and in the hope to avoid this error, we remained on 4.16. So we deployed a new 4.16.9 DC, joined, everything is fine. Remove the old DC, upgrade OS, install 4.16.10 (which was
2023 Jun 06
1
What's the substitution of 'samba-tool domain provision' in v4.17.5
On 06/06/2023 10:14, luckydog xf wrote: > Makes sense. > Can I use Ubuntu 22.04 as an alternative to Debian ?? Does Ubuntu have a > DEB package in the official repository? > It's pretty bothersome if I build packages from source codes on Ubuntu, > because?they're so many packages and dependencies that need to be resolved. > Yes you can use the Ubuntu 22.04 packages if
2023 Jun 06
1
What's the substitution of 'samba-tool domain provision' in v4.17.5
On 06/06/2023 10:51, Lorenzo Milesi via samba wrote: > >> As I understand it, you only need Michael's repo for Ubuntu, The Debian >> backport repo gets updated with the same Samba packages as his repo (or >> is it the other way around ?). He is the Debian Samba maintainer. > > With the repos you can select several minor versions (from 4.16 to .18), while backports
2020 May 09
4
New install of 4.12.1: fileserver not visible when browsing network
I've just deployed an AD DC fileserver with Samba4 but the server itself is not available when browsing network computers from a Windows PC. Is it because of this [1][2] or did I misconfigure it? Thanks my config: # Global parameters [global] netbios name = FILESERVER realm = WDC.MYDOMAIN.IT server role = active directory domain controller server services =