summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install/ipa-server-install
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2008-05-23 14:51:50 -0400
committerSimo Sorce <ssorce@redhat.com>2008-05-29 09:43:00 -0400
commit53afb67537f6be9712f2cb23fb021d204b5182b0 (patch)
tree788c8f0111b39c9e286034fbd6f73258e850cc13 /ipa-server/ipa-install/ipa-server-install
parentc5d6ad5c6e971e6663d1ebeb2b558d8a731a9607 (diff)
downloadfreeipa-53afb67537f6be9712f2cb23fb021d204b5182b0.tar.gz
freeipa-53afb67537f6be9712f2cb23fb021d204b5182b0.tar.xz
freeipa-53afb67537f6be9712f2cb23fb021d204b5182b0.zip
Fix the case where domain != lower(REALM)
add the domain to the ipa.conf file for apps that need to know This should fix a bug in the replica setup
Diffstat (limited to 'ipa-server/ipa-install/ipa-server-install')
-rw-r--r--ipa-server/ipa-install/ipa-server-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipa-server/ipa-install/ipa-server-install b/ipa-server/ipa-install/ipa-server-install
index b979e9955..9b0baa24c 100644
--- a/ipa-server/ipa-install/ipa-server-install
+++ b/ipa-server/ipa-install/ipa-server-install
@@ -495,6 +495,7 @@ def main():
fd.write("[defaults]\n")
fd.write("server=" + host_name + "\n")
fd.write("realm=" + realm_name + "\n")
+ fd.write("domain=" + domain_name + "\n")
fd.close()
# Create a Web Gui instance