summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5/krb5_auth.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-10-12 15:38:29 +0200
committerSimo Sorce <ssorce@redhat.com>2009-10-15 18:10:21 -0400
commitc0dfe79ba578d62a991b0a829d7e0f670a445109 (patch)
treedc109923822b41d1242a52fc980bf7f0f766b3fd /server/providers/krb5/krb5_auth.h
parentdc71edea5cda411cdce039777a2ba3b00e19ca27 (diff)
downloadsssd-c0dfe79ba578d62a991b0a829d7e0f670a445109.tar.gz
sssd-c0dfe79ba578d62a991b0a829d7e0f670a445109.tar.xz
sssd-c0dfe79ba578d62a991b0a829d7e0f670a445109.zip
enable debugging of krb5_child
Diffstat (limited to 'server/providers/krb5/krb5_auth.h')
-rw-r--r--server/providers/krb5/krb5_auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/providers/krb5/krb5_auth.h b/server/providers/krb5/krb5_auth.h
index e70f5d3aa..1fd7c5897 100644
--- a/server/providers/krb5/krb5_auth.h
+++ b/server/providers/krb5/krb5_auth.h
@@ -92,6 +92,7 @@ struct krb5_ctx {
char *ccache_dir;
char *ccname_template;
int auth_timeout;
+ int child_debug_fd;
};
#endif /* __KRB5_AUTH_H__ */