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 293010 Details for
Bug 430088
langugage change - ipa-server-install
[?]
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]
include some more information as requested
freeipa-605-msg.patch (text/plain), 3.38 KB, created by
Rob Crittenden
on 2008-01-25 22:08:54 UTC
(
hide
)
Description:
include some more information as requested
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-01-25 22:08:54 UTC
Size:
3.38 KB
patch
obsolete
># HG changeset patch ># User Rob Crittenden <rcritten@redhat.com> ># Date 1201298916 18000 ># Node ID 502207e8c017fed6a81fe9b6c49c45056296d1f8 ># Parent 72671ab1b7201726053afddd1da54ac256c6351f >Include some additional information when installing IPA. >Remove 8080 as a port that needs to be opened >bz 430088 > >diff -r 72671ab1b720 -r 502207e8c017 ipa-server/ipa-install/ipa-server-install >--- a/ipa-server/ipa-install/ipa-server-install Tue Jan 22 16:42:45 2008 +0000 >+++ b/ipa-server/ipa-install/ipa-server-install Fri Jan 25 17:08:36 2008 -0500 >@@ -191,7 +191,8 @@ def read_ds_user(): > try: > pwd.getpwnam('dirsrv') > >- print "A user account named 'dirsrv' already exists." >+ print "A user account named 'dirsrv' already exists. This is the user id" >+ print "that the Directory Server will run as." > print "" > yesno = raw_input("Do you want to use the existing 'dirsrv' account? [yes]: ") > print "" >@@ -229,7 +230,8 @@ def read_dm_password(): > def read_dm_password(): > print "Certain directory server operations require an administrative user." > print "This user is referred to as the Directory Manager and has full access" >- print "to the Directory for system management tasks." >+ print "to the Directory for system management tasks and will be added to the >+ print "instance of directory server created for IPA." > print "The password must be at least 8 characters long." > print "" > #TODO: provide the option of generating a random password >@@ -251,6 +253,9 @@ def check_dirsrv(): > print "An existing Directory Server has been detected." > yesno = raw_input("Do you wish to remove it and create a new one? [no]: ") > if not yesno or yesno.lower()[0] != "y": >+ print "" >+ print "Only a single Directory Server instance is allowed on an IPA" >+ print "server, the one used by IPA itself." > sys.exit(1) > > try: >@@ -302,6 +307,13 @@ def main(): > > print "==============================================================================" > print "This program will setup the FreeIPA Server." >+ print "" >+ print "This includes:" >+ print " * Create and configure an instance of Directory Server" >+ print " * Create and configure a Kerberos Domain Controller (KDC)" >+ print " * Configure Apache (httpd)" >+ print " * Configure TurboGears" >+ print " * Configure the Network Time Daemon (ntpd)" > print "" > print "To accept the default shown in brackets, press the Enter key." > print "" >@@ -477,7 +489,7 @@ def main(): > print "Next steps:" > print "\t1. You may need to open some network ports - specifically:" > print "\t\tTCP Ports:" >- print "\t\t * 80, 443, 8080: HTTP/HTTPS" >+ print "\t\t * 80, 443: HTTP/HTTPS" > print "\t\t * 389, 636: LDAP/LDAPS" > print "\t\t * 88, 464: kerberos" > print "\t\tUDP Ports:" >diff -r 72671ab1b720 -r 502207e8c017 ipa-server/ipaserver/service.py >--- a/ipa-server/ipaserver/service.py Tue Jan 22 16:42:45 2008 +0000 >+++ b/ipa-server/ipaserver/service.py Fri Jan 25 17:08:36 2008 -0500 >@@ -118,7 +118,7 @@ class Service: > > step = 0 > for (message, method) in self.steps: >- self.print_msg(" [%d/%d]: %s" % (step, len(self.steps), message)) >+ self.print_msg(" [%d/%d]: %s" % (step+1, len(self.steps)+1, message)) > method() > step += 1 >
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 430088
: 293010