summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
authorJustin Stephenson <jstephen@redhat.com>2016-08-26 17:43:25 -0400
committerJakub Hrozek <jhrozek@redhat.com>2016-09-12 10:23:41 +0200
commit081c6d8c7c8e75487d1c4e42862964be1e85b575 (patch)
tree552c099c5a4dca4cd49aefab5dd6e9b14bff64b1 /src/confdb
parent632fc5d8991d167eea20769c823163551c3f1d8c (diff)
downloadsssd-081c6d8c7c8e75487d1c4e42862964be1e85b575.tar.gz
sssd-081c6d8c7c8e75487d1c4e42862964be1e85b575.tar.xz
sssd-081c6d8c7c8e75487d1c4e42862964be1e85b575.zip
MONITOR: Add disable_netlink option
Adding a new monitor boolean option to disable netlink support. This will give users more control over sssd state changes without having to modify systemd unit files. Resolves: https://fedorahosted.org/sssd/ticket/3142 Reviewed-by: Petr Cech <pcech@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/confdb')
-rw-r--r--src/confdb/confdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h
index 401e5fbf7..2d6509001 100644
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -73,6 +73,7 @@
#define CONFDB_MONITOR_OVERRIDE_SPACE "override_space"
#define CONFDB_MONITOR_USER_RUNAS "user"
#define CONFDB_MONITOR_CERT_VERIFICATION "certificate_verification"
+#define CONFDB_MONITOR_DISABLE_NETLINK "disable_netlink"
/* Both monitor and domains */
#define CONFDB_NAME_REGEX "re_expression"