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 591045 Details for
Bug 831010
[RFE] ipa-client-install always adds _srv_ entry to sssd.conf even when server specified.
[?]
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]
added extra check to make sure server is specified with --fixed-server option
0002-added-extra-check-to-make-sure-server-is-specified-w.patch (text/plain), 889 bytes, created by
lance dillon
on 2012-06-12 00:13:30 UTC
(
hide
)
Description:
added extra check to make sure server is specified with --fixed-server option
Filename:
MIME Type:
Creator:
lance dillon
Created:
2012-06-12 00:13:30 UTC
Size:
889 bytes
patch
obsolete
>From b4bb0761a47060beabcca83bcb26d5dccc8b2e6a Mon Sep 17 00:00:00 2001 >From: Lance Dillon <riffraff169@yahoo.com> >Date: Mon, 11 Jun 2012 19:05:49 -0400 >Subject: [PATCH 2/2] added extra check to make sure --server is specified > with --fixed > >--- > ipa-client/ipa-install/ipa-client-install | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install >index cd11947..431e24e 100755 >--- a/ipa-client/ipa-install/ipa-client-install >+++ b/ipa-client/ipa-install/ipa-client-install >@@ -137,6 +137,8 @@ def parse_options(): > > if (options.server and not options.domain): > parser.error("--server cannot be used without providing --domain") >+ if (options.fixed and not options.server): >+ parser.error("--fixed requires --server") > > return safe_opts, options > >-- >1.7.7.6 >
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 831010
:
591044
| 591045