Customers Using LDAP

Moderator: crythias

Locked
rwoeke
Znuny newbie
Posts: 10
Joined: 08 Jun 2011, 12:22
Znuny Version: 3.07
Real Name: Reynold Woeke

Customers Using LDAP

Post by rwoeke »

Im sitting with a Scenario where I have to exclude certain Customers from the LDAP query.

The only way to differentiate between the two types of users is to look at their email address.

1) Must be included in search results if Email contains: *@domainName.com
2) Must be Excluded from search results when Email Contains: *@internal.domainName.com

Is there a way to always Exclude users with an email like -> *@internal.domainName.com ?

Thanks
OTRS 3.07 - Windows 2003 with LDAP for Agents
OTRS FANBOY 2.0
rwoeke
Znuny newbie
Posts: 10
Joined: 08 Jun 2011, 12:22
Znuny Version: 3.07
Real Name: Reynold Woeke

Re: Customers Using LDAP

Post by rwoeke »

Solved

AlwaysFilter => '(mail=*@domain.com)' does the trick
OTRS 3.07 - Windows 2003 with LDAP for Agents
OTRS FANBOY 2.0
Locked