Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalaniappan N <npalani@mono-cvs.ximian.com>2005-09-27 14:41:23 +0400
committerPalaniappan N <npalani@mono-cvs.ximian.com>2005-09-27 14:41:23 +0400
commitbfcaf87451613c6c75aa511a34ee07aa66dcdf31 (patch)
tree4470725fc17146020c38aea7f6443b0e616dfc56 /mcs/class/Novell.Directory.Ldap
parent6b6a6aba1c3dda483b99bc7c44cfc2c7580b3217 (diff)
Added two files to describe the Exception messages and Result codes
svn path=/trunk/mcs/; revision=50842
Diffstat (limited to 'mcs/class/Novell.Directory.Ldap')
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ExceptionMessages.txt63
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt61
2 files changed, 124 insertions, 0 deletions
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ExceptionMessages.txt b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ExceptionMessages.txt
new file mode 100644
index 00000000000..1dc7e4f09f3
--- /dev/null
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ExceptionMessages.txt
@@ -0,0 +1,63 @@
+TOSTRING={0}: {1} ({2}) {3}
+SERVER_MSG={0}: Server Message: {1}
+MATCHED_DN={0}: Matched DN: {1}
+FAILED_REFERRAL={0}: Failed Referral: {1}
+REFERRAL_ITEM={0}: Referral: {1}
+CONNECTION_ERROR=Unable to connect to server {0}:{1}
+CONNECTION_IMPOSSIBLE=Unable to reconnect to server, application has never called connect()
+CONNECTION_WAIT=Connection lost waiting for results from {0}:{1}
+CONNECTION_FINALIZED=Connection closed by the application finalizing the object
+CONNECTION_CLOSED=Connection closed by the application disconnecting
+CONNECTION_READER=Reader thread terminated
+DUP_ERROR=RfcLdapMessage: Cannot duplicate message built from the input stream
+REFERENCE_ERROR=Error attempting to follow a search continuation reference
+REFERRAL_ERROR=Error attempting to follow a referral
+REFERRAL_LOCAL=LdapSearchResults.{0}(): No entry found & request is not complete
+REFERRAL_SEND=Error sending request to referred server
+REFERENCE_NOFOLLOW=Search result reference received, and referral following is off
+REFERRAL_BIND=LdapBind.bind() function returned null
+REFERRAL_BIND_MATCH=Could not match LdapBind.bind() connection with Server Referral URL list
+NO_DUP_REQUEST=Cannot duplicate message to follow referral for {0} request, not allowed
+SERVER_CONNECT_ERROR=Error connecting to server {0} while attempting to follow a referral
+NO_SUP_PROPERTY=Requested property is not supported.
+ENTRY_PARAM_ERROR=Invalid Entry parameter
+DN_PARAM_ERROR=Invalid DN parameter
+RDN_PARAM_ERROR=Invalid DN or RDN parameter
+OP_PARAM_ERROR=Invalid extended operation parameter, no OID specified
+PARAM_ERROR=Invalid parameter
+DECODING_ERROR=Error Decoding responseValue
+ENCODING_ERROR=Encoding Error
+IO_EXCEPTION=I/O Exception on host {0}, port {1}
+INVALID_ESCAPE=Invalid value in escape sequence \"{0}\"
+SHORT_ESCAPE=Incomplete escape sequence
+UNEXPECTED_END=Unexpected end of filter
+MISSING_LEFT_PAREN=Unmatched parentheses, left parenthesis missing
+NO_OPTION=Semicolon present, but no option specified
+MISSING_RIGHT_PAREN=Unmatched parentheses, right parenthesis missing
+EXPECTING_RIGHT_PAREN=Expecting right parenthesis, found \"{0}\"
+EXPECTING_LEFT_PAREN=Expecting left parenthesis, found \"{0}\"
+NO_ATTRIBUTE_NAME=Missing attribute description
+NO_DN_NOR_MATCHING_RULE=DN and matching rule not specified
+NO_MATCHING_RULE=Missing matching rule
+INVALID_FILTER_COMPARISON=Invalid comparison operator
+INVALID_CHAR_IN_FILTER=The invalid character \"{0}\" needs to be escaped as \"{1}\"
+INVALID_ESC_IN_DESCR=Escape sequence not allowed in attribute description
+INVALID_CHAR_IN_DESCR=Invalid character \"{0}\" in attribute description
+NOT_AN_ATTRIBUTE=Schema element is not an LdapAttributeSchema object
+UNEQUAL_LENGTHS=Length of attribute Name array does not equal length of Flags array
+IMPROPER_REFERRAL=Referral not supported for command {0}
+NOT_IMPLEMENTED=Method LdapConnection.startTLS not implemented
+NO_MEMORY=All results could not be stored in memory, sort failed
+SERVER_SHUTDOWN_REQ=Received unsolicited notification from server {0}:{1} to shutdown
+INVALID_ADDRESS=Invalid syntax for address with port; {0}
+UNKNOWN_RESULT=Unknown Ldap result code {0}
+OUTSTANDING_OPERATIONS=Cannot start or stop TLS because outstanding Ldap operations exist on this connection
+WRONG_FACTORY=StartTLS cannot use the set socket factory because it does not implement LdapTLSSocketFactory
+NO_TLS_FACTORY=StartTLS failed because no LdapTLSSocketFactory has been set for this Connection
+NO_STARTTLS=An attempt to stopTLS on a connection where startTLS had not been called
+STOPTLS_ERROR=Error stopping TLS: Error getting input & output streams from the original socket
+MULTIPLE_SCHEMA=Multiple schema found when reading the subschemaSubentry for {0}
+NO_SCHEMA=No schema found when reading the subschemaSubentry for {0}
+READ_MULTIPLE=Read response is ambiguous, multiple entries returned
+CANNOT_BIND=Cannot bind. Use PoolManager.getBoundConnection()
+SSL_PROVIDER_MISSING=Please ensure that SSL Provider is properly installed.
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt
new file mode 100644
index 00000000000..28f460c5567
--- /dev/null
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt
@@ -0,0 +1,61 @@
+0=Success
+1=Operations Error
+2=Protocol Error
+3=Timelimit Exceeded
+4=Sizelimit Exceeded
+5=Compare False
+6=Compare True
+7=Authentication Method Not Supported
+8=Strong Authentication Required
+9=Partial Results
+10=Referral
+11=Administrative Limit Exceeded
+12=Unavailable Critical Extension
+13=Confidentiality Required
+14=SASL Bind In Progress
+16=No Such Attribute
+17=Undefined Attribute Type
+18=Inappropriate Matching
+19=Constraint Violation
+20=Attribute Or Value Exists
+21=Invalid Attribute Syntax
+32=No Such Object
+33=Alias Problem
+34=Invalid DN Syntax
+35=Is Leaf
+36=Alias Dereferencing Problem
+48=Inappropriate Authentication
+49=Invalid Credentials
+50=Insufficient Access Rights
+51=Busy
+52=Unavailable
+53=Unwilling To Perform
+54=Loop Detect
+64=Naming Violation
+65=Object Class Violation
+66=Not Allowed On Non-leaf
+67=Not Allowed On RDN
+68=Entry Already Exists
+69=Object Class Modifications Prohibited
+71=Affects Multiple DSAs
+80=Other
+81=Server Down
+82=Local Error
+83=Encoding Error
+84=Decoding Error
+85=Ldap Timeout
+86=Authentication Unknown
+87=Filter Error
+88=User Cancelled
+89=Parameter Error
+90=No Memory
+91=Connect Error
+92=Ldap Not Supported
+93=Control Not Found
+94=No Results Returned
+95=More Results To Return
+96=Client Loop
+97=Referral Limit Exceeded
+112=TLS not supported
+113=SSL handshake failed
+114=SSL Provider not found \ No newline at end of file