mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user