AlwaysFilter using nested groups

Moderator: crythias

Locked
cyr0nk0r
Znuny newbie
Posts: 14
Joined: 19 Aug 2011, 16:09
Znuny Version: 3.0.10

AlwaysFilter using nested groups

Post by cyr0nk0r »

I am attempting to use the following

AlwaysFilter => '(memberOf:1.2.840.113556.1.4.1941:cn=All Staff Users,ou=Office,dc=MyDomain,dc=com)',

as documented here:
http://msdn.microsoft.com/en-us/library ... 85%29.aspx

However the filter is not working.

The goal is to filter such that only users that are part of group "All Staff Users" are indexed in OTRS as customers. All Staff Users however is a nested group so no users are specifically defined as being members of All Staff Users, they are instead members of dozens of other groups... however all those groups are a member of All Staff Users.

I'm not sure why OTRS can't filter recursively.
cyr0nk0r
Znuny newbie
Posts: 14
Joined: 19 Aug 2011, 16:09
Znuny Version: 3.0.10

Re: AlwaysFilter using nested groups

Post by cyr0nk0r »

my fault. My syntax was bad.
It should be:

AlwaysFilter => '(memberOf:1.2.840.113556.1.4.1941:=cn=All Staff Users,ou=Office,dc=MyDomain,dc=com)',
root
Administrator
Posts: 4262
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: AlwaysFilter using nested groups

Post by root »

the LDAP module doesn't work recursive. But I'm using an own module, available at https://github.com/rkaldung/ConnectAD.
Please feel free to use it, any feedback is welcome.
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 ?
Locked