FS#4857 - coreutils - su - pam not working
Attached to Project:
Arch Linux
Opened by Vinay S Shastry (shastry) - Saturday, 24 June 2006, 02:43 GMT
Last edited by Tobias Powalowski (tpowa) - Friday, 08 February 2008, 19:49 GMT
Opened by Vinay S Shastry (shastry) - Saturday, 24 June 2006, 02:43 GMT
Last edited by Tobias Powalowski (tpowa) - Friday, 08 February 2008, 19:49 GMT
|
Details
su doesn't honour pam settings anymore. ldd on su says it
isn't linked to pam library.
Please recompile coreutils with pam support. PS: I tried recompiling coreutils, still no go. |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Friday, 08 February 2008, 19:49 GMT
Reason for closing: Fixed
Additional comments about closing: 6.10-2
Friday, 08 February 2008, 19:49 GMT
Reason for closing: Fixed
Additional comments about closing: 6.10-2
coreutils-6.9-4:
# readelf -d `which su` | grep lib
0x00000001 (NEEDED) Shared library: [libpam.so.0]
0x00000001 (NEEDED) Shared library: [libpam_misc.so.0]
0x00000001 (NEEDED) Shared library: [libc.so.6]
coreutils-6.10-1:
# readelf -d `which su` | grep lib
0x00000001 (NEEDED) Shared library: [libcrypt.so.1]
0x00000001 (NEEDED) Shared library: [libc.so.6]