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 296021 Details for
Bug 435055
ipa-server-install creating bind zone files with incorrect names.
[?]
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]
Use fqdn variable to determine hostname
freeipa-705-dns.patch (text/plain), 771 bytes, created by
Rob Crittenden
on 2008-02-27 03:35:02 UTC
(
hide
)
Description:
Use fqdn variable to determine hostname
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-02-27 03:35:02 UTC
Size:
771 bytes
patch
obsolete
># HG changeset patch ># User Rob Crittenden <rcritten@redhat.com> ># Date 1204083246 18000 ># Node ID c35f841749e0d508b8018588714a53e8a22076ae ># Parent e424e6555bd39632c26048316166e3a83a403cd7 >Use correct variable for determining the host name > >435055 > >diff -r e424e6555bd3 -r c35f841749e0 ipa-server/ipaserver/bindinstance.py >--- a/ipa-server/ipaserver/bindinstance.py Tue Feb 26 13:51:56 2008 -0500 >+++ b/ipa-server/ipaserver/bindinstance.py Tue Feb 26 22:34:06 2008 -0500 >@@ -42,7 +42,7 @@ class BindInstance(service.Service): > self.ip_address = ip_address > self.realm = realm_name > self.domain = domain_name >- self.host = domain_name[:domain_name.find(".")] >+ self.host = fqdn[:fqdn.find(".")] > > self.__setup_sub_dict() >
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 435055
: 296021