dynalogin 1.0.0-3 source package in Ubuntu

Changelog

dynalogin (1.0.0-3) unstable; urgency=low


  * Add missing build-dep libpam-dev (Closes: #707037)

 -- Daniel Pocock <email address hidden>  Tue, 07 May 2013 08:32:49 +0200

Upload details

Uploaded by:
Debian Authentication Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Authentication Maintainers
Architectures:
any all
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dynalogin_1.0.0-3.dsc 2.3 KiB 5b46c3223ad98a056a92f8c17d3b54f030692717097a432b7e1d55eadb2bb651
dynalogin_1.0.0.orig.tar.gz 372.2 KiB e19b4058dda4585d5c0e390f878f65a30d9350afd81f0e9e8a7a6ec1ed6f96e9
dynalogin_1.0.0-3.diff.gz 4.9 KiB f9d7d5fcba771fcfa71a25216015c98c95dfa4f7e11ede7af05e2da98af53136

Available diffs

No changes file available.

Binary packages built by this source

dynalogin-client-php: No summary available for dynalogin-client-php in ubuntu saucy.

No description available for dynalogin-client-php in ubuntu saucy.

dynalogin-server: No summary available for dynalogin-server in ubuntu saucy.

No description available for dynalogin-server in ubuntu saucy.

libdynalogin-1-0: two-factor HOTP/TOTP authentication - implementation libs

 dynalogin is a two-factor authentication framework based on HOTP/TOTP
 (Open Authentication) algorithms. Dynalogin can store credentials in
 any database supported by UNIXODBC, which makes the solution
 robust and scalable. It can also store credentials in flat files
 if desired. dynalogin has been successfully integrated in solutions
 for OpenID, making it possible to use two-factor authentication with
 hundreds of other web applications and public web sites. There is a
 dynalogin soft-token for Android and it also works with Google
 Authenticator.
 .
 This library is used by a dynalogin authentication server or any other
 software component that wants to implement the HOTP/TOTP algorithm
 internally. The package also includes various storage modules (file
 storage and UNIXODBC) for retaining the user credentials and algorithm
 data.

libdynaloginclient-1-0: two-factor HOTP/TOTP authentication - implementation libs

 dynalogin is a two-factor authentication framework based on the HOTP/TOTP
 (Open Authentication) algorithms. Dynalogin can store credentials in
 any database supported by UNIXODBC, which makes the solution
 robust and scalable. It can also store credentials in flat files
 if desired. dynalogin has been successfully integrated in solutions
 for OpenID, making it possible to use two-factor authentication with
 hundreds of other web applications and public web sites. There is a
 dynalogin soft-token for Android and it also works with Google
 Authenticator.
 .
 This library is used by any application that wants to authenticate
 users against the dynalogin server. It is able to make the TLS
 connection to the dynalogin server and communicate requests and
 responses using the dynalogin wire protocol. It is used by
 pam_dynalogin.

libpam-dynalogin: two-factor HOTP/TOTP authentication - implementation libs

 dynalogin is a two-factor authentication framework based on the HOTP/TOTP
 (Open Authentication) algorithms. Dynalogin can store credentials in
 any database supported by UNIXODBC, which makes the solution
 robust and scalable. It can also store credentials in flat files
 if desired. dynalogin has been successfully integrated in solutions
 for OpenID, making it possible to use two-factor authentication with
 hundreds of other web applications and public web sites. There is a
 dynalogin soft-token for Android and it also works with Google
 Authenticator.
 .
 This PAM module allows authentication against a dynalogin server
 anywhere in the network.

simpleid-store-dynalogin: two-factor HOTP/TOTP authentication - OpenID provider

 dynalogin is a two-factor authentication framework based on the HOTP/TOTP
 (Open Authentication) algorithm. Dynalogin can store credentials in
 any database supported by UNIXODBC, which makes the solution
 robust and scalable. It can also store credentials in flat files
 if desired. dynalogin has been successfully integrated in solutions
 for OpenID, making it possible to use two-factor authentication with
 hundreds of other web applications and public web sites. There is a
 dynalogin soft-token for Android and it also works with Google
 Authenticator.
 .
 This package provides a datastore extension for the OpenID provider
 SimpleID, which is implemented entirely in PHP and has minimal other
 dependencies. The extension allows SimpleID users (configured in flat
 files) to authenticate against a dynalogin server.