search for: ellerhold

Displaying 15 results from an estimated 15 matches for "ellerhold".

2023 Apr 12
2
Fwd: ntlm_auth and freeradius
...iors (using OPNsense). > > I believe you set > > lanman auth = yes > > as well, right? > > Does Samba give you anything in the logs? That way you might be able > to narrow it down? > > Alexander > > On Wednesday, Apr 12, 2023 at 12:21 PM, Matthias K?hne | Ellerhold > Aktiengesellschaft via samba <samba at lists.samba.org> wrote: > Hello Alexander, > > thanks Alexander for these configuration snippets. > > Which version of Samba are you using? Is this on debian bullseye? > Is the > FreeRADIUS server install...
2023 Apr 12
1
Fwd: ntlm_auth and freeradius
...lly use it to authenticate UniFi clients and IKEv2 roadwarriors (using OPNsense). I believe you set lanman auth = yes as well, right? Does Samba give you anything in the logs? That way you might be able to narrow it down? Alexander > On Wednesday, Apr 12, 2023 at 12:21 PM, Matthias K?hne | Ellerhold Aktiengesellschaft via samba <samba at lists.samba.org (mailto:samba at lists.samba.org)> wrote: > Hello Alexander, > > thanks Alexander for these configuration snippets. > > Which version of Samba are you using? Is this on debian bullseye? Is the > FreeRADIUS server install...
2023 Apr 12
1
Fwd: ntlm_auth and freeradius
...` > # /etc/freeradius/3.0/sites-enabled/inner-tunnel > post-auth { > if (!(Ldap-Group == ?SOMEGROUP")) { > reject > } > ``` > > ### 4.7 Finish > > ```bash > service freeradius restart > ``` > >> On Thursday, Apr 06, 2023 at 9:46 AM, Matthias K?hne | Ellerhold Aktiengesellschaft via samba <samba at lists.samba.org (mailto:samba at lists.samba.org)> wrote: >> Hello Tim, Hello samba-people, >> >> is there an uptodate guide for authenticating via freeradius somewhere? >> >> I have some Ubiquiti APs plus a Cloud Key and I...
2023 Apr 06
1
Fwd: ntlm_auth and freeradius
...} ``` ### 4.6 Configure Authorization - devices/user via EAP ``` # /etc/freeradius/3.0/sites-enabled/inner-tunnel post-auth { if (!(Ldap-Group == ?SOMEGROUP")) { reject } ``` ### 4.7 Finish ```bash service freeradius restart ``` > On Thursday, Apr 06, 2023 at 9:46 AM, Matthias K?hne | Ellerhold Aktiengesellschaft via samba <samba at lists.samba.org (mailto:samba at lists.samba.org)> wrote: > Hello Tim, Hello samba-people, > > is there an uptodate guide for authenticating via freeradius somewhere? > > I have some Ubiquiti APs plus a Cloud Key and I want to authenticate...
2023 Apr 06
2
Fwd: ntlm_auth and freeradius
...t laptop is now connected to the network on the correct VLAN. > > I apologise for wasting everyone's time - now I'll get back to cleaning up all the config files and making sure BYOD still works etc. > > Thank you, > > Tim -- Senior Webentwickler Datenschutzbeauftragter Ellerhold Aktiengesellschaft Friedrich-List-Str. 4 01445 Radebeul Telefon: +49 (0) 351 83933-61 Web: www.ellerhold.de Facebook: www.facebook.com/ellerhold.gruppe Instagram: www.instagram.com/ellerhold.gruppe Twitter: https://twitter.com/EllerholdGruppe Amtsgericht Dresden / HRB 23769 Vorstand: Stephan Elle...
2023 Aug 04
1
Spotlight indexing with fscrawler for multiple shares
Hi Team, Did anybody solve the issue of FScrawler crawling over multiple shares, preferably from a single job or from a single service? Setting up a service for FScrawler per share does not scale very nice... - Kees.
2023 Apr 12
0
Problem with Samba 4.18 and Zabbix-Server 6.x
...grading to 4.17 fixes the SIGSEGV. Does anybody have any insight on why zabbix is crashing after updating samba? The libnss_* libraries seem to be loaded into zabbix - maybe they are doing something wrong? Thanks and have a nice day, Matthias. -- Senior Webentwickler Datenschutzbeauftragter Ellerhold Aktiengesellschaft Friedrich-List-Str. 4 01445 Radebeul Telefon: +49 (0) 351 83933-61 Web: www.ellerhold.de Facebook: www.facebook.com/ellerhold.gruppe Instagram: www.instagram.com/ellerhold.gruppe Twitter: https://twitter.com/EllerholdGruppe Amtsgericht Dresden / HRB 23769 Vorstand: Stephan Elle...
2023 Nov 04
1
Spotlight issues
So I have two issues. 1) Using Samba 4.19.2 with spotlight and elasticsearch 8.10.3 doesn?t work. Errors: [2023/10/22 09:04:17, 0] ../../source3/rpc_server/mdssvc/mdssvc_es.c:755(mds_es_search_http_read_done) mds_es_search_http_read_done: json_loadb failed 2) Using Samba 4.19.2 with spotlight and elasticsearch 7.17.10 works. There is a bug where when the samba server is running and files
2023 Nov 06
1
Spotlight issues
...running? Weird... the indexer should just populate the DB (elasticsearch) with documents. It shouldnt matter to samba if the indexer is currently running or not. Which indexer do you use? I never got fscrawler to work, so... shameless plug: Im mainting my own indexer over at https://github.com/Ellerhold/fs2es-indexer/issues - give it a look if you want. Or dont. ;) For us (Samba 4.18 + Elasticsearch 8.8 + fs2es-indexer) the quick search works (sometimes takes while though) and the advanced search is somewhat funky but mostly works. Be aware that as far as I know only the filename criteria are...
2023 Aug 10
2
Spotlight indexing with fscrawler for multiple shares
...arch though shouldnt be that hard, right? I've already got a version switch for ES v7 and v8, adding OS to it should be easy enough! Have a nice day, Matthias. Am 10.08.23 um 15:01 schrieb Kees van Vloten via samba: > Hi Matthias, > > Op 10-08-2023 om 14:46 schreef Matthias K?hne | Ellerhold > Aktiengesellschaft via samba: >> Hey Kees, >> >> disclaimer: shameless self-plug!! >> >> If you dont need content indexing you can use my indexer: >> https://github.com/Ellerhold/fs2es-indexer > > I have looked at it because of troubles with FScrawler...
2023 Jul 13
1
ComputerSecureChannel -Verbose False since windows 10/11 update 07/2023
13.07.2023 19:17, Adi Kriegisch wrote: > Hi! > >> I was looking at the code this morning trying to figure out how to >> reject packet with lvl2 properly, - unfortunately I don't know samba >> well enough to be able to find the place "quickly" and I got distracted >> by other things. It was my first thought when someone posted the debug >> info
2023 Apr 04
2
Fwd: ntlm_auth and freeradius
Dear All, Well, this is very embarrassing.... It seems that running 'smbcontrol all reload-config' isn't sufficient for reloading the ntlm config parameters. I tried restarting the whole samba service on the DC my FR box was authenticating against (systemctl restart sernet-samba-ad) and my test laptop is now connected to the network on the correct VLAN. I apologise for wasting
2023 Jun 30
2
Group memberships on Linux AD Member (syncing randomly)
Hi, I'm running Samba Active Directory 4.16.9 with packages from Sernet. Domain members are Linux servers (Ubuntu 20.04, RHEL 8) with Sernet Samba 4.16.x. I'm getting crazy with group memberships syncing from AD to Linux members. It is completely random as when changes in AD group are visible in Linux OS (or more precise: winbind), it might take minutes, hours or days as when these
2023 Jun 29
1
Synology shares not accessible...
...contain bugs that have been fixed in later > versions, these 'bugs' could be CVE related. > > What conclusions to make from that is up to you, but this just > confirms what I thought about synology. > > Rowland > > -- Senior Webentwickler Datenschutzbeauftragter Ellerhold Aktiengesellschaft Friedrich-List-Str. 4 01445 Radebeul Telefon: +49 (0) 351 83933-61 Web: www.ellerhold.de Facebook: www.facebook.com/ellerhold.gruppe Instagram: www.instagram.com/ellerhold.gruppe Twitter: https://twitter.com/EllerholdGruppe Amtsgericht Dresden / HRB 23769 Vorstand: Stephan Elle...
2023 Jun 29
2
Synology shares not accessible...
On 29/06/2023 07:38, Ingo Asche via samba wrote: > Hi, > > there is some progress, even I would'nt call it that. At least they > admitted it's caused through some changes from their side. > > @Rowland: Remember that "old Samba method" part? > > This is their answer. I don't know what to make of it. Maybe someone > with more knowledge about the