Exemplo n.º 1
0
 /**
  * Constructor
  *
  * Generates the 16 Bytes peer and authentication challenge
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->generateChallenge('peerChallenge', 16);
     $this->generateChallenge('authChallenge', 16);
 }
Exemplo n.º 2
0
 public function __construct()
 {
     //$this->Crypt_CHAP_MSv1();  // removed for dapphp/radius
     parent::__construct();
     $this->generateChallenge('peerChallenge', 16);
     $this->generateChallenge('authChallenge', 16);
 }