amAuthNT.properties revision 6d579da0e4bae9a68e250732e3da0ed723fb7fea
990d0e893f5b70e735cdf990af66e9ec6e91fa78Tinderbox User# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# The contents of this file are subject to the terms
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# of the Common Development and Distribution License
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# (the License). You may not use this file except in
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# compliance with the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# You can obtain a copy of the License at
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# https://opensso.dev.java.net/public/CDDLv1.0.html or
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# See the License for the specific language governing
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# permission and limitations under the License.
ea94d370123a5892f6c47a97f21d1b28d44bb168Tinderbox User# 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]"
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# $Id: amAuthNT.properties,v 1.2 2008/06/25 05:40:35 qcheng Exp $
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Portions Copyrighted 2011 ForgeRock AS
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinauthentication=Authentication
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeiniplanet-am-auth-nt-service-description=Windows NT
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinNTUserIdNull=Windows NT user ID login is null.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinNTUsernameNotASCII=Windows NT user name must be in ASCII.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinNTPasswordNotASCII=Windows NT password must be in ASCII.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinNTHostnameNotASCII=Windows NT host name must be in ASCII.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinNTDomainnameNotASCII=Windows NT domain name must be in ASCII.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinNTInputNotASCII=Windows NT input must be in ASCII.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina101=Authentication Domain
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina101.help=The name of the Windows Domain used for authentication
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina102=Authentication Host
e4a70b8fdfc5d2db2d992d884327a1e1fec67a07Tinderbox Usera102.help=The name of the Windows NT Domain Controller.
990d0e893f5b70e735cdf990af66e9ec6e91fa78Tinderbox Usera103=Samba Configuration File Name
75c0816e8295e180f4bc7f10db3d0d880383bc1cMark Andrewsa103.help=The path to the Samba configuration file.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina103.help.txt=The Windows NT authentication module uses the <code>smbclient</code> command to validate the user credentials against \
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeinthe Windows domain controller. <br/><br/>\
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinFor example: <code>/opt/openam/smb.conf</code><br/><br/>\
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein<i>NB </i>The <code>smbclient</code> command must be available in the <code>PATH</code> environmental variable associated with OpenAM.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina104=Authentication Level
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina104.help=The authentication level associated with this module.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austeina104.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).
e4a70b8fdfc5d2db2d992d884327a1e1fec67a07Tinderbox UserNTFailedToGetServiceSchema=Windows NT error: failed to get service schema.
e4a70b8fdfc5d2db2d992d884327a1e1fec67a07Tinderbox UserNTFailedToGetResourceBundle=Windows NT error: failed to get resource bundle.
e4a70b8fdfc5d2db2d992d884327a1e1fec67a07Tinderbox UserAccessDeny=Access denied.
e4a70b8fdfc5d2db2d992d884327a1e1fec67a07Tinderbox UserNTSMB=Windows NT Authentication initialization failed.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinNTSMBFile=The smbclient file was not found.
e4a70b8fdfc5d2db2d992d884327a1e1fec67a07Tinderbox UserNTSMBUsage=An smbclient usage error occurred.
e4a70b8fdfc5d2db2d992d884327a1e1fec67a07Tinderbox UserNTSMBTimeout=An smbclient timeout error occurred.
e4a70b8fdfc5d2db2d992d884327a1e1fec67a07Tinderbox UserNTLoginFailed=NT Login Failed
e4a70b8fdfc5d2db2d992d884327a1e1fec67a07Tinderbox UserNTAuthFailed=Windows NT authentication failed.
e4a70b8fdfc5d2db2d992d884327a1e1fec67a07Tinderbox UserUserIderror=User ID and password cannot be null.
e4a70b8fdfc5d2db2d992d884327a1e1fec67a07Tinderbox UserPassworderror=User ID and password cannot be null.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinHosterror=Windows NT Host cannot be null.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinDomainerror=Windows NT domain and host cannot be null.