[pptp-server] Can server _require_ encryption?
Toktar, Emir
EMIR.TOKTAR at bra.xerox.com
Tue Aug 31 17:57:20 CDT 1999
In [options] file there is any syntax that could be set.
Look file ~/ppp-2.3.8/ppp/auth.c
~/ppp-2.3.8/ppp/auth.c
...
...
...
/*
* Authentication-related options.
*/
option_t auth_options[] = {
{ "require-pap", o_bool, &lcp_wantoptions[0].neg_upap,
"Require PAP authentication from peer", 1, &auth_required },
{ "+pap", o_bool, &lcp_wantoptions[0].neg_upap,
"Require PAP authentication from peer", 1, &auth_required },
{ "refuse-pap", o_bool, &refuse_pap,
"Don't agree to auth to peer with PAP", 1 },
{ "-pap", o_bool, &refuse_pap,
"Don't allow PAP authentication with peer", 1 },
{ "require-chap", o_bool, &lcp_wantoptions[0].neg_chap,
"Require CHAP authentication from peer", 1, &auth_required },
{ "+chap", o_bool, &lcp_wantoptions[0].neg_chap,
"Require CHAP authentication from peer", 1, &auth_required },
{ "refuse-chap", o_bool, &refuse_chap,
"Don't agree to auth to peer with CHAP", 1 },
{ "-chap", o_bool, &refuse_chap,
"Don't allow CHAP authentication with peer", 1 },
{ "name", o_string, our_name,
"Set local name for authentication",
OPT_PRIV|OPT_STATIC, NULL, MAXNAMELEN },
{ "user", o_string, user,
"Set name for auth with peer", OPT_STATIC, NULL, MAXNAMELEN },
{ "usehostname", o_bool, &usehostname,
"Must use hostname for authentication", 1 },
...
...
...
...
...
...
Emir Toktar
emir.toktar at bra.xerox.com
toktar at per.com.br
toktar at ppgia.pucpr.br
-----Original Message-----
From: Michael St. Laurent [mailto:rowl at earthcorp.com]
Sent: Tuesday, August 31, 1999 2:04 PM
To: pptp-server at lists.schulte.org
Subject: [pptp-server] Can server _require_ encryption?
I have pptp working with encryption (!!!_party_!!!) What I need to do now
is configure the server to inisist on data encryption. I know this can be
set on the clients but I don't trust our users to not screw it up. Is
there some way to set the server to reject any connection attempt that will
not agree to data encryption?
--------------------
Michael St. Laurent
Hartwell Corporation
_______________________________________________
pptp-server maillist - pptp-server at lists.schulte.org
http://lists.schulte.org/mailman/listinfo/pptp-server
List services provided by www.schulte.org!
More information about the pptp-server
mailing list