Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40621 - mod_auth_external doesn't include full path to pwauth; apache can't find it.
Summary: mod_auth_external doesn't include full path to pwauth; apache can't find it.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-06 10:26 UTC by Tim Finer
Modified: 2004-03-31 06:09 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Finer 2004-02-06 10:26:09 UTC
/etc/apache2/conf/modules.d/10_mod_auth_external.conf

is installed with:
AddExternalAuth  pwauth /etc/apache2/extramodules/pwauth

but apache won't find pwauth and writes:
... AuthExtern pwauth [extramodules/pwauth]: Failed (255) for user ...

to the apache error log.

I changed pwauth to the fullpath, and now it works:
AddExternalAuth  pwauth /etc/apache2/extramodules/pwauth

Reproducible: Always
Steps to Reproduce:
1. emerge apache
2. emerge mod_auth_external
3. Set up a Directory to use pwauth

Actual Results:  
... AuthExtern pwauth [extramodules/pwauth]: Failed (255) for user ...
in apache's error log

Expected Results:  
Pwauth should have been called.
Comment 1 Chuck Short (RETIRED) gentoo-dev 2004-03-31 06:09:31 UTC
Fixed in cvs, thanks for the bug report.