summaryrefslogtreecommitdiffstats
path: root/src/util/util.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2016-03-28 15:22:35 -0400
committerSimo Sorce <simo@redhat.com>2016-04-05 14:34:14 -0400
commit5050b2d98f845311a2fb73707bae19904a2900da (patch)
tree5ceb3031085ff285f20f4658b886f6310c0d554b /src/util/util.h
parent4183a02c43eee1f74397e0f8eeedc7f66d2db46b (diff)
downloadsssd-secsrv.tar.gz
sssd-secsrv.tar.xz
sssd-secsrv.zip
Monitor: Add mode to generate confdb onlysecsrv
With this mode we can add socket activated services and have systemd pre exec sssd to genrate the configuration file w/o starting the whole sssd if not necessary. Resolves: https://fedorahosted.org/sssd/ticket/XXXX
Diffstat (limited to 'src/util/util.h')
-rw-r--r--src/util/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/util.h b/src/util/util.h
index dd394514..f37047a9 100644
--- a/src/util/util.h
+++ b/src/util/util.h
@@ -83,6 +83,7 @@
#define FLAGS_DAEMON 0x0001
#define FLAGS_INTERACTIVE 0x0002
#define FLAGS_PID_FILE 0x0004
+#define FLAGS_GEN_CONF 0x0008
#ifndef talloc_zfree
#define talloc_zfree(ptr) do { talloc_free(discard_const(ptr)); ptr = NULL; } while(0)