summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2014-07-18 22:39:56 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-07-20 21:26:22 +0200
commitb31b0a468ddbc9be4fc78289e5a0a108c31ec620 (patch)
tree01ef2390e6c3c86a70b441691bcf66e2766080df
parentee4ba51f2fcfc8d8b807c3de6eaac554281165d2 (diff)
downloadsssd-b31b0a468ddbc9be4fc78289e5a0a108c31ec620.tar.gz
sssd-b31b0a468ddbc9be4fc78289e5a0a108c31ec620.tar.xz
sssd-b31b0a468ddbc9be4fc78289e5a0a108c31ec620.zip
AD: add missing debug-to-stderr option to gpo_child
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
-rw-r--r--src/providers/ad/ad_gpo_child.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/providers/ad/ad_gpo_child.c b/src/providers/ad/ad_gpo_child.c
index 0b6a4cde3..31c5c99b1 100644
--- a/src/providers/ad/ad_gpo_child.c
+++ b/src/providers/ad/ad_gpo_child.c
@@ -498,6 +498,9 @@ main(int argc, const char *argv[])
_("Show timestamps with microseconds"), NULL},
{"debug-fd", 0, POPT_ARG_INT, &debug_fd, 0,
_("An open file descriptor for the debug logs"), NULL},
+ {"debug-to-stderr", 0, POPT_ARG_NONE | POPT_ARGFLAG_DOC_HIDDEN,
+ &debug_to_stderr, 0,
+ _("Send the debug output to stderr directly."), NULL },
POPT_TABLEEND
};