diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-11-20 15:28:06 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-11-20 15:28:06 +0400 |
commit | 26efe79ce312ab474d783980c0965031a5e8445d (patch) | |
tree | 77a3632fffd2c8b5e0ae473471541651ea13fe78 /README | |
parent | 6ca95447b6e539a867c8744b830acbde6c12d9a7 (diff) | |
download | accel-ppp-26efe79ce312ab474d783980c0965031a5e8445d.tar.gz accel-ppp-26efe79ce312ab474d783980c0965031a5e8445d.zip |
chap-secrets: implemented encryption
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -153,6 +153,15 @@ snmpset -m +ACCEL-PPP-MIB -v 2c -c local 127.0.0.1 ACCEL-PPP-MIB::termByUsername snmpset -m +ACCEL-PPP-MIB -v 2c -c local 127.0.0.1 ACCEL-PPP-MIB::cli.0 = "shaper change all 1024 temp" +chap-secrets encryption +----------------------- +To enable chap-secrets encryption ablity accel-ppp must be compiled with -DCRYPTO=OPENSSL (which is default). +Username field may be kept as cleartext or hashed through some hash chain. To specify hash chain use username-hash option. +For example, username-hash=md5,sha1 means hash username through md5 and then binary result hash through sha1. +Username have to be specified as hexadecimal dump of digest result. +Password field have to be encrypted using smbencrypt (NT Hash part). +Encryption is incompatible with auth_chap_md5 module. + Warning !!! ----------- |