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 [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to