dcerpc: Add debugging message to failing kinit as http

https://fedorahosted.org/freeipa/ticket/4524

Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
Tomas Babej
2015-04-29 08:16:01 +02:00
parent 69c6a33216
commit e6a2a67d7a

View File

@@ -552,6 +552,8 @@ class DomainValidator(object):
if returncode == 0:
return (ccache_path, principal)
else:
root_logger.debug('Kinit failed, stout: %s, stderr: %s'
% (stdout, stderr))
return (None, None)
def search_in_dc(self, domain, filter, attrs, scope, basedn=None,