AuthMechanism Property
The authentication mechanism to be used when connecting to the RADIUS server.
Object Oriented Interface
public function getAuthMechanism(); public function setAuthMechanism($value);
Procedural Interface
ipworksauth_radius_get($res, 5 ); ipworksauth_radius_set($res, 5, $value );
Default Value
0
Remarks
This property defines the authentication mechanism used when connecting to the RADIUS server. Possible values are:
- 0 (amMSCHAPv2)
- 1 (amPAP)
Data Type
Integer