Bug 670023

Summary: collectd network plugin not built to use authentication
Product: [Fedora] Fedora Reporter: Joel Uckelman <uckelman>
Component: collectdAssignee: Richard W.M. Jones <rjones>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 14CC: apevec, apevec, rjones, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: collectd-4.10.2-1.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-01-26 11:22:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joel Uckelman 2011-01-16 19:02:06 UTC
Description of problem:

According to the man page for collectd.conf, the collectd network plugin must be linked with libgcrypt in order to use authentication. Not using authentication is a potential security hole, but Fedora's collectd package is built without this.

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

collectd-4.9.4-1.fc14.x86_64

How reproducible:

Always.

Steps to Reproduce:
1. ldd /usr/lib64/collectd/network.so | grep libgcrypt
  
Actual results:

Nothing.


Expected results:

libgcrypt should show up.