diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-06-30 13:55:41 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-07-09 11:44:07 -0400 |
commit | cab4c5011d0dc6d98e2115f46b1185a17804df49 (patch) | |
tree | 02532efe8caa98f12a6e1564a85f11bf60e27709 /src/confdb | |
parent | 09c170c5b5cf0d62e7302ef284a1e35072ef1d95 (diff) | |
download | sssd-cab4c5011d0dc6d98e2115f46b1185a17804df49.tar.gz sssd-cab4c5011d0dc6d98e2115f46b1185a17804df49.tar.xz sssd-cab4c5011d0dc6d98e2115f46b1185a17804df49.zip |
Add try_inotify option
There are some special cases where inotify cannot be used, even if
the host OS claims that it is supported. In these cases, it should
be possible to explicitly disable the use of inotify.
https://fedorahosted.org/sssd/ticket/484
Diffstat (limited to 'src/confdb')
-rw-r--r-- | src/confdb/confdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h index e5a0d9ab9..24b565d29 100644 --- a/src/confdb/confdb.h +++ b/src/confdb/confdb.h @@ -60,6 +60,7 @@ #define CONFDB_MONITOR_ACTIVE_DOMAINS "domains" #define CONFDB_MONITOR_NAME_REGEX "re_expression" #define CONFDB_MONITOR_FULL_NAME_FORMAT "full_name_format" +#define CONFDB_MONITOR_TRY_INOTIFY "try_inotify" /* NSS */ #define CONFDB_NSS_CONF_ENTRY "config/nss" |