Tomáš Došek has uploaded a new change for review.

Change subject: engine: Fix for BZ#967890 - logging enhancement on JndiAction 
level
......................................................................

engine: Fix for BZ#967890 - logging enhancement on JndiAction level

Enhanced logging possibility for JndiAction class in debug mode.
This enables user to view more detailed info on what query path, URI and user
was used to perform the authentication and ticket crea

Change-Id: I06f836e4b90c265d81f90416fa7835540cdf04ef
Bug-Url: https://bugzilla.redhat.com/967890
Signed-off-by: Tomas Dosek <tdo...@redhat.com>
---
M 
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/kerberos/JndiAction.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/52/15152/1

diff --git 
a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/kerberos/JndiAction.java
 
b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/kerberos/JndiAction.java
index 5a6d445..f757aca 100644
--- 
a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/kerberos/JndiAction.java
+++ 
b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/kerberos/JndiAction.java
@@ -120,7 +120,7 @@
                     }
                     // Print also URI and complete query path
                     log.debug("URI is: " + uri.toString());
-                    log.debug("Complete query path is: " + 
ldapQueryPath.toString());
+                    log.debug("Complete query path is: " + currentLdapServer);
                     System.out.println("No user in Directory was found for " + 
userName
                             + ". Trying next LDAP server in list");
                 } else {


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I06f836e4b90c265d81f90416fa7835540cdf04ef
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tomáš Došek <maxa...@gmail.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to