<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for Kerberos Module For Apache</title><link>https://sourceforge.net/p/modauthkerb/activity/</link><description>Recent activity for Kerberos Module For Apache</description><language>en</language><lastBuildDate>Wed, 05 Apr 2023 12:51:41 -0000</lastBuildDate><item><title>Adrian Wijas modified a comment on ticket #31</title><link>https://sourceforge.net/p/modauthkerb/support-requests/31/?limit=25#1b1c</link><description>Problem is that macro APLOG_MARK in apache &lt; 2.3.9 expands to two values: file and line. But in newer versions it expands to three values: file, line and module index. To solve this problem change signature of mod_auth_kerb.c:log_rerror() to: log_rerror(const char *file, int line, int module_index, int level, int status, const request_rec *r, const char *fmt, ...) // module_index added And change call of ap_log_rerror() to: ap_log_rerror(file, line, module_index, level | APLOG_NOERRNO, status, r,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adrian Wijas</dc:creator><pubDate>Wed, 05 Apr 2023 12:51:41 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/support-requests/31/?limit=25#1b1c</guid></item><item><title>Adrian Wijas posted a comment on ticket #31</title><link>https://sourceforge.net/p/modauthkerb/support-requests/31/?limit=25#1b1c</link><description>Problem is that macro APLOG_MARK in apache &lt; 2.3.9 expands to two values: file and line. But in newer versions it expands to three values: file, line and module index. To solve this problem change signature of mod_auth_kerb.c:log_rerror() to: log_rerror(const char file, int line, int module_index, int level, int status, const request_rec r, const char *fmt, ...) // module_index added And change call of ap_log_rerror() to: ap_log_rerror(file, line, module_index, level | APLOG_NOERRNO, status, r, "%s",...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adrian Wijas</dc:creator><pubDate>Wed, 05 Apr 2023 12:18:55 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/support-requests/31/?limit=25#1b1c</guid></item><item><title>Joakim Tjernlund posted a comment on ticket #62</title><link>https://sourceforge.net/p/modauthkerb/bugs/62/?limit=25#7e85</link><description>I replaced the patch in ticket #61 with this instead(quite some time ago): ``` --- ./src/mod_auth_kerb.c.org 2020-08-13 17:30:15.901691505 +0200 +++ ./src/mod_auth_kerb.c 2020-08-13 17:35:00.069621299 +0200 @@ -2062,6 +2062,11 @@ static int have_rcache_type(const char type) { + / rcache "none" is always present in modern mit-krb5 + * but krb5_rc_resolve_full() has been removed in 1.18.x + * so hardcode to true */ + return 1; +#if 0 krb5_error_code ret; krb5_context context; krb5_rcache id = NULL;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joakim Tjernlund</dc:creator><pubDate>Tue, 02 Mar 2021 17:44:24 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/bugs/62/?limit=25#7e85</guid></item><item><title>Sam Hartman created ticket #62</title><link>https://sourceforge.net/p/modauthkerb/bugs/62/</link><description>Fails to build with MIT Kerberos 1.18</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sam Hartman</dc:creator><pubDate>Fri, 20 Nov 2020 20:17:23 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/bugs/62/</guid></item><item><title>Joakim Tjernlund posted a comment on ticket #61</title><link>https://sourceforge.net/p/modauthkerb/bugs/61/?limit=25#807c</link><description>This makes mod_auth_kerb load when built against mit-krb5-1.18.2 Not run tested yet</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joakim Tjernlund</dc:creator><pubDate>Wed, 12 Aug 2020 16:00:16 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/bugs/61/?limit=25#807c</guid></item><item><title>Paul Wise posted a comment on ticket #61</title><link>https://sourceforge.net/p/modauthkerb/bugs/61/?limit=25#5490</link><description>FYI I've just added this patch to the Debian package of mod_auth_kerb in response to Debian bug #934043.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Wise</dc:creator><pubDate>Mon, 21 Oct 2019 03:49:23 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/bugs/61/?limit=25#5490</guid></item><item><title>Fabian Grutschus posted a comment on ticket #31</title><link>https://sourceforge.net/p/modauthkerb/support-requests/31/?limit=25#7830</link><description>Hello, I guess the package isn't maintained anymore. I've the same problems compiling mod_auth_kerb inside a Alpine Docker image. The Alpine projects seem to maintain the package by their own and you can find the patches here: https://git.alpinelinux.org/aports/tree/main/apache-mod-auth-kerb?id=ae380974c20d60217bedada8747089dbc1409609 Maybe you can find the same files for Debian/Ubuntu too.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fabian Grutschus</dc:creator><pubDate>Mon, 21 Jan 2019 15:48:28 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/support-requests/31/?limit=25#7830</guid></item><item><title>Johan Ymerson created ticket #61</title><link>https://sourceforge.net/p/modauthkerb/bugs/61/</link><description>Use after free in authenticate_user_krb5pwd()</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johan Ymerson</dc:creator><pubDate>Thu, 13 Dec 2018 08:59:29 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/bugs/61/</guid></item><item><title>Najmi Nasir created ticket #31</title><link>https://sourceforge.net/p/modauthkerb/support-requests/31/</link><description>Fail during compiling mod apache </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Najmi Nasir</dc:creator><pubDate>Thu, 26 Apr 2018 05:56:30 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/support-requests/31/</guid></item><item><title>Darryl Blonski created ticket #30</title><link>https://sourceforge.net/p/modauthkerb/support-requests/30/</link><description>Question about handling of Kerberos Tickets.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Darryl Blonski</dc:creator><pubDate>Wed, 10 Jan 2018 20:10:58 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/support-requests/30/</guid></item><item><title>Anonymous modified a comment on ticket #12</title><link>https://sourceforge.net/p/modauthkerb/patches/12/?limit=25#372d</link><description>How was this solved? I cannot find the apache configuration directive to use in order to strip the @realm from the uid. Does anyone know? Thank you in advance!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 20 Jul 2017 12:47:22 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/patches/12/?limit=25#372d</guid></item><item><title>Nick Pierpoint posted a comment on ticket #14</title><link>https://sourceforge.net/p/modauthkerb/feature-requests/14/?limit=25#bdda</link><description>Did this ever progress? Any hope of Kerberos falling back to NTLMv2 authentication?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nick Pierpoint</dc:creator><pubDate>Sat, 17 Jun 2017 14:33:36 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/feature-requests/14/?limit=25#bdda</guid></item><item><title>Mathieu Bouchard created ticket #29</title><link>https://sourceforge.net/p/modauthkerb/support-requests/29/</link><description>Kerberos service name configuration</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mathieu Bouchard</dc:creator><pubDate>Fri, 10 Mar 2017 18:13:33 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/support-requests/29/</guid></item><item><title>olivier girard created ticket #28</title><link>https://sourceforge.net/p/modauthkerb/support-requests/28/</link><description>constrained delegation</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">olivier girard</dc:creator><pubDate>Mon, 23 Jan 2017 14:23:35 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/support-requests/28/</guid></item><item><title>chris posted a comment on ticket #60</title><link>https://sourceforge.net/p/modauthkerb/bugs/60/?limit=25#e4ec</link><description>Looks like this should be done somewhere in function authenticate_user_krb5pwd, where...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chris</dc:creator><pubDate>Wed, 23 Nov 2016 17:06:38 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/bugs/60/?limit=25#e4ec</guid></item><item><title>chris created ticket #60</title><link>https://sourceforge.net/p/modauthkerb/bugs/60/</link><description>Strim REALM\ in username</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chris</dc:creator><pubDate>Wed, 23 Nov 2016 16:59:29 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/bugs/60/</guid></item><item><title>Developer posted a comment on ticket #27</title><link>https://sourceforge.net/p/modauthkerb/support-requests/27/?limit=25#df19</link><description>Michael Thank you so much for you help.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Developer</dc:creator><pubDate>Tue, 04 Oct 2016 18:18:36 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/support-requests/27/?limit=25#df19</guid></item><item><title>Michael Weber posted a comment on ticket #27</title><link>https://sourceforge.net/p/modauthkerb/support-requests/27/?limit=25#7166</link><description>Certainly. On the sourceforge page for the Kerberos Module for Apache, click Support,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Weber</dc:creator><pubDate>Wed, 28 Sep 2016 18:36:06 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/support-requests/27/?limit=25#7166</guid></item><item><title>Developer posted a comment on ticket #27</title><link>https://sourceforge.net/p/modauthkerb/support-requests/27/?limit=25#ed38</link><description>Hello Michael. Could you post information about the patch for Apache 2.4 that you...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Developer</dc:creator><pubDate>Wed, 28 Sep 2016 16:21:29 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/support-requests/27/?limit=25#ed38</guid></item><item><title>Michael Weber posted a comment on ticket #27</title><link>https://sourceforge.net/p/modauthkerb/support-requests/27/?limit=25#a040</link><description>Nevermind. I found the patch for Apache 2.4 and it fixed it. Please close this t...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Weber</dc:creator><pubDate>Wed, 14 Sep 2016 01:37:12 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/support-requests/27/?limit=25#a040</guid></item><item><title>Michael Weber created ticket #27</title><link>https://sourceforge.net/p/modauthkerb/support-requests/27/</link><description>Compile error on Mac OS X 10.11.6</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Weber</dc:creator><pubDate>Sun, 21 Aug 2016 04:14:41 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/support-requests/27/</guid></item><item><title>jerome created ticket #26</title><link>https://sourceforge.net/p/modauthkerb/support-requests/26/</link><description>kerberos not working with several ServerAlias in Vhost</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jerome</dc:creator><pubDate>Thu, 29 Oct 2015 08:48:51 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/support-requests/26/</guid></item><item><title>Thomas Braun created ticket #59</title><link>https://sourceforge.net/p/modauthkerb/bugs/59/</link><description>Login fails if Password contains § Symbol</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Braun</dc:creator><pubDate>Fri, 05 Jun 2015 10:28:25 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/bugs/59/</guid></item><item><title>david noble created ticket #25</title><link>https://sourceforge.net/p/modauthkerb/support-requests/25/</link><description>Configure succeeds, but apxs fails big time on CentOS 7</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">david noble</dc:creator><pubDate>Tue, 31 Mar 2015 22:05:28 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/support-requests/25/</guid></item><item><title>Kerberos Module For Apache released /OldFiles/mod_auth_kerb-5.0-rc4.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-5.0-rc4.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kerberos Module For Apache</dc:creator><pubDate>Wed, 07 Jan 2015 20:31:55 -0000</pubDate><guid>http://sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-5.0-rc4.tar.gz/download</guid></item><item><title>Kerberos Module For Apache released /OldFiles/mod_auth_kerb-5.0-rc6.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-5.0-rc6.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kerberos Module For Apache</dc:creator><pubDate>Wed, 07 Jan 2015 20:31:55 -0000</pubDate><guid>http://sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-5.0-rc6.tar.gz/download</guid></item><item><title>Kerberos Module For Apache released /OldFiles/mod_auth_kerb-5.0rc7.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-5.0rc7.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kerberos Module For Apache</dc:creator><pubDate>Wed, 07 Jan 2015 20:31:55 -0000</pubDate><guid>http://sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-5.0rc7.tar.gz/download</guid></item><item><title>Kerberos Module For Apache released /OldFiles/mod_auth_kerb-5.0-rc3.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-5.0-rc3.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kerberos Module For Apache</dc:creator><pubDate>Wed, 07 Jan 2015 20:31:55 -0000</pubDate><guid>http://sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-5.0-rc3.tar.gz/download</guid></item><item><title>Kerberos Module For Apache released /OldFiles/mod_auth_kerb-5.0-rc5.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-5.0-rc5.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kerberos Module For Apache</dc:creator><pubDate>Wed, 07 Jan 2015 20:31:55 -0000</pubDate><guid>http://sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-5.0-rc5.tar.gz/download</guid></item><item><title>Kerberos Module For Apache released /OldFiles/mod_auth_kerb-4.12.zip</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-4.12.zip/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kerberos Module For Apache</dc:creator><pubDate>Wed, 07 Jan 2015 20:31:54 -0000</pubDate><guid>http://sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-4.12.zip/download</guid></item><item><title>Kerberos Module For Apache released /OldFiles/mod_auth_kerb.c</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb.c/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kerberos Module For Apache</dc:creator><pubDate>Wed, 07 Jan 2015 20:31:54 -0000</pubDate><guid>http://sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb.c/download</guid></item><item><title>Kerberos Module For Apache released /OldFiles/mod_auth_kerb-4.11.md5</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-4.11.md5/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kerberos Module For Apache</dc:creator><pubDate>Wed, 07 Jan 2015 20:31:54 -0000</pubDate><guid>http://sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-4.11.md5/download</guid></item><item><title>Kerberos Module For Apache released /OldFiles/mod_auth_kerb-5.0rc1.c</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-5.0rc1.c/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kerberos Module For Apache</dc:creator><pubDate>Wed, 07 Jan 2015 20:31:54 -0000</pubDate><guid>http://sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-5.0rc1.c/download</guid></item><item><title>Kerberos Module For Apache released /OldFiles/mod_auth_kerb-4.12.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-4.12.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kerberos Module For Apache</dc:creator><pubDate>Wed, 07 Jan 2015 20:31:54 -0000</pubDate><guid>http://sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-4.12.tar.gz/download</guid></item><item><title>Kerberos Module For Apache released /OldFiles/mod_auth_kerb-4.12.c</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-4.12.c/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kerberos Module For Apache</dc:creator><pubDate>Wed, 07 Jan 2015 20:31:54 -0000</pubDate><guid>http://sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-4.12.c/download</guid></item><item><title>Kerberos Module For Apache released /OldFiles/mod_auth_kerb-0.5.tar.gz</title><link>https://sourceforge.nethttp%3A//sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-0.5.tar.gz/download</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kerberos Module For Apache</dc:creator><pubDate>Wed, 07 Jan 2015 20:31:54 -0000</pubDate><guid>http://sourceforge.net/projects/modauthkerb/files/OldFiles/mod_auth_kerb-0.5.tar.gz/download</guid></item><item><title>aqua97 created ticket #24</title><link>https://sourceforge.net/p/modauthkerb/support-requests/24/</link><description>apache 2.2 on win server 2012</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aqua97</dc:creator><pubDate>Wed, 03 Dec 2014 07:14:27 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/support-requests/24/</guid></item><item><title>aqua97 posted a comment on ticket #20</title><link>https://sourceforge.net/p/modauthkerb/support-requests/20/?limit=25#6e00</link><description>I've read in one closed ticket that it's possible with visual studio. download the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aqua97</dc:creator><pubDate>Wed, 03 Dec 2014 07:10:28 -0000</pubDate><guid>https://sourceforge.net/p/modauthkerb/support-requests/20/?limit=25#6e00</guid></item></channel></rss>