Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212087 - net-im/ejabberd-2.0.0 not using pam
Summary: net-im/ejabberd-2.0.0 not using pam
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Caleb Tennis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-02 17:20 UTC by Candid Dauth
Modified: 2008-05-23 12:59 UTC (History)
2 users (show)

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 Candid Dauth 2008-03-02 17:20:19 UTC
pam authentication is available in ejabberd-2.0.0. It is enabled by --enable-pam. The current ebuild does not specify anything about whether to use pam or not. Simply adding a pam use flag with $(use_enable pam) did the trick for me.

Reproducible: Always
Comment 1 Candid Dauth 2008-03-02 19:12:22 UTC
Another issue with pam, I don't know if this is fixable with the ebuild, is the permissions of /usr/lib/erlang/lib/ejabberd-2.0.0/priv/lib/epam. This is a helper binary to perform the pam authentication, therefore it seems to be owned by root and have to have +s permissions.
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2008-05-23 12:59:06 UTC
added pam and permission modifications.  Thanks for hte report.