369N/A#
369N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
369N/A#
369N/A# Copyright (c) 2009 Sun Microsystems Inc. All Rights Reserved
369N/A#
369N/A# The contents of this file are subject to the terms
369N/A# of the Common Development and Distribution License
369N/A# (the License). You may not use this file except in
369N/A# compliance with the License.
369N/A#
369N/A# You can obtain a copy of the License at
369N/A# https://opensso.dev.java.net/public/CDDLv1.0.html or
369N/A# opensso/legal/CDDLv1.0.txt
369N/A# See the License for the specific language governing
369N/A# permission and limitations under the License.
369N/A#
369N/A# When distributing Covered Code, include this CDDL
369N/A# Header Notice in each file and include the License file
369N/A# at opensso/legal/CDDLv1.0.txt.
369N/A# If applicable, add the following below the CDDL Header,
5680N/A# with the fields enclosed by brackets [] replaced by
5680N/A# your own identifying information:
5622N/A# "Portions Copyrighted [year] [name of copyright owner]"
369N/A#
5706N/A# $Id: amAuthHOTP.properties,v 1.2 2009/12/11 01:43:23 goodearth Exp $
5680N/A
369N/A# Portions Copyrighted 2012-2014 ForgeRock, Inc.
369N/A# Portions Copyrighted 2012 Open Source Solution Technology Corporation
5706N/A
844N/A
5706N/Aonlinehelp.doc=hotp.html
5706N/Aauthentication=Authentication Modules
5622N/AsunAMAuthHOTPServiceDescription=HOTP
369N/Aa500=Authentication Level
5680N/Aa500.help=The authentication level associated with this module.
369N/Aa500.help.txt=Each authentication module has an authentication level that can be used to indicate the level of security \
369N/Aassociated with the module; 0 is the lowest (and the default).
369N/Aa501=SMS Gateway Implementation Class
5680N/Aa501.help=The HOTP authentication module uses this class to send SMS messages.
369N/Aa501.help.txt=The SMS gateway class must implement the following interface<br/><br/>\
369N/A<code>com.sun.identity.authentication.modules.hotp.SMSGateway</code>
5680N/Aa502=Mail Server Host Name
5680N/Aa502.help=The name of the mail server; OpenAM will use SMTP to send the messages.
5680N/Aa503=Mail Server Host Port
5680N/Aa503.help=The port of the mail server.
5680N/Aa503.help.txt=The default port for SMTP is 25, if using SSL the default port is 465.
5680N/Aa504=Mail Server Authentication Username
369N/Aa504.help=The username to use if the mail server is using SMTP authentication
369N/Aa505=Mail Server Authentication Password
5680N/Aa505.help=The password to use if the mail server is using SMTP authentication
5680N/Aa506=Mail Server Secure Connection
5680N/Aa506.help=This setting controls whether the authentication module communicates with the mail server using SSL/TLS
369N/Aa5061=Email From Address
369N/Aa5061.help=Emails from the HOTP Authentication module will come from this address.
369N/Aa507=One Time Password Validity Length
5680N/Aa507.help=This One Time Password will remain valid for this period (in minutes)
5680N/Aa508=One Time Password Length
5680N/Aa508.help=The length of the generated One Time Password (in digits)
369N/Aa509=One Time Password Delivery
369N/Aa509.help=The mechanism used to deliver the One Time Password
5680N/Aa510=Mobile Phone Number Attribute Name
5680N/Aa510.help=This is the attribute name used for a requested text message
5680N/Aa511=Mobile Carrier Attribute Name
5680N/Aa511.help=This setting establishes the carrier used to send text messages
369N/Aa511.help.txt=The code is different for each carrier. For example, if you will use Verizon as your carrier, you would enter @vtext.com or vtext.com in this field. Contact your carrier to find out the specific code should be used and find out whether they require country codes for the service.
369N/Aa512=Email Attribute Name
5680N/Aa512.help=This is the attribute name used by the OTP to email the user
5680N/Aa520=Auto Send OTP Code
5680N/Aa520.help=Select this checkbox if the OTP should be sent automatically
5680N/Assl=SSL/TLS
3477N/Anonssl=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. Please contact the system administrator.
send.success=Please enter your One Time Password, or request a new one
i18nTrue=true
i18nFalse=false