Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 330193 - www-apache/mod_auth_kerb-5.4: "Unknown Authn provider: kerberos"
Summary: www-apache/mod_auth_kerb-5.4: "Unknown Authn provider: kerberos"
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: http://sourceforge.net/tracker/?func=...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-28 12:22 UTC by Christian Meyer
Modified: 2013-01-03 18:59 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fixed ebuild using apache-2.2 patch (mod_auth_kerb-5.4.ebuild,868 bytes, text/plain)
2010-07-28 12:25 UTC, Christian Meyer
Details
Patch that adds Apache 2.2 compatibility to mod_auth_kerb (mod_auth_kerb-5.4-apache-2.2.patch,6.12 KB, patch)
2010-07-28 12:26 UTC, Christian Meyer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Meyer 2010-07-28 12:22:23 UTC
After compiling mod_auth_kerb it can't be used with apache 2.2.
In /var/log/apache2/error_log the following message appears:
"Unknown Authn provider: kerberos"

Reproducible: Always

Steps to Reproduce:
1. Unmasked www-apache/mod_auth_mysql using package.keywords
2. emerge -av mod_auth_mysql
3. Change Apache configuration to load the module

Actual Results:  
In /var/log/apache2/error_log the following message appears:
"Unknown Authn provider: kerberos"

Expected Results:  
Apache 2.2 should load the module and authenticate using kerberos.
Comment 1 Christian Meyer 2010-07-28 12:25:14 UTC
Created attachment 240413 [details]
Fixed ebuild using apache-2.2 patch

Fixed ebuild that uses a patch from http://sourceforge.net/tracker/?func=detail&aid=2782088&group_id=51775&atid=464526
Comment 2 Christian Meyer 2010-07-28 12:26:27 UTC
Created attachment 240415 [details, diff]
Patch that adds Apache 2.2 compatibility to mod_auth_kerb
Comment 3 Christian Meyer 2010-07-28 12:27:56 UTC
Comment on attachment 240415 [details, diff]
Patch that adds Apache 2.2 compatibility to mod_auth_kerb

This patch is not made by me, it has been posted on Sourceforge for the mod_auth_kerb project by  Fabrice Bacchella on 2009-04-27 11:47:59 UTC
Comment 4 Pacho Ramos gentoo-dev 2013-01-03 18:59:28 UTC
+*mod_auth_kerb-5.4-r1 (03 Jan 2013)
+
+  03 Jan 2013; Pacho Ramos <pacho@gentoo.org>
+  +files/mod_auth_kerb-5.4-cachedir.patch,
+  +files/mod_auth_kerb-5.4-delegation.patch,
+  +files/mod_auth_kerb-5.4-fixes.patch, +files/mod_auth_kerb-5.4-httpd24.patch,
+  +files/mod_auth_kerb-5.4-rcopshack.patch,
+  +files/mod_auth_kerb-5.4-s4u2proxy.patch, +mod_auth_kerb-5.4-r1.ebuild:
+  Include Fedora patches to fix a lot of bugs and add compat with apache-2.4
+

Please retry with this version