Hello list! I'e been having some problems trying to authenticate users via the squid_ldap_module. They authenticate fine, but if a user sends a wrong password, and then try again with the right password, the authentication process fails. It is as if the ldap server "blocks" the account if a user tries to log with a wrong password. That only happens though, if the user's account has restrictions on what computers it can log in. If the user's account is allowed to log on any machines on the network, the error above doesn't occur. So, if he tries the wrong password, and tries again with the right password, he logs fine. What's wrong here? Is it a configuration problem with the 2k3 server, or an extra argument that I have to pass on the squid.conf file when I call the ldap module? Thanks in advance =)