samba -> winbindd -d10
authorStefan Metzmacher <metze@samba.org>
Fri, 17 Mar 2017 20:08:44 +0000 (21:08 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 29 Oct 2019 13:33:03 +0000 (14:33 +0100)
source4/winbind/winbindd.c

index e68ddfb68e1216a2b29198be70118c35c1075a2e..d1fa8a4b522ace32af02370d7dfbfdfa50b44fe7 100644 (file)
@@ -72,6 +72,7 @@ static NTSTATUS winbindd_task_init(struct task_server *task)
                                "--option=server role check:inhibit=yes",
                                "--foreground",
                                debug_get_output_is_stdout()?"--stdout":NULL,
+                               "-d10",
                                NULL);
        if (subreq == NULL) {
                DEBUG(0, ("Failed to start winbindd as child daemon\n"));