[Mono-bugs] [Bug 77174][Nor] New - TLS support in Novell.Directory.Ldap fails with unhandled exception

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jan 6 20:15:09 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by lorenb at mmgsecurity.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77174

--- shadow/77174	2006-01-06 20:15:09.000000000 -0500
+++ shadow/77174.tmp.22865	2006-01-06 20:15:09.000000000 -0500
@@ -0,0 +1,58 @@
+Bug#: 77174
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: lorenb at mmgsecurity.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: TLS support in Novell.Directory.Ldap fails with unhandled exception
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+TLS support in Novell.Directory.Ldap fails with unhandled exception after
+calling the method LdapConnection.startTLS().
+
+Steps to reproduce the problem:
+1. mcs ndl-startls-test.cs -r:Novell.Directory.Ldap -r:Mono.Security
+2. mono ndl-startls-test.exe <address of ldap server> 389 "" ""
+
+Actual Results:
+
+Unhandled Exception: System.ArgumentNullException: null key
+Parameter name: key
+in <0x00182> System.Collections.Hashtable:Find (System.Object key)
+in <0x0000e> System.Collections.Hashtable:Contains (System.Object key)
+in <0x0000e> System.Collections.Hashtable:ContainsKey (System.Object key)
+in <0x0002c>
+Novell.Directory.Ldap.Utilclass.RespExtensionSet:findResponseExtension
+(System.String searchOID)
+in <0x000a7>
+Novell.Directory.Ldap.Utilclass.ExtResponseFactory:convertToExtendedResponse
+(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage inResponse)
+in <0x00141> Novell.Directory.Ldap.LdapMessageQueue:getResponse (.Integer32
+msgid)
+in <0x0000c> Novell.Directory.Ldap.LdapMessageQueue:getResponse ()
+in <0x000fe> Novell.Directory.Ldap.LdapConnection:startTLS ()
+
+Expected Results:
+
+The connection should be made or fail with an LdapException.
+
+How often does this happen? 
+
+Every time.
+
+Additional Information:
+
+I verified this problem with Mono 1.1.12.1 and the latest trunk (r55183).


More information about the mono-bugs mailing list