otp-ov-plugin

Name

otp-ov-plugin -- OpenVPN plug-in authentication module for OTP database.

Synopsis

otp-ov-plugin [-?hv] [-o otpdb_fname]

DESCRIPTION

The otp-ov-plugin command is plug-in authentication module for OpenVPN authenticating to the OTP database. The username and password (challenge response) are passed via environment variables user and pass. A successful authentication will set a return code of 0, authentication failure 1, and program failure -1.

OPTIONS

-h

Help

-o otpdb_pathname

Pathname of OTP database.

-v

Verbose

EXAMPLES

Test the module with user bob.

export user="bob"

export pass="882B0E8410"

otp-ov-plugin; echo $?

1

AUTHOR

Mark Fullmer

SEE ALSO

otp-sca(1) otp-sct(1) otp-control(1) pam_otp(1) htsoft-downloader(1) urd(1) bcload(1) OpenVPN(8) spyrus-par2(7)