发表于 2019-1-27 11:21:43

OPEN ***配置DKEY动态口令认证

STEP 1 : 根据标准教程配置Open***  
  STEP 2 : 在http://www.nongnu.org/radiusplugin/下载radiusplugin_v2.0c.tar.gz,解压后make,编译得到radiusplugin.so,并将radiusplugin.cnf和radiusplugin.so复制到/etc/open***目录
  
  STEP 3:修改radiusplugin.cnf,添加/修改server段:
  server
  {
  # The UDP port for radius accounting.
  acctport=1812
  # The UDP port for radius authentication.
  authport=1812
  # The name or ip address of the radius server.
  name=220.232.120.31
  # How many times should the plugin send the if there is no response?
  retry=2
  # How long should the plugin wait for a response?
  wait=10
  # The shared secret.
  sharedsecret=dkeytesting
  }
  acctport和authport应设为同一地址。
  name应设为宁盾动态身份认证服务器的地址。
  sharedsecret应与认证服务器中的“密钥”匹配:
http://www.ndkey.com.cn/images/Solution/agent_edit.JPG
  
  STEP 4:修改server.conf,添加;

页: [1]
查看完整版本: OPEN ***配置DKEY动态口令认证