diff options
author | Ralph Boehme <slow@samba.org> | 2019-05-06 15:03:02 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2019-08-08 20:24:31 +0000 |
commit | 1b897df4f7489c6ac7663ca4830dc4c129dd2457 (patch) | |
tree | 6e1dbb49f1803415cd2a5a4784d3ad12fb9e8cd8 /lib/param/param_table.c | |
parent | 66b8d86d71551ab8c615428211294ca110608645 (diff) | |
download | samba-1b897df4f7489c6ac7663ca4830dc4c129dd2457.tar.gz |
s3:mdssvc: new option "spotlight backend"
Currently there's only the tracker backend, but subsequent commits will add
other backends.
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r-- | lib/param/param_table.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index f9d3b55adf2..8b1d1e31f60 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -351,6 +351,11 @@ static const struct enum_list enum_ntlm_auth[] = { {-1, NULL} }; +static const struct enum_list enum_spotlight_backend[] = { + {SPOTLIGHT_BACKEND_TRACKER, "tracker"}, + {-1, NULL} +}; + /* Note: We do not initialise the defaults union - it is not allowed in ANSI C * * NOTE: Handling of duplicated (synonym) parameters: |