This module provides authentication of Vasco Digipass tokens from an
LDAP database. For more information, see
Vasco website . For
more information about details about Digipass tokens, how to obtain and
operate them, see
Section 3.64. <AuthBy SQLDIGIPASS>.
<AuthBy LDAPDIGIPASS>
requires an additional
Authen-Digipass module to be installed. The Authen-Digipass Perl module
provides access to the Vasco Controller software that does the
authentication of each token. Radiator includes pre-compiled binaries of
the Authen-Digipass module for Solaris, Linux, and Windows. The
Authen-Digipass module also includes the digipass.pl
command line application for administering Digipass tokens in SQL and LDAP
databases. See goodies/digipassinstall.txt
in your
distribution for details on how to install and test Authen-Digipass for
your platform.
<AuthBy LDAPDIGIPASS>
can be used to
authenticate the following protocols:
- PAP
- CHAP
- MSCHAP
- MSCHAPV2
- EAP-MSCHAPV2
- EAP-OTP
- EAP-GTC
<AuthBy LDAPDIGIPASS>
can be configured to
work in different LDAP environments and schemas. The example file
goodies/radiator-ldap.schema
has a sample LDAP schema
to hold Digipass token data. This schema is suitable for OpenLDAP and
other compatible LDAP servers. See the notes in the top of that file for
details on how to install the schema in your LDAP server, so that you can
use it to store Digipass token data. You can use
digipass.pl
program included in the Authen-Digipass
module to import token data into this example schema, and to assign them
to users, reset tokens, get detailed token information, and so on. By
default, <AuthBy LDAPDIGIPASS>
works with this
sample schema on a local LDAP database, but you can use the
<AuthBy LDAPDIGIPASS>
parameters to configure
it to work with other schemas and databases. There is also a sample
Radiator configuration file in
goodies/digipass_ldap.cfg
.
This clause supports all the common LDAP configuration parameters. For
more information about the LDAP configuration parameters, see
Section 3.9. LDAP configuration.