aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-04-10 16:56:14 +0000
committerWerner Koch <[email protected]>2015-04-10 16:56:53 +0000
commitd009a5b36ea4b238ebe98f3e9a8333826cd445f5 (patch)
tree766cff2c21beae2ba92694b9c93b8ee7f96338e7
parentw32: Remove compiler warnings. (diff)
downloadlibgpg-error-d009a5b36ea4b238ebe98f3e9a8333826cd445f5.tar.gz
libgpg-error-d009a5b36ea4b238ebe98f3e9a8333826cd445f5.zip
Changed LDAP error strings.
--
-rw-r--r--src/err-codes.h.in156
1 files changed, 78 insertions, 78 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in
index 6a2fe6c..a8846e4 100644
--- a/src/err-codes.h.in
+++ b/src/err-codes.h.in
@@ -322,96 +322,96 @@
# The numbers reflect the OpenLDAP code with an offset of 768.
# Some error names are shortened
#
-721 GPG_ERR_LDAP_GENERAL LDAP General error
-722 GPG_ERR_LDAP_ATTR_GENERAL LDAP General attribute error
-723 GPG_ERR_LDAP_NAME_GENERAL LDAP General name error
-724 GPG_ERR_LDAP_SECURITY_GENERAL LDAP General security error
-725 GPG_ERR_LDAP_SERVICE_GENERAL LDAP General service error
-726 GPG_ERR_LDAP_UPDATE_GENERAL LDAP General update error
-727 GPG_ERR_LDAP_E_GENERAL LDAP Experimental error code
-728 GPG_ERR_LDAP_X_GENERAL LDAP Private error code
-729 GPG_ERR_LDAP_OTHER_GENERAL LDAP Other general error
+721 GPG_ERR_LDAP_GENERAL General LDAP error
+722 GPG_ERR_LDAP_ATTR_GENERAL General LDAP attribute error
+723 GPG_ERR_LDAP_NAME_GENERAL General LDAP name error
+724 GPG_ERR_LDAP_SECURITY_GENERAL General LDAP security error
+725 GPG_ERR_LDAP_SERVICE_GENERAL General LDAP service error
+726 GPG_ERR_LDAP_UPDATE_GENERAL General LDAP update error
+727 GPG_ERR_LDAP_E_GENERAL Experimental LDAP error code
+728 GPG_ERR_LDAP_X_GENERAL Private LDAP error code
+729 GPG_ERR_LDAP_OTHER_GENERAL Other general LDAP error
# 730 to 749 not used
-750 GPG_ERR_LDAP_X_CONNECTING Connecting failed (X)
-751 GPG_ERR_LDAP_REFERRAL_LIMIT Referral limit exceeded
-752 GPG_ERR_LDAP_CLIENT_LOOP Client loop
+750 GPG_ERR_LDAP_X_CONNECTING LDAP connecting failed (X)
+751 GPG_ERR_LDAP_REFERRAL_LIMIT LDAP referral limit exceeded
+752 GPG_ERR_LDAP_CLIENT_LOOP LDAP client loop
# 753 is an obsolete error code
-754 GPG_ERR_LDAP_NO_RESULTS No results returned
-755 GPG_ERR_LDAP_CONTROL_NOT_FOUND Control not found
-756 GPG_ERR_LDAP_NOT_SUPPORTED Not supported
-757 GPG_ERR_LDAP_CONNECT Connect error
-758 GPG_ERR_LDAP_NO_MEMORY Out of memory
+754 GPG_ERR_LDAP_NO_RESULTS No LDAP results returned
+755 GPG_ERR_LDAP_CONTROL_NOT_FOUND LDAP control not found
+756 GPG_ERR_LDAP_NOT_SUPPORTED Not supported by LDAP
+757 GPG_ERR_LDAP_CONNECT LDAP connect error
+758 GPG_ERR_LDAP_NO_MEMORY Out of memory in LDAP
759 GPG_ERR_LDAP_PARAM Bad parameter to an LDAP routine
-760 GPG_ERR_LDAP_USER_CANCELLED User cancelled operation
-761 GPG_ERR_LDAP_FILTER Bad search filter
-762 GPG_ERR_LDAP_AUTH_UNKNOWN Unknown authentication method
-763 GPG_ERR_LDAP_TIMEOUT Timeout
-764 GPG_ERR_LDAP_DECODING Decoding error
-765 GPG_ERR_LDAP_ENCODING Encoding error
-766 GPG_ERR_LDAP_LOCAL LDAP Local error
+760 GPG_ERR_LDAP_USER_CANCELLED User cancelled LDAP operation
+761 GPG_ERR_LDAP_FILTER Bad LDAP search filter
+762 GPG_ERR_LDAP_AUTH_UNKNOWN Unknown LDAP authentication method
+763 GPG_ERR_LDAP_TIMEOUT Timeout in LDAP
+764 GPG_ERR_LDAP_DECODING LDAP decoding error
+765 GPG_ERR_LDAP_ENCODING LDAP encoding error
+766 GPG_ERR_LDAP_LOCAL LDAP local error
767 GPG_ERR_LDAP_SERVER_DOWN Cannot contact LDAP server
-768 GPG_ERR_LDAP_SUCCESS Success
-769 GPG_ERR_LDAP_OPERATIONS Operations error
-770 GPG_ERR_LDAP_PROTOCOL Protocol error
-771 GPG_ERR_LDAP_TIMELIMIT Time limit exceeded
-772 GPG_ERR_LDAP_SIZELIMIT Size limit exceeded
-773 GPG_ERR_LDAP_COMPARE_FALSE Compare false
-774 GPG_ERR_LDAP_COMPARE_TRUE Compare true
-775 GPG_ERR_LDAP_UNSUPPORTED_AUTH Authentication method not supported
-776 GPG_ERR_LDAP_STRONG_AUTH_RQRD Strong(er) authentication required
-777 GPG_ERR_LDAP_PARTIAL_RESULTS Partial results and referral received
-778 GPG_ERR_LDAP_REFERRAL Referral
-779 GPG_ERR_LDAP_ADMINLIMIT Administrative limit exceeded
-780 GPG_ERR_LDAP_UNAVAIL_CRIT_EXTN Critical extension is unavailable
-781 GPG_ERR_LDAP_CONFIDENT_RQRD Confidentiality required
-782 GPG_ERR_LDAP_SASL_BIND_INPROG SASL bind in progress
+768 GPG_ERR_LDAP_SUCCESS LDAP success
+769 GPG_ERR_LDAP_OPERATIONS LDAP operations error
+770 GPG_ERR_LDAP_PROTOCOL LDAP protocol error
+771 GPG_ERR_LDAP_TIMELIMIT Time limit exceeded in LDAP
+772 GPG_ERR_LDAP_SIZELIMIT Size limit exceeded in LDAP
+773 GPG_ERR_LDAP_COMPARE_FALSE LDAP compare false
+774 GPG_ERR_LDAP_COMPARE_TRUE LDAP compare true
+775 GPG_ERR_LDAP_UNSUPPORTED_AUTH LDAP authentication method not supported
+776 GPG_ERR_LDAP_STRONG_AUTH_RQRD Strong(er) LDAP authentication required
+777 GPG_ERR_LDAP_PARTIAL_RESULTS Partial LDAP results+referral received
+778 GPG_ERR_LDAP_REFERRAL LDAP referral
+779 GPG_ERR_LDAP_ADMINLIMIT Administrative LDAP limit exceeded
+780 GPG_ERR_LDAP_UNAVAIL_CRIT_EXTN Critical LDAP extension is unavailable
+781 GPG_ERR_LDAP_CONFIDENT_RQRD Confidentiality required by LDAP
+782 GPG_ERR_LDAP_SASL_BIND_INPROG LDAP SASL bind in progress
# 783 not used
-784 GPG_ERR_LDAP_NO_SUCH_ATTRIBUTE No such attribute
-785 GPG_ERR_LDAP_UNDEFINED_TYPE Undefined attribute type
-786 GPG_ERR_LDAP_BAD_MATCHING Inappropriate matching
-787 GPG_ERR_LDAP_CONST_VIOLATION Constraint violation
-788 GPG_ERR_LDAP_TYPE_VALUE_EXISTS Type or value exists
-789 GPG_ERR_LDAP_INV_SYNTAX Invalid syntax
+784 GPG_ERR_LDAP_NO_SUCH_ATTRIBUTE No such LDAP attribute
+785 GPG_ERR_LDAP_UNDEFINED_TYPE Undefined LDAP attribute type
+786 GPG_ERR_LDAP_BAD_MATCHING Inappropriate matching in LDAP
+787 GPG_ERR_LDAP_CONST_VIOLATION Constraint violation in LDAP
+788 GPG_ERR_LDAP_TYPE_VALUE_EXISTS LDAP type or value exists
+789 GPG_ERR_LDAP_INV_SYNTAX Invalid syntax in LDAP
# 790 to 799 not used
-800 GPG_ERR_LDAP_NO_SUCH_OBJ No such object
-801 GPG_ERR_LDAP_ALIAS_PROBLEM Alias problem
-802 GPG_ERR_LDAP_INV_DN_SYNTAX Invalid DN syntax
-803 GPG_ERR_LDAP_IS_LEAF Entry is a leaf
-804 GPG_ERR_LDAP_ALIAS_DEREF Alias dereferencing problem
+800 GPG_ERR_LDAP_NO_SUCH_OBJ No such LDAP object
+801 GPG_ERR_LDAP_ALIAS_PROBLEM LDAP alias problem
+802 GPG_ERR_LDAP_INV_DN_SYNTAX Invalid DN syntax in LDAP
+803 GPG_ERR_LDAP_IS_LEAF LDAP entry is a leaf
+804 GPG_ERR_LDAP_ALIAS_DEREF LDAP alias dereferencing problem
# 805 to 814 not used
-815 GPG_ERR_LDAP_X_PROXY_AUTH_FAIL Proxy authorization failure (X)
-816 GPG_ERR_LDAP_BAD_AUTH Inappropriate authentication
-817 GPG_ERR_LDAP_INV_CREDENTIALS Invalid credentials
-818 GPG_ERR_LDAP_INSUFFICIENT_ACC Insufficient access
-819 GPG_ERR_LDAP_BUSY Server is busy
-820 GPG_ERR_LDAP_UNAVAILABLE Server is unavailable
-821 GPG_ERR_LDAP_UNWILL_TO_PERFORM Server is unwilling to perform
-822 GPG_ERR_LDAP_LOOP_DETECT Loop detected
+815 GPG_ERR_LDAP_X_PROXY_AUTH_FAIL LDAP proxy authorization failure (X)
+816 GPG_ERR_LDAP_BAD_AUTH Inappropriate LDAP authentication
+817 GPG_ERR_LDAP_INV_CREDENTIALS Invalid LDAP credentials
+818 GPG_ERR_LDAP_INSUFFICIENT_ACC Insufficient access for LDAP
+819 GPG_ERR_LDAP_BUSY LDAP server is busy
+820 GPG_ERR_LDAP_UNAVAILABLE LDAP server is unavailable
+821 GPG_ERR_LDAP_UNWILL_TO_PERFORM LDAP server is unwilling to perform
+822 GPG_ERR_LDAP_LOOP_DETECT Loop detected by LDAP
# 823 to 831 not used
-832 GPG_ERR_LDAP_NAMING_VIOLATION Naming violation
-833 GPG_ERR_LDAP_OBJ_CLS_VIOLATION Object class violation
-834 GPG_ERR_LDAP_NOT_ALLOW_NONLEAF Operation not allowed on non-leaf
-835 GPG_ERR_LDAP_NOT_ALLOW_ON_RDN Operation not allowed on RDN
-836 GPG_ERR_LDAP_ALREADY_EXISTS Already exists
-837 GPG_ERR_LDAP_NO_OBJ_CLASS_MODS Cannot modify object class
-838 GPG_ERR_LDAP_RESULTS_TOO_LARGE Results too large
-839 GPG_ERR_LDAP_AFFECTS_MULT_DSAS Operation affects multiple DSAs
+832 GPG_ERR_LDAP_NAMING_VIOLATION LDAP naming violation
+833 GPG_ERR_LDAP_OBJ_CLS_VIOLATION LDAP object class violation
+834 GPG_ERR_LDAP_NOT_ALLOW_NONLEAF LDAP operation not allowed on non-leaf
+835 GPG_ERR_LDAP_NOT_ALLOW_ON_RDN LDAP operation not allowed on RDN
+836 GPG_ERR_LDAP_ALREADY_EXISTS Already exists (LDAP)
+837 GPG_ERR_LDAP_NO_OBJ_CLASS_MODS Cannot modify LDAP object class
+838 GPG_ERR_LDAP_RESULTS_TOO_LARGE LDAP results too large
+839 GPG_ERR_LDAP_AFFECTS_MULT_DSAS LDAP operation affects multiple DSAs
# 840 to 843 not used
-844 GPG_ERR_LDAP_VLV Virtual list view error
+844 GPG_ERR_LDAP_VLV Virtual LDAP list view error
# 845 to 847 not used
848 GPG_ERR_LDAP_OTHER Other LDAP error
# 849 to 880 not used
-881 GPG_ERR_LDAP_CUP_RESOURCE_LIMIT LCUP Resources exhausted
-882 GPG_ERR_LDAP_CUP_SEC_VIOLATION LCUP Security violation
-883 GPG_ERR_LDAP_CUP_INV_DATA LCUP Invalid data
-884 GPG_ERR_LDAP_CUP_UNSUP_SCHEME LCUP Unsupported scheme
-885 GPG_ERR_LDAP_CUP_RELOAD LCUP Reload required
-886 GPG_ERR_LDAP_CANCELLED LDAP Cancelled
-887 GPG_ERR_LDAP_NO_SUCH_OPERATION No operation to cancel
-888 GPG_ERR_LDAP_TOO_LATE Too late to cancel
-889 GPG_ERR_LDAP_CANNOT_CANCEL Cannot cancel
-890 GPG_ERR_LDAP_ASSERTION_FAILED Assertion failed
-891 GPG_ERR_LDAP_PROX_AUTH_DENIED Proxied authorization denied
+881 GPG_ERR_LDAP_CUP_RESOURCE_LIMIT Resources exhausted in LCUP
+882 GPG_ERR_LDAP_CUP_SEC_VIOLATION Security violation in LCUP
+883 GPG_ERR_LDAP_CUP_INV_DATA Invalid data in LCUP
+884 GPG_ERR_LDAP_CUP_UNSUP_SCHEME Unsupported scheme in LCUP
+885 GPG_ERR_LDAP_CUP_RELOAD Reload required in LCUP
+886 GPG_ERR_LDAP_CANCELLED LDAP cancelled
+887 GPG_ERR_LDAP_NO_SUCH_OPERATION No LDAP operation to cancel
+888 GPG_ERR_LDAP_TOO_LATE Too late to cancel LDAP
+889 GPG_ERR_LDAP_CANNOT_CANCEL Cannot cancel LDAP
+890 GPG_ERR_LDAP_ASSERTION_FAILED LDAP assertion failed
+891 GPG_ERR_LDAP_PROX_AUTH_DENIED Proxied authorization denied by LDAP
# 892 to 950 are reserved for future LDAP codes.