From owner-freebsd-current Sun Aug 29 9:57:36 1999 Delivered-To: freebsd-current@freebsd.org Received: from lyra.tiscalinet.it (lyra.tiscalinet.it [195.130.224.60]) by hub.freebsd.org (Postfix) with ESMTP id 24B1C157FA for ; Sun, 29 Aug 1999 09:57:29 -0700 (PDT) (envelope-from knute@tiscalinet.it) Received: from heartquake.tsv.it (rm2-319.tiscalinet.it [212.123.83.65]) by lyra.tiscalinet.it (8.8.8+Sun/8.8.8) with ESMTP id SAA04101 for ; Sun, 29 Aug 1999 18:57:27 +0200 (MET DST) Message-Id: <199908291657.SAA04101@lyra.tiscalinet.it> From: "Andre" To: Subject: PPPD 2.3.9 + PAM Date: Sun, 29 Aug 2004 20:58:45 +0200 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@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="*" 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message