Martin Peřina has posted comments on this change.

Change subject: core: Engine is sending bad credentials repeatdely
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/26664/1/backend/manager/modules/builtin-extensions/src/main/java/org/ovirt/engine/extensions/aaa/builtin/kerberosldap/DirectorySearcher.java
File 
backend/manager/modules/builtin-extensions/src/main/java/org/ovirt/engine/extensions/aaa/builtin/kerberosldap/DirectorySearcher.java:

Line 140:                     ldapCredentials.getUserName(),
Line 141:                     translatedException,
Line 142:                     handlingResponse.isTryNextServer() ? "should" : 
"should not");
Line 143:             if (!handlingResponse.isTryNextServer()) {
Line 144:                 throw new Exception();
> well, i was in a dilema if to throw RuntimeException or not... i do want to
I tried to find out what part of code will catch exception thrown in your 
change:

  DirectorySearcher.findAll - no
  LdapSearchUserByQueryCommand.executeQuery - no
  LdapBrokerCommandBase.execute - no
  LdapBrokerBase.runAdAction - no
  KerberosLdapDirectory.findUser - no
  LoginBaseCommand.isUserCanBeAuthenticated - no
  LoginBaseCommand.canDoAction - no
  CommandBase.internalCanDoAction - no
  CommandBase.executeAction - no
  CommandBase.runCommand - no

Am I missing something in this traceback?
Line 145:             }
Line 146:         }
Line 147:         return null;
Line 148:     }


-- 
To view, visit http://gerrit.ovirt.org/26664
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I9c04d586a776b469f0e619d3ea0ff844ea07a357
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: Martin Peřina <mper...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to