Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 308561 Details for
Bug 450175
Comment about ntpd excluded from installation
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
revised patch on Martin's comments
freeipa-49-install.patch (text/plain), 2.24 KB, created by
Rob Crittenden
on 2008-06-06 19:27:45 UTC
(
hide
)
Description:
revised patch on Martin's comments
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-06-06 19:27:45 UTC
Size:
2.24 KB
patch
obsolete
>From c581b9e77b154e7f9ac234ec4954159dd2df4ec4 Mon Sep 17 00:00:00 2001 >From: Rob Crittenden <rcritten@redhat.com> >Date: Fri, 6 Jun 2008 15:25:36 -0400 >Subject: [PATCH] Make it clear which packages are being configured and which aren't. > >450175 >--- > ipa-server/ipa-install/ipa-server-install | 18 +++++++++++++++--- > 1 files changed, 15 insertions(+), 3 deletions(-) > >diff --git a/ipa-server/ipa-install/ipa-server-install b/ipa-server/ipa-install/ipa-server-install >index 0123b4e..f5bf007 100644 >--- a/ipa-server/ipa-install/ipa-server-install >+++ b/ipa-server/ipa-install/ipa-server-install >@@ -346,11 +346,18 @@ def main(): > print "This program will setup the FreeIPA Server." > print "" > print "This includes:" >- print " * Configure the Network Time Daemon (ntpd)" >+ if options.conf_ntp: >+ print " * Configure the Network Time Daemon (ntpd)" > print " * Create and configure an instance of Directory Server" > print " * Create and configure a Kerberos Key Distribution Center (KDC)" > print " * Configure Apache (httpd)" > print " * Configure TurboGears" >+ if options.setup_bind: >+ print " * Configure DNS (bind)" >+ if not options.conf_ntp: >+ print "" >+ print "Excluded by options:" >+ print " * Configure the Network Time Daemon (ntpd)" > print "" > print "To accept the default shown in brackets, press the Enter key." > print "" >@@ -532,14 +539,19 @@ def main(): > print "Setup complete" > print "" > print "Next steps:" >- print "\t1. You may need to open some network ports - specifically:" >+ print "\t1. You must make sure these network ports are open:" > print "\t\tTCP Ports:" > print "\t\t * 80, 443: HTTP/HTTPS" > print "\t\t * 389, 636: LDAP/LDAPS" > print "\t\t * 88, 464: kerberos" >+ if options.setup_bind: >+ print "\t\t * 53: bind" > print "\t\tUDP Ports:" > print "\t\t * 88, 464: kerberos" >- print "\t\t * 123: ntp" >+ if options.setup_bind: >+ print "\t\t * 53: bind" >+ if options.conf_ntp: >+ print "\t\t * 123: ntp" > print "" > print "\t2. You can now obtain a kerberos ticket using the command: 'kinit admin'" > print "\t This ticket will allow you to use the IPA tools (e.g., ipa-adduser)" >-- >1.5.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 450175
:
308475
| 308561