amAuthDevicePrintModule.properties revision 1067e734d6cec73ee954f2e43c1bba0e09d267cf
1337N/A#
1337N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1337N/A#
1337N/A# Copyright (c) 2009 Sun Microsystems Inc. All Rights Reserved
1337N/A#
1337N/A# The contents of this file are subject to the terms
1337N/A# of the Common Development and Distribution License
1337N/A# (the License). You may not use this file except in
1337N/A# compliance with the License.
1337N/A#
1337N/A# You can obtain a copy of the License at
1337N/A# https://opensso.dev.java.net/public/CDDLv1.0.html or
1337N/A# opensso/legal/CDDLv1.0.txt
1337N/A# See the License for the specific language governing
1337N/A# permission and limitations under the License.
1337N/A#
1337N/A# When distributing Covered Code, include this CDDL
1337N/A# Header Notice in each file and include the License file
1337N/A# at opensso/legal/CDDLv1.0.txt.
1337N/A# If applicable, add the following below the CDDL Header,
1337N/A# with the fields enclosed by brackets [] replaced by
1337N/A# your own identifying information:
3744N/A# "Portions Copyrighted [year] [name of copyright owner]"
1337N/A#
1337N/A# Portions Copyrighted 2011 ForgeRock AS
1337N/A#
1337N/A
1337N/A#
1337N/A# Portions Copyrighted 2013 Syntegrity.
1337N/A# Portions Copyrighted 2013 ForgeRock Inc.
1337N/A#
1337N/A
1337N/Adevice-print-service-description=Device Print
1337N/Aa000=Authentication Level
1337N/Aa000.help=The authentication level associated with this module.
1337N/Aa000.help.txt=Each authentication module has an authentication level that can be used to indicate the level of security \
1337N/Aassociated with the module; 0 is the lowest (and the default).
2899N/Aa001=Profile expiration days
2899N/Aa001.help=Profile will be removed when exceed this time period
2818N/Aa002=Maximum stored profile quantity
2899N/Aa002.help=No more than specified profiles quantity will be stored in user record
2818N/Aa004=Automatically store new profiles
1337N/Aa004.help=Select this checkbox to assume user consent to store every new profile
1337N/Aa004.help.txt=If this checkbox is selected user won't be prompted for storing new profiles. After successful OTP confirmation profile will be stored automatically.
1337N/Aa005=Default user profile name
1337N/Aa006=Persistent cookie expire time in days
1699N/Aa006.help=Persistent cookie will be replaced with the new one after this time period
2790N/Aa007=Persistent cookie penalty points
1699N/Aa007.help=Penalty points added when current cookie doesn't match stored cookie
1699N/Aa007.help.txt=Stored cookie value is generated separately for each browser which was used as client. Thanks to flash cookie all browsers with installed flash plugin share the same cookie, thus penalty points won't be added if the user uses other browser with flash plugin installed on the same device. Penalty points will be added to the final result if value current value is missing whereas in the corresponding stored value is present or current value differs from the corresponding stored value
3744N/Aa009=User agent penalty points
3744N/Aa009.help=Penalty points added when current user agent doesn't match stored user agent
3744N/Aa009.help.txt=Entire user agent values are compared without parsing it. Keep in mind that even change of browser version will trigger that. Penalty points will be added to the final result if value current value is missing whereas in the corresponding stored value is present or current value differs from the corresponding stored value
3744N/Aa010=Installed fonts penalty points
3744N/Aa010.help=Penalty points added when current installed fonts don't match stored value
3744N/Aa010.help.txt=Entire installed fonts attribute values are compared without parsing it. Keep in mind that even adding one new font will trigger that. Penalty points will be added to the final result if value current value is missing whereas in the corresponding stored value is present or current value differs from the corresponding stored value
3744N/Aa011=Installed plugins penalty points
3744N/Aa011.help=Penalty points added when current installed plugins don't match stored value
3744N/Aa011.help.txt=Entire installed plugins attribute values are compared without parsing it. Keep in mind that even adding one new plugin will trigger that. Penalty points will be added to the final result if value current value is missing whereas in the corresponding stored value is present or current value differs from the corresponding stored value
3744N/Aa012=Screen color depth penalty points
3744N/Aa012.help=Penalty points added when current screen color depth doesn't match stored value
3744N/Aa012.help.txt=Penalty points will be added to the final result if value current value is missing whereas in the corresponding stored value is present or current value differs from the corresponding stored value
3744N/Aa013=Screen resolution penalty points
3744N/Aa013.help=Penalty points added when current screen resolution doesn't match stored value
3744N/Aa013.help.txt=Penalty points will be added to the final result if value current value is missing whereas in the corresponding stored value is present or current value differs from the corresponding stored value
3744N/Aa014=Timezone penalty points
3744N/Aa014.help=Penalty points added when current time zone doesn't match stored value
3744N/Aa014.help.txt=Penalty points will be added to the final result if value current value is missing whereas in the corresponding stored value is present or current value differs from the corresponding stored value
3744N/Aa015=Allowed location range
3744N/Aa015.help=Tolerable range expressed in miles
3744N/Aa015.help.txt=User can be at most X miles away from the point stored in the profile
1938N/Aa016=User-Agent version ignore
1699N/Aa016.help=If differences in versions should be ignored during comparison
2790N/Aa016.help.txt=If not set, any change in e.g. version of browser will mark browser as different
1337N/Aa017=Max number of tolerated different installed fonts
2790N/Aa018=Max tolerated percentage difference between installed fonts
1337N/Aa019=Max number of tolerated different installed plugins
2790N/Aa020=Max tolerated percentage difference between installed plugins
1337N/Aa021=Persistent cookie required
2790N/Aa022=User agent required
1337N/Aa023=Installed plugins required
1337N/Aa024=Installed fonts required
a025=Localization required
a026=Screen parameters required
a027=Time zone required
a028=Location penalty points
a028.help=Penalty points added when current location doesn't match stored value
a028.help.txt=Penalty points will be added to the final result if value current value is missing whereas in the corresponding stored value is present or current value differs from the corresponding stored value
otpinvalid=The OTP code enter is not correct.
otpcallbackconfirmationunknown=Unknown confirmation choice.
invalidauthstate=Invalid Authentication State.
# HOTP Attributes
a501=SMS Gateway Implementation Class
a501.help=The HOTP authentication module uses this class to send SMS messages.
a501.help.txt=The SMS gateway class must implement the following interface<br/><br/>\
<code>com.sun.identity.authentication.modules.hotp.SMSGateway</code>
a502=Mail Server Host Name
a502.help=The name of the mail server; OpenAM will use SMTP to send the messages.
a503=Mail Server Host Port
a503.help=The port of the mail server.
a503.help.txt=The default port for SMTP is 25, if using SSL the default port is 465.
a504=Mail Server Authentication Username
a504.help=The username to use if the mail server is using SMTP authentication
a505=Mail Server Authentication Password
a505.help=The password to use if the mail server is using SMTP authentication
a506=Mail Server Secure Connection
a506.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