RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 766941 - The full dyndns update message should be logged into debug logs
Summary: The full dyndns update message should be logged into debug logs
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: sssd
Version: 6.2
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Stephen Gallagher
QA Contact: IDM QE LIST
URL:
Whiteboard:
: 773326 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-12-12 20:15 UTC by Jenny Severance
Modified: 2020-05-04 10:30 UTC (History)
6 users (show)

Fixed In Version: sssd-1.8.0-2.el6.beta2
Doc Type: Bug Fix
Doc Text:
No documentation needed
Clone Of:
Environment:
Last Closed: 2012-06-20 11:49:44 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github SSSD sssd issues 1935 0 None None None 2020-05-04 10:30:32 UTC
Red Hat Product Errata RHBA-2012:0747 0 normal SHIPPED_LIVE sssd bug fix and enhancement update 2012-06-19 19:31:43 UTC

Description Jenny Severance 2011-12-12 20:15:54 UTC
Description of problem:

Right now, the dynamic DNS update message is not logged anywhere. I suspect that the reason for not including it were security concerns.

I think the message should be logged, because the logs are readable by root only anyway and moreover the update message only contains the following data:

    * hostname of the client
    * IP addresses of clients's network interface (either the one the client uses to connect to LDAP or one selected in the sssd config file)
    * client DNS zone
    * Kerberos realm of the client
    * IPA server hostname 

Adding the full nsupdate message would help in debugging dyndns issues as it would be possible to use the same message directly with nsupdate from the command line. 

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Upstream ticket :: https://fedorahosted.org/sssd/ticket/893

Comment 1 Stephen Gallagher 2012-01-11 15:09:06 UTC
*** Bug 773326 has been marked as a duplicate of this bug. ***

Comment 4 Jakub Hrozek 2012-04-03 17:53:36 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
No documentation needed

Comment 5 Gowrishankar Rajaiyan 2012-05-07 08:31:42 UTC
nsupdate messages are logged after setting debug_level = 6 and above.

relevant sssd.conf:
[domain/lab.eng.pnq.redhat.com]
debug_level = 6
cache_credentials = True
krb5_store_password_if_offline = True
ipa_domain = lab.eng.pnq.redhat.com
id_provider = ipa
auth_provider = ipa
access_provider = ipa
chpass_provider = ipa
ipa_dyndns_update = True
ipa_dyndns_iface = eth0
ipa_server = _srv_, primenova.lab.eng.pnq.redhat.com
ldap_tls_cacert = /etc/ipa/ca.crt


<snip>
(Mon May  7 02:02:54 2012) [sssd[be[lab.eng.pnq.redhat.com]]] [create_nsupdate_message] (0x0400):  -- Begin nsupdate message -- 
server primenova.lab.eng.pnq.redhat.com
realm LAB.ENG.PNQ.REDHAT.COM
zone lab.eng.pnq.redhat.com.
update delete rodimus.lab.eng.pnq.redhat.com. in A
send
update delete rodimus.lab.eng.pnq.redhat.com. in AAAA
send
update add rodimus.lab.eng.pnq.redhat.com. 86400 in AAAA fe80::5054:ff:fe18:57c6
update add rodimus.lab.eng.pnq.redhat.com. 86400 in AAAA 2620:52:0:41c9:5054:ff:fe18:57c6
update add rodimus.lab.eng.pnq.redhat.com. 86400 in A 10.65.201.240
send
(Mon May  7 02:02:54 2012) [sssd[be[lab.eng.pnq.redhat.com]]] [create_nsupdate_message] (0x0400):  -- End nsupdate message -- 
</snip>

Verified in version: sssd-1.8.0-25.el6.x86_64

Comment 7 errata-xmlrpc 2012-06-20 11:49:44 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2012-0747.html


Note You need to log in before you can comment on or make changes to this bug.