Pluggable Authentication Modules (PAM)

To use a Pluggable Authentication Module (PAM) service for client-server authentication you must rewrite your client application so that it registers a callback function. The callback function must support any challenge-response mechanisms of the PAM service you intend to use.

The demonstration program pamdemo.ec is provided as an example of the use of a callback function.