Fixed typo (LDAP-193).

This commit is contained in:
Ulrik Sandberg
2009-12-18 13:37:49 +00:00
parent 0af69ea48e
commit d58c8ad8d9

View File

@@ -115,8 +115,7 @@
ctx = contextSource.getContext(userDn, credentials);
// Take care here - if a base was specified on the ContextSource
// that needs to be removed from the user DN for the lookup to succeed.
<emphasis role="bold"> ctx.lookup(userDn);
</emphasis>
<emphasis role="bold"> ctx.lookup(userDn);</emphasis>
return true;
} catch (Exception e) {
// Context creation failed - authentication did not succeed