Allow only Agents to login to index.pl

Moderator: crythias

Locked
stratus66
Znuny newbie
Posts: 36
Joined: 30 Oct 2015, 13:41
Znuny Version: otrs5
Real Name: Stratos Misinezis
Company: IT-Advisor

Allow only Agents to login to index.pl

Post by stratus66 »

Hello All...
Is that possible to prevent clever users who tried to login to index.pl instead customer.pl ? I can login as a user to index.pl as a AD user. As an AD user cannot do anything since there is no queue assigned to me but I rather would like to avoid this thing happened.
How is that possible?
Thanks in advance.
root
Administrator
Posts: 4244
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Allow only Agents to login to index.pl

Post by root »

There is the possibilitues to restrict access:

Code: Select all

$Self->{'AuthModule::LDAP::GroupDN'} = 'cn=otrsallow,ou=posixGroups,dc=example,dc=com';
$Self->{'AuthModule::LDAP::AlwaysFilter'} = '(department=IT)';
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
stratus66
Znuny newbie
Posts: 36
Joined: 30 Oct 2015, 13:41
Znuny Version: otrs5
Real Name: Stratos Misinezis
Company: IT-Advisor

Re: Allow only Agents to login to index.pl

Post by stratus66 »

Great thanks.
stratus66
Znuny newbie
Posts: 36
Joined: 30 Oct 2015, 13:41
Znuny Version: otrs5
Real Name: Stratos Misinezis
Company: IT-Advisor

Re: Allow only Agents to login to index.pl

Post by stratus66 »

IT Worked...thanks...I just entered in user details...IT in department and filtered as you told me.
Locked