From 4811057a37549a6ef3a2b04f8bcce8b64d44f581 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 28 Nov 2012 14:16:52 +0100 Subject: Enable libldap debugging --- src/util/util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/util/util.h') diff --git a/src/util/util.h b/src/util/util.h index df1ee3b08..1f269e595 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -67,6 +67,9 @@ int debug_get_level(int old_level); int debug_convert_old_level(int old_level); errno_t set_debug_file_from_fd(const int fd); +int reopen_stderr_for_libldap(const char *filename); +int reopen_stderr_after_libldap(void); + #define SSSDBG_FATAL_FAILURE 0x0010 /* level 0 */ #define SSSDBG_CRIT_FAILURE 0x0020 /* level 1 */ #define SSSDBG_OP_FAILURE 0x0040 /* level 2 */ -- cgit