[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PAM & Samba
- To: Linux-IL Mailing list <linux-il(at-nospam)cs.huji.ac.il>
- Subject: PAM & Samba
- From: Oded Arbel <odeda-linux-il(at-nospam)betalfa.org.il>
- Date: Tue, 3 Jul 2001 17:19:51 +0000 (/etc/localtime)
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
Hi list!
I have a bit of a problem with the pam_smb module.
We have here several linux boxen running various
stages of Mandrake. all use pam_smb 1.1.6 built on the premises,
and all of these work fine. here's an example of /etc/pam.d/login :
#%PAM-1.0
auth required /lib/security/pam_securetty.so
auth required /lib/security/pam_smb_auth.so
#auth required /lib/security/pam_stack.so service=system-auth
auth required /lib/security/pam_nologin.so
account required /lib/security/pam_stack.so service=system-auth
password required /lib/security/pam_stack.so service=system-auth
session required /lib/security/pam_stack.so service=system-auth
session optional /lib/security/pam_console.so
with correct configuration in /etc/pam_smb.conf (except that we use only
one domain controller).
now - we got a new box and installed RH 7.1 and compiled pam_smb 1.16
for it. copied the pam.d/login file, the pam_smb config and let'em rip.
except that I cannot make it authenticate properly agains the PDC -
this is what the log says (after puting pam_smb into debug mode) :
pam_smb: Local UNIX username/password check incorrect.
pam_smb: got back 1 username oded
login: FAILED LOGIN 1 FROM (null) FOR oded, Authentication service
cannot retrieve authentication info.
and that's it. stuck - nothing we can do to make it work.
the configuration looks identical to the Mandrake box, PAM is of the
same version, we even downloaded the development version of pam_smb
(1.9 something - where has all the stables gone ?) and it works great -
that is : it generates exactly the same failures :-)
would really appreciate any pointers.
Oded
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il