Added the part of the code:
Hashtable env = new Hashtable();
env.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.ldap.LdapCtxFactory");
...
Type: Posts; User: aramos; Keyword(s):
Added the part of the code:
Hashtable env = new Hashtable();
env.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.ldap.LdapCtxFactory");
...
Hi guys,
I'm setting a bind from spring ldap to ADAM repository, it's works when you use a ADAM account and simple authentication but I need do the bind with a windows account (LSA).
Could...