You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Artur Zielazny (JIRA)" <ji...@apache.org> on 2009/03/19 14:53:50 UTC

[jira] Created: (KI-70) Failed authentication appears as an ERROR in the log file

Failed authentication appears as an ERROR in the log file
---------------------------------------------------------

                 Key: KI-70
                 URL: https://issues.apache.org/jira/browse/KI-70
             Project: Ki
          Issue Type: Bug
          Components: Authentication (log-in)
    Affects Versions: 0.9
            Reporter: Artur Zielazny
            Priority: Minor


2009-03-19 12:31:12,475 [node1] [328603355@qtp0-50] [ERROR] org.jsecurity.realm.ldap.AbstractLdapRealm  - LDAP naming error while attempting to authenticate user.
javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525, vece^@]
        at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2985)
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2931)
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2732)
        ...



Created afrer conversation:
http://n2.nabble.com/Why-login-attempt-with-wrong-credentials-is-logged-as-an-ERROR--td2502871.html#none

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (KI-70) Failed authentication appears as an ERROR in the log file

Posted by "Jeremy Haile (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KI-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremy Haile updated KI-70:
---------------------------

    Fix Version/s: 1.0
         Assignee: Jeremy Haile

> Failed authentication appears as an ERROR in the log file
> ---------------------------------------------------------
>
>                 Key: KI-70
>                 URL: https://issues.apache.org/jira/browse/KI-70
>             Project: Ki
>          Issue Type: Bug
>          Components: Authentication (log-in)
>    Affects Versions: 0.9
>            Reporter: Artur Zielazny
>            Assignee: Jeremy Haile
>            Priority: Minor
>             Fix For: 1.0
>
>
> 2009-03-19 12:31:12,475 [node1] [328603355@qtp0-50] [ERROR] org.jsecurity.realm.ldap.AbstractLdapRealm  - LDAP naming error while attempting to authenticate user.
> javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525, vece^@]
>         at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2985)
>         at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2931)
>         at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2732)
>         ...
> Created afrer conversation:
> http://n2.nabble.com/Why-login-attempt-with-wrong-credentials-is-logged-as-an-ERROR--td2502871.html#none

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (KI-70) Failed authentication appears as an ERROR in the log file

Posted by "Jeremy Haile (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KI-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremy Haile resolved KI-70.
----------------------------

    Resolution: Fixed

The Realm was updated to throw an AuthenticationException when LDAP Authentication failure occurs, as it should.

> Failed authentication appears as an ERROR in the log file
> ---------------------------------------------------------
>
>                 Key: KI-70
>                 URL: https://issues.apache.org/jira/browse/KI-70
>             Project: Ki
>          Issue Type: Bug
>          Components: Authentication (log-in)
>    Affects Versions: 0.9
>            Reporter: Artur Zielazny
>            Assignee: Jeremy Haile
>            Priority: Minor
>             Fix For: 1.0
>
>
> 2009-03-19 12:31:12,475 [node1] [328603355@qtp0-50] [ERROR] org.jsecurity.realm.ldap.AbstractLdapRealm  - LDAP naming error while attempting to authenticate user.
> javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525, vece^@]
>         at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2985)
>         at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2931)
>         at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2732)
>         ...
> Created afrer conversation:
> http://n2.nabble.com/Why-login-attempt-with-wrong-credentials-is-logged-as-an-ERROR--td2502871.html#none

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.