Discussion:
[otrs] can't turn off "secure mode" in Core
Gregory Heffron
2010-03-04 22:56:45 UTC
Permalink
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?
Leonardo Certuche
2010-03-04 23:07:16 UTC
Permalink
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
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
2010-03-04 23:09:29 UTC
Permalink
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;
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
Continue reading on narkive:
Loading...