diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-04-08 15:00:33 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-04-08 15:05:43 -0400 |
commit | 84e4428bca33143c002802af5e9890521eb91f73 (patch) | |
tree | 788b069e9dea7b363af67f5d1cfb5f14b77c10d8 /server | |
parent | 0bb5fd91692dd374cf2c961750920219341ab023 (diff) | |
download | sssd-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.
Diffstat (limited to 'server')
-rw-r--r-- | server/confdb/confdb_private.h | 1 |
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" \ |