The question is where I exacly insert the ACL. In 3.3.3 admin manual I read the ACL topic and i got info that ACL cannot be configure by Sysconfig interface they must be insert in /Kernel/Config.pm
but where exacly ?
Code: Select all
# config settings taken from Kernel/Config/Defaults.pm #
# ---------------------------------------------------- #
# $Self->{SessionUseCookie} = 0;
# $Self->{CheckMXRecord} = 0;
# ---------------------------------------------------- #
# ---------------------------------------------------- #
# data inserted by installer #
# ---------------------------------------------------- #
# $DIBI$
# ---------------------------------------------------- #
# ---------------------------------------------------- #
# #
# end of your own config options!!! #
# #
# ---------------------------------------------------- #
# ---------------------------------------------------- #
}
# ---------------------------------------------------- #
# needed system stuff (don't edit this) #
# ---------------------------------------------------- #
use base qw(Kernel::Config::Defaults);
# -----------------------------------------------------#
I think they should be add in this section but maybe i wrong.
1;
Regards.
OTRS 3.3.3 on ubuntu 12.04 LTS