Bug#1070296: compile freerdp2 with WITH_GSSAPI

2024-05-03 Thread Markus Wigge
commended to prevent Kerberos Tickets and password hashes to be cached on the server. Typically these tickets and hashes are used for lateral movement after a breach. libfreerdp2-2 needs to be compiled with "WITH_GSSAPI=on" to be able to connect with user accounts protected in such a way. Kind Regads, Markus Wigge

Bug#869906: python-xmpp: dns resolver throws exception

2017-07-27 Thread Markus Wigge
answers = [x for x in dns.resolver.query(query, rdtype=dns.rdatatype.SRV)] if answers: host = str(answers[0].target) port = int(answers[0].port) Kind Regards, Markus Wigge

Bug#797181: freeradius: packaging 3.0.x

2016-10-26 Thread Markus Wigge
Hi, first of all: thanks for your great work. Now the feedback: I built the freeradius 3.0.12 packages for jessie on my own based on your experimental sources. Over all that worked fine but I needed the debhelper bpo-version. The configuration looks unfamiliar but that is I suppose normal for a

Bug#842052: freeradius-ldap: LDAP-Group escapes UserDN twice somehow and get no useful result then

2016-10-25 Thread Markus Wigge
Package: freeradius-ldap Version: 2.2.5+dfsg-0.2 Severity: important Tags: upstream Dear Maintainer, I encountered severe problems trying to match users to their LDAP Groups. Within the inner-tunnel config I check the group ACL for a given user like this: if (LDAP-Group == "NET_eduroam") {

Bug#648735: icinga-common: wrong permissions and files for eventhandlers

2011-11-14 Thread Markus Wigge
Package: icinga-common Version: 1.5.1-1~bpo60+1 Severity: important Tags: sid Hi, I noticed the following directory listing with icinga 1.5.1 from backports which seems obviously wrong: ls -l /usr/share/icinga/plugins/eventhandlers/ insgesamt 44 -rw-r--r-- 1 root root 822 12. Sep 15:46 disable_

Bug#613920: libapache2-mod-auth-kerb: gssapi_delegation.patch is missing in current squeeze binary

2011-02-18 Thread Markus Wigge
Package: libapache2-mod-auth-kerb Version: 5.4-1.1 Severity: important Tags: squeeze patch Hi, I really need the option "KrbAppendRealm" to strip off the realm. Otherwise it is not possible to check the group membership of the username using LDAP. Simply readd the patch in "debian/patches/series