From d58c8ad8d98ebc7db85a1f0d13119ca4ba5fe035 Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Fri, 18 Dec 2009 13:37:49 +0000 Subject: [PATCH] Fixed typo (LDAP-193). --- src/docbkx/user-authentication.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/docbkx/user-authentication.xml b/src/docbkx/user-authentication.xml index cddc8375..2bbf2bab 100644 --- a/src/docbkx/user-authentication.xml +++ b/src/docbkx/user-authentication.xml @@ -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. - ctx.lookup(userDn); - + ctx.lookup(userDn); return true; } catch (Exception e) { // Context creation failed - authentication did not succeed