[otrs] can't turn off "secure mode" in Core

0 views
Skip to first unread message

Gregory Heffron

unread,
Mar 4, 2010, 5:56:45 PM3/4/10
to ot...@otrs.org
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/

Leonardo Certuche

unread,
Mar 4, 2010, 6:07:16 PM3/4/10
to User questions and discussions about OTRS.
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

Broderick Wood

unread,
Mar 4, 2010, 6:09:29 PM3/4/10
to User questions and discussions about OTRS.
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;

--
------------------------------------------------
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

Reply all
Reply to author
Forward
0 new messages