📄 ldap.properties
字号:
# # ***** BEGIN LICENSE BLOCK *****# Version: MPL 1.1/GPL 2.0/LGPL 2.1## The contents of this file are subject to the Mozilla Public License Version# 1.1 (the "License"); you may not use this file except in compliance with# the License. You may obtain a copy of the License at# http://www.mozilla.org/MPL/## Software distributed under the License is distributed on an "AS IS" basis,# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License# for the specific language governing rights and limitations under the# License.## The Original Code is the mozilla.org LDAP XPCOM SDK.## The Initial Developer of the Original Code is# Netscape Communications Corporation.# Portions created by the Initial Developer are Copyright (C) 2000# the Initial Developer. All Rights Reserved.## Contributor(s):# Dan Mosedale <dmose@netscape.com> (Original Author)# Chuck Boatwright <cboatwri@netscape.com>## Alternatively, the contents of this file may be used under the terms of# either the GNU General Public License Version 2 or later (the "GPL"), or# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),# in which case the provisions of the GPL or the LGPL are applicable instead# of those above. If you wish to allow use of your version of this file only# under the terms of either the GPL or the LGPL, and not to allow others to# use your version of this file under the terms of the MPL, indicate your# decision by deleting the provisions above and replace them with the notice# and other provisions required by the GPL or the LGPL. If you do not delete# the provisions above, a recipient may use your version of this file under# the terms of any one of the MPL, the GPL or the LGPL.## ***** END LICENSE BLOCK *****# The following two strings are used when prompting the user for authentication# information:## @name AUTH_PROMPT_TITLE## @loc noneauthPromptTitle=LDAP Server Password Required## @name AUTH_PROMPT_TEXT## @loc %1$S should not be localized. It is the hostname of the LDAP server.authPromptText=Please enter your password for %1$S.# These are string versions of all the errors defined in# nsILDAPErrors.idl, as well as the nsresult codes based on those# errors. See that file for the genesis of these codes, as well as # for info about how to get documentation about their precise# meanings.## @name OPERATIONS_ERROR## @loc none1=Operations error## @name PROTOCOL_ERROR## @loc none2=Protocol error## @name TIMELIMIT_EXCEEDED## @loc none3=Timelimit exceeded## @name SIZELIMIT_EXCEEDED## @loc none4=Sizelimit exceeded## @name COMPARE_FALSE## @loc none5=Compare false## @name COMPARE_TRUE## @loc none6=Compare true## @name STRONG_AUTH_NOT_SUPPORTED## @loc none7=Authentication method not supported## @name STRONG_AUTH_REQUIRED## @loc none8=Strong authentication required## @name PARTIAL_RESULTS## @loc none9=Partial results and referral received## @name REFERRAL## @loc none10=Referral received## @name ADMINLIMIT_EXCEEDED## @loc none11=Administrative limit exceeded## @name UNAVAILABLE_CRITICAL_EXTENSION## @loc none12=Unavailable critical extension## @name CONFIDENTIALITY_REQUIRED## @loc none13=Confidentiality required## @name SASL_BIND_IN_PROGRESS## @loc none14=SASL bind in progress## @name NO_SUCH_ATTRIBUTE## @loc none16=No such attribute## @name UNDEFINED_TYPE## @loc none17=Undefined attribute type## @name INAPPROPRIATE MATCHIN## @loc none18=Inappropriate matching## @name CONSTRAINT_VIOLATION## @loc none19=Constraint violation## @name TYPE_OR_VALUE_EXISTS## @loc none20=Type or value exists## @name INVALID_SYNTAX## @loc none21=Invalid syntax## @name NO_SUCH_OBJECT## @loc none32=No such object## @name ALIAS_PROBLEM## @loc none33=Alias problem## @name INVALID_DN_ SYNTAX## @loc none34=Invalid DN syntax## @name IS_LEAF## @loc none35=Object is a leaf## @name ALIAS_DEREF_PROBLEM## @loc none36=Alias dereferencing problem## @name INAPPROPRIATE_AUTH## @loc none48=Inappropriate authentication## @name INVALID_CREDENTIALS## @loc none49=Invalid credentials## @name INSUFFICIENT_ACCESS## @loc none50=Insufficient access## @name BUSY## @loc none51=The LDAP server is busy## @name UNAVAILABLE## @loc none52=LDAP server is unavailable## @name UNWILLING_TO_PERFORM## @loc none53=LDAP server is unwilling to perform## @name LOOP_DETECT## @loc none54=Loop detected## @name SORT_CONTROL_MISSING## @loc none60=Sort Control is missing## @name INDEX_RANGE_ERROR## @loc none61=Search results exceed the range specified by the offsets## @name NAMING_VIOLATION## @loc none64=Naming violation## @name OBJECT_CLASS_VIOLATION## @loc none65=Object class violation## @name NOT_ALLOWED_ON_NONLEAF## @loc none66=Operation not allowed on nonleaf## @name NOT_ALLOWED_ON_RDN## @loc none67=Operation not allowed on RDN## @name ALREADY_EXISTS## @loc none68=Already exists## @name NO_OBJECT_CLASS_MODS## @loc none69=Cannot modify object class## @name RESULTS_TOO_LARGE## @loc none70=Results too large## @name AFFECTS_MULTIPLE_DSAS## @loc none71=Affects multiple servers## @name OTHER## @loc none80=Unknown error## @name SERVER_DOWN## @loc none81=Can't contact the LDAP server## @name LOCAL_ERROR## @loc none82=Local error## @name ENCODING_ERROR## @loc none83=Encoding error## @name DECODING_ERROR## @loc none84=Decoding error## @name TIMEOUT## @loc none85=The LDAP server timed out## @name AUTH_UNKNOWN## @loc none86=Unknown authentication method## @name FILTER_ERROR## @loc none87=Invalid search filter## @name USER_CANCELLED## @loc none88=User cancelled operation## @name PARAM_ERROR## @loc none89=Bad parameter to an LDAP routine## @name NO_MEMORY## @loc none90=Out of memory## @name CONNECT_ERROR## @loc none91=Can't connect to the LDAP server## @name NOT_SUPPORTED## @loc none92=Not supported by this version of the LDAP protocol## @name CONTROL_NOT_FOUND## @loc none93=Requested LDAP control not found## @name NO_RESULTS_RETURNED## @loc none94=No results returned## @name MORE_RESULTS_TO_RETURN## @loc none95=More results to return## @name CLIENT_LOOP## @loc none96=Client detected loop## @name REFERRAL_LIMIT_EXCEEDED## @loc none97=Referral hop limit exceeded
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -