On 11 Jan 2008, at 01:17, Stroller wrote:
On 10 Jan 2008, at 23:45, Hal Martin wrote:
...
* Your current setup is using one or more of the following modules,
* that are not built or supported anymore:
* pam_pwdb, pam_radius, pam_timestamp, pam_console
...
I'm not sure if I should be replying to this, as it kinda looks like a thread hijack, but:
$ equery b `grep -l -ie pwdb -ie radius -ie timestamp -ie console /etc/pam.d/*`
[ Searching for file(s) /etc/pam.d/login in *... ]
sys-apps/shadow-4.0.18.1-r1 (/etc/pam.d/login)
$
Ooops! Pressed send too hastily!
I assumed that there'd be an update available to shadow which would fix this, but looking closer at the output of `grep -l -ie pwdb -ie radius -ie timestamp -ie console /etc/pam.d/*` it seems that the line containg `pam_console.so` is commented out on my system:
# If you want to enable pam_console, uncomment the following line
# and read carefully README.pam_console in /usr/share/doc/pam*
#session optional pam_console.so
So the question arises, did you uncomment it?
Or is your sys-apps/shadow just older than mine?
What does `grep -l -ie pwdb -ie radius -ie timestamp -ie console /etc/pam.d/* actually say on your machine?
Stroller.