summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2009-12-08 15:55:48 +0100
committerStephen Gallagher <sgallagh@redhat.com>2009-12-08 23:48:46 -0500
commit1aed2b04580918057473118239ca2c9c0daea231 (patch)
treec081a767323e88058b9dab88a72870155b649887
parentffc31069e6f63d3a1b6003724466729edc9ba848 (diff)
downloadsssd-1aed2b04580918057473118239ca2c9c0daea231.tar.gz
sssd-1aed2b04580918057473118239ca2c9c0daea231.tar.xz
sssd-1aed2b04580918057473118239ca2c9c0daea231.zip
Do not start with provider=files
Fixes: #233
-rw-r--r--server/monitor/monitor.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/monitor/monitor.c b/server/monitor/monitor.c
index d47b3a80a..f5909f67c 100644
--- a/server/monitor/monitor.c
+++ b/server/monitor/monitor.c
@@ -1182,6 +1182,12 @@ static int add_new_provider(struct mt_ctx *ctx, const char *name)
return ret;
}
+ if (strcasecmp(svc->provider, "files") == 0) {
+ /* The files provider is not valid anymore */
+ DEBUG(0, ("The \"files\" provider is invalid\n"));
+ return EINVAL;
+ }
+
if (strcasecmp(svc->provider, "local") == 0) {
/* The LOCAL provider requires no back-end currently
* We'll add it to the service list, but we don't need