diff options
author | Simo Sorce <simo@redhat.com> | 2016-06-29 21:29:25 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2016-06-29 21:47:05 +0200 |
commit | 2aafa4811cd9f74f70820b0e266df8e4c7ed6ad7 (patch) | |
tree | 88b6442dabb4206b173d3c36d7468fd86bdc5e4d /src/util | |
parent | a9d46b86993ee8d87fddf0ba50665c0b1b78ebb7 (diff) | |
download | sssd-2aafa4811cd9f74f70820b0e266df8e4c7ed6ad7.tar.gz sssd-2aafa4811cd9f74f70820b0e266df8e4c7ed6ad7.tar.xz sssd-2aafa4811cd9f74f70820b0e266df8e4c7ed6ad7.zip |
Monitor: Add mode to generate confdb only
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.
https://fedorahosted.org/sssd/ticket/2243
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/util.h b/src/util/util.h index 96f154f6a..36d8231b9 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 #define PIPE_INIT { -1, -1 } |