浏览代码

2019-10-24 / Folus Wen

Actions:
1. Add auth file to EVSE/rootfs/etc/ppp for pppd pap/chap authorization.
2. EVSE/rootfs/root/ppp/ppp-on-dialer script disable user & password input step.
3. EVSE/rootfs/etc/ppp/options modify content for pap/chap authorization.

Files:
1. As follow commit history.
FolusWen 5 年之前
父节点
当前提交
84facb3e49
共有 4 个文件被更改,包括 3 次插入2 次删除
  1. 二进制
      EVSE/Projects/AW-Regular/Images/ramdisk.gz
  2. 0 0
      EVSE/rootfs/etc/ppp/auth
  3. 1 0
      EVSE/rootfs/etc/ppp/options
  4. 2 2
      EVSE/rootfs/root/ppp/ppp-on-dialer

二进制
EVSE/Projects/AW-Regular/Images/ramdisk.gz


+ 0 - 0
EVSE/rootfs/etc/ppp/auth


+ 1 - 0
EVSE/rootfs/etc/ppp/options

@@ -0,0 +1 @@
++ua	/etc/ppp/auth

+ 2 - 2
EVSE/rootfs/root/ppp/ppp-on-dialer

@@ -75,6 +75,6 @@ exec /root/ppp/chat -v						\
 	TIMEOUT         22 		                \
 	SAY             "\nwaiting for connect...\n"    \
         CONNECT		""				\
-	ogin:--ogin:	$ACCOUNT			\
-	assword:	$PASSWORD
+	#ogin:--ogin:	$ACCOUNT			\
+	#assword:	$PASSWORD
 fi