How to Install and Uninstall apache2-mod_authn_otp Package on openSUSE Leap

Last updated: May 15,2024

1. Install "apache2-mod_authn_otp" package

This is a short guide on how to install apache2-mod_authn_otp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install apache2-mod_authn_otp

2. Uninstall "apache2-mod_authn_otp" package

Learn how to uninstall apache2-mod_authn_otp on openSUSE Leap:

$ sudo zypper remove apache2-mod_authn_otp

3. Information about the apache2-mod_authn_otp package on openSUSE Leap

Information for package apache2-mod_authn_otp:
----------------------------------------------
Repository : Main Repository
Name : apache2-mod_authn_otp
Version : 1.1.10-bp155.1.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 75.5 KiB
Installed : No
Status : not installed
Source package : apache2-mod_authn_otp-1.1.10-bp155.1.9.src
Upstream URL : https://github.com/archiecobbs/mod-authn-otp
Summary : Apache module for one-time password authentication
Description :
mod_authn_otp is an Apache web server module for two-factor authentication
using one-time passwords (OTP) generated via the HOTP/OATH algorithm
defined in RFC 4226. This creates a simple way to protect a web site with
one-time passwords, using any RFC 4226-compliant hardware or software
token device. mod_authn_otp also supports the Mobile-OTP algorithm.
mod_authn_otp supports both event and time based one-time passwords. It
also supports "lingering" which allows the repeated re-use of a previously
used one-time password up to a configurable maximum linger time. This
allows one-time passwords to be used directly in HTTP authentication
without forcing the user to enter a new one-time password for every
page load.
mod_authn_otp supports both basic and digest authentication, and will
auto-synchronize with the user's token within a configurable maximum
offset (auto-synchronization is not supported with digest authentication).
mod_authn_otp is especially useful for setting up protected web sites
that require more security than simple username/password authentication
yet also don't require users to install special VPN software, and is
compatible with software tokens that run on cell phones.
Also included are two command line utilities, otptool and genotpurl.
otptool is a one-time password command line utility. It can be used
on a simple call-out basis to integrate two-factor authentication
into any existing authentication solution. genotpurl generates URLs
for the Google Authenticator app.