[otrs-cvs] otrs/Kernel/Config Defaults.pm,1.434,1.435
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Config
In directory lancelot:/tmp/cvs-serv22106/Kernel/Config
Modified Files:
Defaults.pm
Log Message:
Fixed bug#7689: SecureMode does not do what it should.
Author: mg
Index: Defaults.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Defaults.pm,v
retrieving revision 1.434
retrieving revision 1.435
diff -2 -u -d -r1.434 -r1.435
--- Defaults.pm 28 Jan 2013 09:32:35 -0000 1.434
+++ Defaults.pm 28 Jan 2013 12:54:42 -0000 1.435
@@ -48,8 +48,6 @@
# --------------------------------------------------- #
# SecureMode
- # Disables the use of web-installer (installer.pl). If not
- # active, the GenericAgent, PackageManager and SQL Box, since it's possible
- # to use it for destructive write queries such as DROP DATABASE, and also to
- # steal user passwords.
+ # Disables the use of web-installer (installer.pl).
+ # GenericAgent, PackageManager and SQL Box can only be used if SecureMode is enabled.
$Self->{SecureMode} = 0;
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log