summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-03-04 14:47:47 -0500
committerRob Crittenden <rcritten@redhat.com>2008-03-04 14:47:47 -0500
commitf948904b5c8edaaf11f1173bc7221eb175885172 (patch)
tree2ca2aad3cd4db6cf5e1db883263a021680fca283 /ipa-server/ipa-install
parent449344e6839af9a2b7f3d62bdecfa264e49e5b94 (diff)
downloadfreeipa-f948904b5c8edaaf11f1173bc7221eb175885172.tar.gz
freeipa-f948904b5c8edaaf11f1173bc7221eb175885172.tar.xz
freeipa-f948904b5c8edaaf11f1173bc7221eb175885172.zip
KDC is Key Distribution Center, not Kerberos Domain Controller
435949
Diffstat (limited to 'ipa-server/ipa-install')
-rw-r--r--ipa-server/ipa-install/ipa-server-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-install/ipa-server-install b/ipa-server/ipa-install/ipa-server-install
index bb9bf6398..43c20791a 100644
--- a/ipa-server/ipa-install/ipa-server-install
+++ b/ipa-server/ipa-install/ipa-server-install
@@ -328,7 +328,7 @@ def main():
print "This includes:"
print " * Configure the Network Time Daemon (ntpd)"
print " * Create and configure an instance of Directory Server"
- print " * Create and configure a Kerberos Domain Controller (KDC)"
+ print " * Create and configure a Kerberos Key Distribution Center (KDC)"
print " * Configure Apache (httpd)"
print " * Configure TurboGears"
print ""