A
Aman
Hi,
when I use the following code to connect and authenticate , what is the
default level of security and encryption (40, 128 etc ) ? how can I find
out what it is presently .
LDAPConnection ld = new LDAPConnection(new
obj_of_class_that_extends_LDAPSSLSocketFactory () ) ;
ld.connect(MYHOST, MYPORT) ;
ld.authenticate(userid, password) ;
regards,
when I use the following code to connect and authenticate , what is the
default level of security and encryption (40, 128 etc ) ? how can I find
out what it is presently .
LDAPConnection ld = new LDAPConnection(new
obj_of_class_that_extends_LDAPSSLSocketFactory () ) ;
ld.connect(MYHOST, MYPORT) ;
ld.authenticate(userid, password) ;
regards,