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
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Critical
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

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
Comment by Vinay S Shastry (shastry) - Friday, 08 February 2008, 19:23 GMT
  • Field changed: Percent Complete (100% → 0%)
seems to have appeared again in 6.10
Comment by Roman Kyrylych (Romashka) - Friday, 08 February 2008, 19:34 GMT
I can confirm this.


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]

Loading...