summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-04-08 15:00:33 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-04-08 15:05:43 -0400
commit84e4428bca33143c002802af5e9890521eb91f73 (patch)
tree788b069e9dea7b363af67f5d1cfb5f14b77c10d8
parent0bb5fd91692dd374cf2c961750920219341ab023 (diff)
downloadsssd-84e4428bca33143c002802af5e9890521eb91f73.tar.gz
sssd-84e4428bca33143c002802af5e9890521eb91f73.tar.xz
sssd-84e4428bca33143c002802af5e9890521eb91f73.zip
Fix missing entry from first-start config
Since we switched to allowing domains to be configured but inactive, we need to include the default set (just LOCAL) into the first-start config.
-rw-r--r--server/confdb/confdb_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/confdb/confdb_private.h b/server/confdb/confdb_private.h
index 59746ff9b..fe8dfeb87 100644
--- a/server/confdb/confdb_private.h
+++ b/server/confdb/confdb_private.h
@@ -45,6 +45,7 @@
"cn: domains\n" \
"description: Domains served by SSSD\n" \
"default: LOCAL\n" \
+ "domains: LOCAL\n" \
"\n" \
"dn: cn=LOCAL,cn=domains,cn=config\n" \
"cn: LOCAL\n" \