[SOLVED]ACL insert

Moderator: crythias

Locked
223roni256
Znuny newbie
Posts: 63
Joined: 30 Dec 2013, 14:27
Znuny Version: 3.3.3
Real Name: Lukasz Sobiepan
Company: Novum

[SOLVED]ACL insert

Post by 223roni256 »

Hello first sorry for my stupid, dump question but I not sure so I need to ask.

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;
Thank's for help.
Regards.
OTRS 3.3.3 on ubuntu 12.04 LTS
Last edited by 223roni256 on 14 Apr 2014, 08:46, edited 2 times in total.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: ACL insert

Post by jojo »

on 3.3. use the ACL Editor in the Admin Interface
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: ACL insert

Post by crythias »

If you're editing Config.pm, ideally, before:

Code: Select all

    # ---------------------------------------------------- #
    # ---------------------------------------------------- #
    #                                                      #
    # end of your own config options!!!                    #
    #                                                      #
    # ---------------------------------------------------- #
    # ---------------------------------------------------- #
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked