| Author |
Trouble with LDAP InitialDirContext
|
David Yutzy
tumbleweed and gunslinger
Ranch Hand
Joined: Jun 29, 2001
Posts: 192
|
|
I have a class that works when I set: authEnv.put(Context.SECURITY_AUTHENTICATION, "simple"); But when I pass "none" instead, setting the password to "", the following line fails to return anything: NamingEnumeration e = authContext.search(base, "uid=" + userName,controls);
|
 |
 |
|
|
subject: Trouble with LDAP InitialDirContext
|
|
|