Simon Collyer wrote:
> Adam Aube wrote:
>> Ok. Run a command that triggers this error (like su) under strace:
>>
>> strace -o su-strace.log su
>>
>> Then post the contents of su-strace.log to the list.
> See attached.
I think I've found the culprit:
open("/etc/pam.d/su", O_RDONLY) = -1
>
> Ok. Run a command that triggers this error (like su) under strace:
>
> strace -o su-strace.log su
>
> Then post the contents of su-strace.log to the list.
>
> Adam
>
See attached.
su-strace.log
Description: Binary data
Please reply to the list, and not to me directly.
Simon Collyer wrote:
> Adam Aube wrote:
>> Try changing the "libpam" in the grep command to "libpam-" (this will
>> make it skip libpam0g). Just tested on my machine, and it did let me
>> reinstall libpam-modules and libpam-runtime. Hopefully this
Simon Collyer wrote:
> Quoting Adam Aube <[EMAIL PROTECTED]>:
>> Those settings also look fine. This does not appear to be a
>> misconfiguration. Try reinstalling the PAM libraries (all one line):
>>
>> dpkg -l | grep "libpam" | awk '{print $2}' | xargs apt-get install
>> --reinstall
>>
>> This wo
Quoting Adam Aube <[EMAIL PROTECTED]>:
> Those settings also look fine. This does not appear to be a
> misconfiguration. Try reinstalling the PAM libraries (all one line):
>
> dpkg -l | grep "libpam" | awk '{print $2}' | xargs apt-get install
> --reinstall
>
> This won't help you figure out what
Please stop top-posting (which is putting your reply above the original
message), as it makes the thread difficult to follow.
Simon Collyer wrote:
> Adam Aube wrote:
>> These PAM settings look fine. What's in /etc/nsswitch.conf?
> # /etc/nsswitch.conf
[remainder of file snipped]
Those settings
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.
passwd: compat
group: compat
shadow: compat
Simon Collyer wrote:
> On Thu, Nov 25, 2004 at 08:26:16PM -0500, Adam Aube wrote:
>> Simon Collyer wrote:
>>> I seem to be having some issues with Pam correctly working on
>>> my debian sarge system.
>>> I had pam working for smtp auth, samba etc but now I cannot
>>> authenticate using these syst
Here we go
[EMAIL PROTECTED]:~# cat /etc/pam.d/common-*
#
# /etc/pam.d/common-account - authorization settings common to all
# services
#
# This file is included from other service-specific PAM config files,
# and should contain a list of the authorization modules that define
# the central access
Simon Collyer wrote:
> I seem to be having some issues with Pam correctly working on
> my debian sarge system.
> I had pam working for smtp auth, samba etc but now I cannot
> authenticate using these systems, even su brings up errors
> [EMAIL PROTECTED]:~# passwd libby
> passwd: Authentication s
Hi,
I seem to be having some issues with Pam correctly working on
my debian sarge system.
I had pam working for smtp auth, samba etc but now I cannot
authenticate using these systems, even su brings up errors
eg
[EMAIL PROTECTED]:~# passwd libby
passwd: Authentication service cannot retrieve au
On Fri, 7 Nov 1997, Gudmundur Ragnar wrote:
>
> I also have a problem with netatalk. If a user mounting his home-directory on
> a Mac gives an incorrect password there is no more reply from the server
> to any Mac.
>
> I have to reboot the server to get it going again.
I has the same problem, I
Hello,
[EMAIL PROTECTED]:
>Whenever someone tries to contact my system through Appletalk
>(netatalk), I get the following errors from pam in the system log (and
>the access fails):
>
>Nov 6 20:26:15 pfaffben pam[3456]: unable to
dlopen(/usr/lib/security/required)
>Nov 6 20:26:15 pfaffben pam[345
when I installed netatalk, I was unable to login too. I deleted one line
from the /etc/pam.d/netatalk file, my present file shows the following
lines:
authrequired/usr/lib/security/pam_unix_auth.so
account required/usr/lib/security/pam_unix_acct.so
session required/usr
I get these same errors using samba (netbios) so it isn't souley related
to netatalk. I have received the errors ever since I upgraded from 1.2 ->
1.3. I would be interested also as to why this is so...
Thanks,
Dennis
--
dpk <[EMAIL PROTECTED]>, Systems/Network | work: 353.4844
Division
Whenever someone tries to contact my system through Appletalk
(netatalk), I get the following errors from pam in the system log (and
the access fails):
Nov 6 20:26:15 pfaffben pam[3456]: unable to dlopen(/usr/lib/security/required)
Nov 6 20:26:15 pfaffben pam[3456]: [dlerror: File not found]
Nov
16 matches
Mail list logo