otp-ov-plugin

Name

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

Synopsis

otp-ov-plugin [-?hv] [-o otpdb_fname] [-V service_name] [-w otp_window]

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

Help

-o, --otp-db= otpdb_pathname

Pathname of OTP database.

-u, --otp-allow-unknown-user

Allow users which do not exist in the OTP database to successfully authenticate without using a One Time Password.

-V, --service-name= service_name

Set service name for send-token function.

-v, --verbose

Verbose

-w, --otp-challenge-window=

Set the OTP challenge window.

--version

Display software version.

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)