This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Setting a timeout for LDAP connections (Urgent !)starksm64 May 26, 2004 9:23 PM (in response to kazouta)This depends on the LDAP JNDI provider. For the Sun provider, read the JDK section on the LDAP provider: 
 http://java.sun.com/j2se/1.4.2/docs/guide/jndi/jndi-ldap.html
 There is lists the connection timeout setting:
 com.sun.jndi.ldap.connect.timeout=5000
- 
        2. Re: Setting a timeout for LDAP connections (Urgent !)kazouta Jun 7, 2004 9:37 AM (in response to kazouta)scott: 
 ;-)
 thanks.
 
    