can't turn off "secure mode" in Core

I want to reinstall OTRS, but can't seem to turn off the SecureMode in the Core. I'm logged in as the root user when trying to make this change. Any ideas?

Hi,
I guess you're using the web front end to turn it off which sometimes hasn't
worked for me, try to edit /opt/otrs/Kernel/Config.pm and make sure you've
got:
$Self->{'SecureMode'} = 0;
Save changes, restart otrs and give it a go ;)
Leonardo Certuche
On 4 March 2010 17:56, Gregory Heffron
I want to reinstall OTRS, but can't seem to turn off the SecureMode in the Core. I'm logged in as the root user when trying to make this change.
Any ideas? --------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/

The option is not obvious. You turn it OFF by adding the line
$Self->{SecureMode} = 1;
to your Config.pm
which seems like you would be turning it on not disabling it.
here is the exceropt from the Default.pm file:
# SecureMode
# Disables the use of web-installer (installer.pl). Also disables 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.
$Self->{SecureMode} = 0;
On Thu, Mar 4, 2010 at 3:56 PM, Gregory Heffron
I want to reinstall OTRS, but can't seem to turn off the SecureMode in the Core. I'm logged in as the root user when trying to make this change.
Any ideas? --------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/
-- ------------------------------------------------ Broderick Wood HelpDesk Co-Ordinator Technical Services Team #205 Athabasca Hall Department of Computer Science The University of Alberta Edmonton, AB T6G 2E8 (780) 492-5018
participants (3)
-
Broderick Wood
-
Gregory Heffron
-
Leonardo Certuche