amAuthHOTP.properties revision afec5c8837fd153ae5a8d9bbc13629400414e7e4
803N/A#
803N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
910N/A#
803N/A# Copyright (c) 2009 Sun Microsystems Inc. All Rights Reserved
803N/A#
803N/A# The contents of this file are subject to the terms
919N/A# of the Common Development and Distribution License
919N/A# (the License). You may not use this file except in
919N/A# compliance with the License.
919N/A#
919N/A# You can obtain a copy of the License at
919N/A# https://opensso.dev.java.net/public/CDDLv1.0.html or
919N/A# opensso/legal/CDDLv1.0.txt
919N/A# See the License for the specific language governing
919N/A# permission and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL
919N/A# Header Notice in each file and include the License file
919N/A# at opensso/legal/CDDLv1.0.txt.
919N/A# If applicable, add the following below the CDDL Header,
919N/A# with the fields enclosed by brackets [] replaced by
919N/A# your own identifying information:
919N/A# "Portions Copyrighted [year] [name of copyright owner]"
803N/A#
803N/A# $Id: amAuthHOTP.properties,v 1.2 2009/12/11 01:43:23 goodearth Exp $
803N/A
803N/A# Portions Copyrighted 2012 ForgeRock Inc
803N/A# Portions Copyrighted 2012 Open Source Solution Technology Corporation
803N/A
803N/A
803N/Aonlinehelp.doc=hotp.html
803N/Aauthentication=Authentication Modules
803N/AsunAMAuthHOTPServiceDescription=HOTP
803N/Aa500=Authentication Level
803N/Aa500.help=The authentication level associated with this module.
803N/Aa500.help.txt=Each authentication module has an authentication level that can be used to indicate the level of security \
803N/Aassociated with the module; 0 is the lowest (and the default).
803N/Aa501=SMS Gateway Implementation Class
910N/Aa501.help=The HOTP authentication module uses this class to send SMS messages.
803N/Aa501.help.txt=The SMS gateway class must implement the following interface<br/><br/>\
803N/A<code>com.sun.identity.authentication.modules.hotp.SMSGateway</code>
803N/Aa502=Mail Server Host Name
803N/Aa502.help=The name of the mail server; OpenAM will use SMTP to send the messages.
803N/Aa503=Mail Server Host Port
803N/Aa503.help=The port of the mail server.
803N/Aa503.help.txt=The default port for SMTP is 25, if using SSL the default port is 465.
803N/Aa504=Mail Server Authentication Username
803N/Aa504.help=The username to use if the mail server is using SMTP authentication
910N/Aa505=Mail Server Authentication Password
803N/Aa505.help=The password to use if the mail server is using SMTP authentication
803N/Aa506=Mail Server Secure Connection
803N/Aa506.help=This setting controls whether the authentication module communicates with the mail server using SSL/TLS
a5061=Email From Address
a5061.help=Emails from the HOTP Authentication module will come from this address.
a507=One Time Password Validity Length
a507.help=This One Time Password will remain valid for this period (in minutes)
a508=One Time Password Length
a508.help=The length of the generated One Time Password (in digits)
a509=One Time Password Delivery
a509.help=The mechanism used to deliver the One Time Password
a520=Auto Send OTP Code
a520.help=Select this checkbox if the OTP should be sent automatically
ssl=SSL/TLS
nonssl=Non SSL/TLS
6digits=6
8digits=8
sms=SMS
email=E-mail
both=SMS and E-mail
authFailed=Authentication Failed
incorrectState=Incorrect State
messageSubject=OpenAM One Time Password
messageContent=Your OpenAM One Time Password :
send.failure=An error occurred while sending the One Time Password code, please contact the system administrator
send.success=Please type in your One Time Password:
i18nTrue=true
i18nFalse=false
a510=Mobile Phone Number Attribute Name
a511=Mobile Carrier Attribute Name
a512=Email Attribute Name