RT::Authen::ExternalAuth::LDAP - nested AD groups

Hi there,
I’m trying to authenticate my users against an Active Directory. That’s not a problem at all, everything’s working fine. But it’s getting complicated just after that.

I have to check if the user is in a special group - but the users are no direct group members - the group just contains other groups to which my users belong.

Is there any chance to get this setup to work? And if - how to set the several LDAP filters in RT_SiteConfig.pm?

Any help is very well appreciated.

With kind regards
Benjamin

the memberof selector in my ldap filter works fine with nested groups (authenticating against ActiveDirectory) and you can chain selectors with (&(selectorA)(selectorB))