Forum: Java Apr 18th, 2009 |
| Replies: 0 Views: 214 Hey, got a problem with connecting to some ldap's.
Hashtable data = new Hashtable();
data.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");... |
Forum: Java Feb 20th, 2009 |
| Replies: 5 Views: 470 |
Forum: Java Feb 14th, 2009 |
| Replies: 5 Views: 470 Oh. Thanks, somehow I missed it. So all I actually need is to use:
LdapConnection lc = newe LdapConnection();
lc.Connect( "www.LDAPServer.com", portNumber );
lc.Bind( login, password );
to have... |
Forum: Java Jan 20th, 2009 |
| Replies: 5 Views: 470 Hey, I'd like to write an application (in java, ofc) that would be able to connect to an LDAP server, with authentication, using sessions. Are there any libraries I could use to do so out there? Open... |