Hi!

I'm trying to use pppd coupled with PAM.
I'm using pppd 2.3.9 compiled with USE_PAM options ,and ,as far as i can
see ,the
pppd side seem to work fine,but when i try to use the PAM side i got this:

-----
Aug 29 18:22:06 volcano pppd[1643]: rcvd [PAP AuthReq id=0x1 user="*"
password="*"]
Aug 29 18:22:06 volcano pppd[1643]: unable to resolve symbol:
pam_sm_open_session
Aug 29 18:22:06 volcano pppd[1643]: unable to resolve symbol:
pam_sm_close_session
Aug 29 18:22:06 volcano pppd[1643]: no modules loaded for `ppp' service
Aug 29 18:22:06 volcano pppd[1643]: PAP login failure for knute       

This is my options file
-----  
/dev/cuaa1 19200 crtscts
192.168.0.2:192.168.0.4
login
connect "/usr/bin/chat -v -f /etc/ppp/linet.chat"
debug
auth
require-pap
name volcano
ms-dns 192.168.0.2
passive
nodetach                  

this is my pam.conf:
-----

# If the user can authenticate with S/Key, that's sufficient.
login   auth    sufficient      pam_skey.so

# Check skey.access to make sure it is OK to let the user type in
# a cleartext password.  If not, then fail right here.
login   auth    requisite       pam_cleartext_pass_ok.so

# If you want KerberosIV authentication, uncomment the next line:
#login  auth    sufficient      pam_kerberosIV.so              
try_first_pass

# Traditional getpwnam() authentication.
login   auth    required        pam_unix.so                    
try_first_pass
ppp     auth    required        pam_unix.so                    
try_first_pass
ppp     session required        pam_unix.so                    
try_first_pass
-------
and this my pap-secrets:
-------
knute   volcano ""              * 
-------

Where i'm wrong?
Plese help!

Bye!
                         


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to