amAuthHOTP.properties revision edcecc34b338315cba46958308ff949f497e5ccb
731cc132f22dbc9e0ecd7035dce314a61076d31bAutomatic Updater# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Copyright (c) 2009 Sun Microsystems Inc. All Rights Reserved
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington# The contents of this file are subject to the terms
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington# of the Common Development and Distribution License
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# (the License). You may not use this file except in
8a66318e41ed14c5a88130e8c362610e8faa2121Mark Andrews# compliance with the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# You can obtain a copy of the License at
8a66318e41ed14c5a88130e8c362610e8faa2121Mark Andrews# https://opensso.dev.java.net/public/CDDLv1.0.html or
8a66318e41ed14c5a88130e8c362610e8faa2121Mark Andrews# See the License for the specific language governing
8a66318e41ed14c5a88130e8c362610e8faa2121Mark Andrews# permission and limitations under the License.
c6c78f699b55b3344fb6b17ddc854cbae4610468Automatic Updater# When distributing Covered Code, include this CDDL
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Header Notice in each file and include the License file
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# If applicable, add the following below the CDDL Header,
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# with the fields enclosed by brackets [] replaced by
e21a2904f02a03fa06b6db04d348f65fe9c67b2bMark Andrews# your own identifying information:
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# "Portions Copyrighted [year] [name of copyright owner]"
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# $Id: amAuthHOTP.properties,v 1.2 2009/12/11 01:43:23 goodearth Exp $
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Portions Copyrighted 2012-2013 ForgeRock Inc
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Portions Copyrighted 2012 Open Source Solution Technology Corporation
731cc132f22dbc9e0ecd7035dce314a61076d31bAutomatic Updaterauthentication=Authentication Modules
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinsunAMAuthHOTPServiceDescription=HOTP
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina500=Authentication Level
731cc132f22dbc9e0ecd7035dce314a61076d31bAutomatic Updatera500.help=The authentication level associated with this module.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina500.help.txt=Each authentication module has an authentication level that can be used to indicate the level of security \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinassociated with the module; 0 is the lowest (and the default).
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina501=SMS Gateway Implementation Class
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina501.help=The HOTP authentication module uses this class to send SMS messages.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina501.help.txt=The SMS gateway class must implement the following interface<br/><br/>\
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<code>com.sun.identity.authentication.modules.hotp.SMSGateway</code>
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina502=Mail Server Host Name
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina502.help=The name of the mail server; OpenAM will use SMTP to send the messages.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina503=Mail Server Host Port
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina503.help=The port of the mail server.
731cc132f22dbc9e0ecd7035dce314a61076d31bAutomatic Updatera503.help.txt=The default port for SMTP is 25, if using SSL the default port is 465.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina504=Mail Server Authentication Username
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina504.help=The username to use if the mail server is using SMTP authentication
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina505=Mail Server Authentication Password
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina505.help=The password to use if the mail server is using SMTP authentication
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina506=Mail Server Secure Connection
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina506.help=This setting controls whether the authentication module communicates with the mail server using SSL/TLS
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina5061=Email From Address
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina5061.help=Emails from the HOTP Authentication module will come from this address.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina507=One Time Password Validity Length
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina507.help=This One Time Password will remain valid for this period (in minutes)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina508=One Time Password Length
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina508.help=The length of the generated One Time Password (in digits)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina509=One Time Password Delivery
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina509.help=The mechanism used to deliver the One Time Password
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina520=Auto Send OTP Code
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina520.help=Select this checkbox if the OTP should be sent automatically
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinboth=SMS and E-mail
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinauthFailed=Authentication Failed
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinincorrectState=Incorrect State
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinmessageSubject=OpenAM One Time Password
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinmessageContent=Your OpenAM One Time Password:
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinsend.failure=An error occurred while sending the One Time Password. Please contact the system administrator.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinsend.success=Please enter your One Time Password, or request a new one
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeini18nTrue=true
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeini18nFalse=false
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina510=Mobile Phone Number Attribute Name
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina511=Mobile Carrier Attribute Name
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina512=Email Attribute Name