[Bug 1677329] Re: libpam-winbind: unable to dlopen
Andreas Hasenack
andreas at canonical.com
Mon May 8 13:53:21 UTC 2017
I just did a test build with this and pam_winbind worked for the super simple login test case:
http://pastebin.ubuntu.com/24536839/
diff -Nru samba-4.5.8+dfsg/debian/patches/fix-1584485.patch samba-4.5.8+dfsg/debian/patches/fix-1584485.patch
--- samba-4.5.8+dfsg/debian/patches/fix-1584485.patch 2017-02-09 00:28:33.000000000 +0000
+++ samba-4.5.8+dfsg/debian/patches/fix-1584485.patch 2017-05-08 13:08:52.000000000 +0000
@@ -83,7 +83,7 @@
bld.SAMBA_LIBRARY('pamwinbind',
source='pam_winbind.c',
- deps='talloc wbclient winbind-client tiniparser pam samba_intl',
-+ deps='pamwinbind-static',
++ deps='wbclient pamwinbind-static',
cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
realname='pam_winbind.so',
- install_path='${PAMMODULESDIR}'
There are plenty of other code paths that have to be exercized. Maybe
other libraries are missing.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1677329
Title:
libpam-winbind: unable to dlopen
Status in samba package in Ubuntu:
Confirmed
Bug description:
The pam winbind module seems to be broken on current 17.04 beta2.
Mar 29 18:28:21 daw0 lightdm: PAM unable to dlopen(pam_winbind.so): /lib/security/pam_winbind.so: cannot open shared object file: No such file or directory
Mar 29 18:28:21 daw0 lightdm: PAM adding faulty module: pam_winbind.so
I get this error message after a fresh install of Ubuntu GNOME and
libpam-winbind when logging in with an account that should not exist
anywhere. No winbind configuration done yet, but had seen this error
message than also.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1677329/+subscriptions
More information about the foundations-bugs
mailing list