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 299778 Details for
Bug 430015
replication config tools
[?]
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]
No need to use a regular expression to find the replication host
freeipa-774-replica.patch (text/plain), 910 bytes, created by
Rob Crittenden
on 2008-03-31 22:27:47 UTC
(
hide
)
Description:
No need to use a regular expression to find the replication host
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-03-31 22:27:47 UTC
Size:
910 bytes
patch
obsolete
># HG changeset patch ># User Rob Crittenden <rcritten@redhat.com> ># Date 1207002462 14400 ># Node ID e89c9b5f6f1ea142f85eb329d2f9b5b3dc26755a ># Parent 5c97f4afa9b44f32de6ee4ccf00f3ba7498ca4de >No need to use a regular expression to find the replication host > >430015 > >diff -r 5c97f4afa9b4 -r e89c9b5f6f1e ipa-server/ipa-install/ipa-replica-manage >--- a/ipa-server/ipa-install/ipa-replica-manage Mon Mar 31 15:17:39 2008 -0400 >+++ b/ipa-server/ipa-install/ipa-replica-manage Mon Mar 31 18:27:42 2008 -0400 >@@ -57,9 +57,7 @@ def list_masters(replman, verbose): > > for dn in dns: > entry = replman.conn.search_s(dn, ldap.SCOPE_SUBTREE)[0] >- cn = entry.cn >- other = re.search("meTo([a-zA-Z\.]*)[0-9]*", cn).groups()[0] >- print other >+ print entry.getValue('nsds5replicahost') > > if verbose: > print " last init status: %s" % entry.nsds5replicalastinitstatus
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 430015
: 299778