Red Hat Bugzilla – Bug 855022
Augeas can't setup "require_ssl_reuse" option in vsftpd.conf
Last modified: 2013-11-20 23:50:48 EST
Description of problem: augeas is unable to setup "require_ssl_reuse" option in vsftpd.conf There's an upstream fix adding this option to vsftpd lens. Version-Release number of selected component (if applicable): augeas-0.9.0-4.el6
I reproduced the bug with augeas-0.9.0-2.el6: augtool> set /files/etc/vsftpd/vsftpd.conf/require_ssl_reuse "YES" augtool> save error: Failed to execute command error: saving failed (run 'print /augeas//error' for details) augtool> print /augeas//error /augeas/files/etc/xml/test2.xml/error = "parse_failed" /augeas/files/etc/xml/test2.xml/error/pos = "1" /augeas/files/etc/xml/test2.xml/error/line = "1" /augeas/files/etc/xml/test2.xml/error/char = "1" /augeas/files/etc/xml/test2.xml/error/lens = "/usr/share/augeas/lenses/dist/xml.aug:133.10-135.60:" /augeas/files/etc/xml/test2.xml/error/message = "Syntax error" /augeas/files/etc/xml/test.xml/error = "parse_failed" /augeas/files/etc/xml/test.xml/error/pos = "38" /augeas/files/etc/xml/test.xml/error/line = "1" /augeas/files/etc/xml/test.xml/error/char = "38" /augeas/files/etc/xml/test.xml/error/lens = "/usr/share/augeas/lenses/dist/xml.aug:133.10-135.60:" /augeas/files/etc/xml/test.xml/error/message = "Syntax error" /augeas/files/etc/vsftpd/vsftpd.conf/error = "put_failed" /augeas/files/etc/vsftpd/vsftpd.conf/error/path = "/files/etc/vsftpd/vsftpd.conf" /augeas/files/etc/vsftpd/vsftpd.conf/error/lens = "/usr/share/augeas/lenses/dist/vsftpd.aug:27.10-.61:" /augeas/files/etc/vsftpd/vsftpd.conf/error/message = "Malformed child node 'require_ssl_reuse'" And the commands work fine with augeas-1.0.0-5.el6: augtool> set /files/etc/vsftpd/vsftpd.conf/require_ssl_reuse "YES" augtool> save Saved 1 file(s) augtool> print /files/etc/vsftpd/vsftpd.conf/require_ssl_reuse /files/etc/vsftpd/vsftpd.conf/require_ssl_reuse = "YES" So the bug has been fixed.
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/RHSA-2013-1537.html