Funnelback patch 15.6.0.9
-
Released: 2016-10-13
-
Applies to: v15.6.0
-
Internal reference: SUPPORT-2310
Description
Fix a bug where reset passwords would be reverted on the next classic administration dashboard password change.
Please note that bin/setup/post_install* scripts are not updated with this patch, and will no longer operate correctly until the next released version of Funnelback is installed.
Affected files
-
bin/new-collection.pl
,bin/realmpasswd.pl
,lib/perl/Config/Properties.pm
,wbin/README
,web/admin/admin-delete-user.cgi
,web/admin/change-password.cgi
,web/admin/edit-user.cgi
,web/admin/save-password.cgi
,web/bin/change_password.bat
,web/bin/change_password.sh
: Eliminates the redundant use of .htpasswd files to store user credentials. -
conf/.htpasswd
,bin/htpasswd.pl
,bin/update_realm_properties.pl
,lib/perl/Authen
,wbin/htpasswd.exe
,web/admin/.htaccess.dist
: Removed (no longer required)
Deployment
-
Stop the jetty web server.
-
Deploy the provided files on top of an existing install, backing up any files replaced.
-
Remove
conf/.htpasswd
,bin/htpasswd.pl
,bin/update_realm_properties.pl
,lib/perl/Authen
,wbin/htpasswd.exe
,web/admin/.htaccess.dist
files -
As patches are cumulative, apply all deployment instructions from previous patches.
-
Start the jetty web server.