I doubt very much that this has anything to do with LDAP. I've been using
LDAP authentication in CF applications for 10 years and I have never
encountered this problem.

Your problem is more likely to be related to login management. You didn't
say what login management scheme you are using, but what you describe is the
default behaviour when cflogin is being used. If so then you must first call
cflogout before reauthenticating an already-logged-in user.

If you are not using cflogin, then try replacing LDAP authenticator with a
dummy one (e.g. password eq "password") and see if you still have the
problem.

If you're still having problems after that, we'll need more information
(such as that described in the link Dan provided) before we can help you
further.

Cheers,

-- Dennis

On Tue, Feb 16, 2010 at 12:12 PM, Ron Mast <[email protected]> wrote:

> Hi Guys,
>
> I have a login form and I'm validating the user against LDAP. Maybe
> someone can explain to me why the following happens. The initial
> validation works great...if I type in the wrong username or
> password...I get the correct functionality. But after a successful
> login and I go back to the login page and type in the wrong username
> or password...the behavior is not what I expect...it functions as a
> successful login. How do I get the expected behavior to work and why
> is this happening? Thanks. This is my first LDAP validation.
>
>

-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

Reply via email to