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 307227 Details for
Bug 430001
ipa-client-install query about domain names when DNS is not available to autofill data is insufficiently precise
[?]
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]
try to clear up the request for input
freeipa-36-client.patch (text/plain), 1.86 KB, created by
Rob Crittenden
on 2008-05-30 18:45:20 UTC
(
hide
)
Description:
try to clear up the request for input
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-05-30 18:45:20 UTC
Size:
1.86 KB
patch
obsolete
>From 1aa224cb38b0456086e82b0cd39511e4d5ede607 Mon Sep 17 00:00:00 2001 >From: Rob Crittenden <rcritten@redhat.com> >Date: Fri, 30 May 2008 14:40:25 -0400 >Subject: [PATCH] Try to clear up messages prompting for domain and IPA server when DNS > discovery fails to find them. > >--- > ipa-client/ipa-install/ipa-client-install | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install >index 279409d..ecdf927 100644 >--- a/ipa-client/ipa-install/ipa-client-install >+++ b/ipa-client/ipa-install/ipa-client-install >@@ -162,10 +162,10 @@ def main(): > elif options.unattended: > return ret > else: >- print "Failed to determine your DNS domain (DNS misconfigured?)" >+ print "DNS discovery failed to determine your DNS domain" > cli_domain = "" > while cli_domain == "": >- cli_domain = raw_input("Please provide your domain name (ex: example.com): ") >+ cli_domain = raw_input("Please provide the domain name of your IPA server (ex: example.com): ") > ret = ds.search(domain=cli_domain, server=options.server) > if not cli_domain: > if ds.getDomainName(): >@@ -179,10 +179,10 @@ def main(): > elif options.unattended: > return ret > else: >- print "Failed to find the IPA Server (DNS misconfigured?)" >+ print "DNS discovery failed to find the IPA Server" > cli_server = "" > while cli_server == "": >- cli_server = raw_input("Please provide your server name (ex: ipa.example.com): ") >+ cli_server = raw_input("Please provide your IPA server name (ex: ipa.example.com): ") > ret = ds.search(domain=cli_domain, server=cli_server) > if not cli_server: > if ds.getServerName(): >-- >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 430001
: 307227