Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Authentication Protocal
Name: k_semler Date: July 21, 2002 at 22:16:26 Pacific
Comment:
I have just changed over from Suse 8.0 to Mandrake 8.1. The reason I did this was because of hardware issues with Suse 8. Everything is working fine in Mandrake. The RPM installation of the Modem driver was effortless. My modem now works properly. I am still having difficulty connecting to my ISP in linux however. Their AP is PPP, and I am only shown with the options for these protocals: PAP, CHAP, Terminal based, Script based, and PAP/CHAP. My ISP only recognizes PPP. How can I enable this authenication scheme? Please help. Thank you.
PPP isn't an authentication scheme, it's a protocol for establishing an ip link between two hosts over an arbitrary line. PPP doesn't have any authentication mechanism "built in", but relies on certain other protocols to do that, such as pap and chap. Most providers support both protocols, but chap is the more widely used one (as it is more secure, and win uses it as well by default). So, try chap.
0
Response Number 2
Name: k_semler Date: July 22, 2002 at 12:53:31 Pacific
Reply:
OK, thanks. I will try that tonight. I am new to linux, so Im propably rather ignorant about the Linux OS. Thanks for your help.
Summary: I think there is an option for NIS server authentication. I will recommend to install swat to configure samba and then you can click in the help for every item and see what to enter there. I've seen t...
Summary: I'd like to know how to use CGI form to enter username and password, the PHP script on server side can authenticate users. The php code I wrote can authenticate users after enter username/password on ...
Summary: HELP! I'm trying to integrate RedHat Linux 7.2 into a W2k-based network by authenticate against an Active Directory server and having it get passwd and group information from Active Directory as wel...