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