aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael K. Johnson <johnsonm@redhat.com>1999-11-08 18:51:36 +0000
committerMichael K. Johnson <johnsonm@redhat.com>1999-11-08 18:51:36 +0000
commit61c216e3798661b2b305f492b28eddaabe52e78b (patch)
tree7247c9a674e978c5c5657090b64fd14c3aa5dcfe
parent59bca9c167ca2edad469ef6005a738e151e95efa (diff)
downloadinitscripts-61c216e3798661b2b305f492b28eddaabe52e78b.tar
initscripts-61c216e3798661b2b305f492b28eddaabe52e78b.tar.gz
initscripts-61c216e3798661b2b305f492b28eddaabe52e78b.tar.bz2
initscripts-61c216e3798661b2b305f492b28eddaabe52e78b.tar.xz
initscripts-61c216e3798661b2b305f492b28eddaabe52e78b.zip
try to make CHAP work in cases where it currently fails
-rwxr-xr-xsysconfig/network-scripts/ifup-ppp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysconfig/network-scripts/ifup-ppp b/sysconfig/network-scripts/ifup-ppp
index 1aaa04f0..201900b0 100755
--- a/sysconfig/network-scripts/ifup-ppp
+++ b/sysconfig/network-scripts/ifup-ppp
@@ -92,6 +92,7 @@ if [ -n "$WVDIALSECT" ] ; then
remotename $DEVICE ipparam $DEVICE \
${PPPOPTIONS} \
linkname $DEVICE \
+ noauth \
connect "/usr/bin/wvdial --remotename $DEVICE --chat $WVDIALSECT"
else
exec /usr/sbin/pppd -detach $opts $MODEMPORT $LINESPEED \