Guest User!

You are not Sophos Staff.

[9.191][BUG] OWA login via WAF fails with "Unknown username and or password"

ActiveSync is working, because I can connect to a Exchange mailbox, but whenever I want to connect through the webappplication (Owa), It fails. 

Example:
I try connect to Peter@example.com with ActiveSync, it works.
I try to connect to Peter@example.com with owa (Owa appears after I entered the credentials for the form authentication), it fails.

It used to work, but suddenly it stopped working.
Parents
  • Debug log shows same issue if I use basic auth:
    2014:02:01-18:15:31 asg-1 aua[19390]: id="3007" severity="debug" sys="System" sub="auth" name="Trying regular bind with bind_dn and password."
    
    2014:02:01-18:15:31 asg-1 aua[19390]: id="3007" severity="debug" sys="System" sub="auth" name="ldapFilter: (&(objectClass=user)(objectcategory=Person)(sAMAccountName=domain\user))"
    2014:02:01-18:15:31 asg-1 aua[19390]: id="3007" severity="debug" sys="System" sub="auth" name="do_auth_directory() directory authentication failed. No such user."


    "sAMAccountName=domain\user" is the wrong format!
    "sAMAccountName=user" would be correct!

    In 9.192 "sAMAccountName=domain\user"
    In 9.193 "sAMAccountName=domain\user"

    both is wrong..
Reply
  • Debug log shows same issue if I use basic auth:
    2014:02:01-18:15:31 asg-1 aua[19390]: id="3007" severity="debug" sys="System" sub="auth" name="Trying regular bind with bind_dn and password."
    
    2014:02:01-18:15:31 asg-1 aua[19390]: id="3007" severity="debug" sys="System" sub="auth" name="ldapFilter: (&(objectClass=user)(objectcategory=Person)(sAMAccountName=domain\user))"
    2014:02:01-18:15:31 asg-1 aua[19390]: id="3007" severity="debug" sys="System" sub="auth" name="do_auth_directory() directory authentication failed. No such user."


    "sAMAccountName=domain\user" is the wrong format!
    "sAMAccountName=user" would be correct!

    In 9.192 "sAMAccountName=domain\user"
    In 9.193 "sAMAccountName=domain\user"

    both is wrong..
Children
No Data