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.
AlwaysFilter using nested groups
Moderator: crythias
Re: AlwaysFilter using nested groups
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)',
It should be:
AlwaysFilter => '(memberOf:1.2.840.113556.1.4.1941:=cn=All Staff Users,ou=Office,dc=MyDomain,dc=com)',
-
- 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
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.
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 ?
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 ?