From owner-freebsd-questions Sun Aug 29 13:14:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lyra.tiscalinet.it (lyra.tiscalinet.it [195.130.224.60]) by hub.freebsd.org (Postfix) with ESMTP id 0D0E414E36 for ; Sun, 29 Aug 1999 13:14:24 -0700 (PDT) (envelope-from knute@tiscalinet.it) Received: from earthquake.tsv.it (rm1-439.tiscalinet.it [212.123.79.59]) by lyra.tiscalinet.it (8.8.8+Sun/8.8.8) with SMTP id WAA11527 for ; Sun, 29 Aug 1999 22:13:04 +0200 (MET DST) Received: by earthquake.tsv.it with Microsoft Mail id <01C48E26.52B96640@earthquake.tsv.it>; Mon, 30 Aug 2004 00:14:32 +0200 Message-ID: <01C48E26.52B96640@earthquake.tsv.it> From: Andrea Franceschini To: "'freebsd-questions@freebsd.org'" Subject: PPPD + PAM Date: Sun, 29 Aug 2004 21:26:38 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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="*" passwo rd="*"] Aug 29 18:22:06 volcano pppd[1643]: unable to resolve symbol: pam_sm_open_sessio n Aug 29 18:22:06 volcano pppd[1643]: unable to resolve symbol: pam_sm_close_sessi on 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 majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message