Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 481262 - net-fs/samba-4.0: pam modules installed in wrong directory
Summary: net-fs/samba-4.0: pam modules installed in wrong directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-16 06:59 UTC by kenodai
Modified: 2013-08-16 07:14 UTC (History)
0 users

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


Attachments
Patch for samba-4.0.8-r1.ebuild (samba_pam.patch,378 bytes, patch)
2013-08-16 06:59 UTC, kenodai
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kenodai 2013-08-16 06:59:16 UTC
Samba installs pam_winbind.so and pam_smbpass.so to /usr/lib*/security instead of /lib*/security

Reproducible: Always




Samba 4 is installing the pam modules by default into libdir/security which is set in waf-utils_src_configure to /usr/$(get_libdir), but pam is unable to find it there.

configure offers --with-pammodulesidr, it should be added to either the ebuild or to the waf-utils.eclass
Comment 1 kenodai 2013-08-16 06:59:42 UTC
Created attachment 356172 [details, diff]
Patch for samba-4.0.8-r1.ebuild
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-08-16 07:14:40 UTC
+*samba-4.0.8-r2 (16 Aug 2013)
+
+  16 Aug 2013; Lars Wendler <polynomial-c@gentoo.org> -samba-4.0.7.ebuild,
+  -samba-4.0.8.ebuild, -samba-4.0.8-r1.ebuild, +samba-4.0.8-r2.ebuild,
+  -samba-4.1.0_rc1.ebuild, samba-4.1.0_rc2.ebuild:
+  Fixed installation of pam modules (bug #481262). Removed old (unfixed)
+  versions.
+