Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212387 - net-fs/samba installs pam configuration file for winbind to wrong location
Summary: net-fs/samba installs pam configuration file for winbind to wrong location
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-05 13:44 UTC by Jakub Moc (RETIRED)
Modified: 2008-03-10 08:18 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 Jakub Moc (RETIRED) gentoo-dev 2008-03-05 13:44:16 UTC
<snip>
# General config files
insinto /etc/samba
doins "${CONFDIR}"/{smbusers,lmhosts}
newins "${CONFDIR}/smb.conf.example-samba3" smb.conf.example

newpamd "${CONFDIR}/samba.pam" samba
use winbind && doins ${CONFDIR}/system-auth-winbind
</snip>

Well, this goes to /etc/samba/system-auth-winbind and PAM doesn't look there for sure. 

(BTW, the full /lib/security/ path is unneeded in the config, and can be broken on amd64 if you are missing the symlinks).
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2008-03-10 08:18:12 UTC
fixed in version bump.
Thanks.