Skip to content
Snippets Groups Projects
Commit 293b6022 authored by Lars Beckers's avatar Lars Beckers
Browse files

exclude Samba Administrator user from potential group members

parent 3e6a5f00
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ Set(@Plugins, qw(RT::Extension::LDAPImport));
# If you want to sync Groups from LDAP into RT
Set($LDAPGroupBase, '{{rt_ldapbase}}');
Set($LDAPGroupFilter, '(&(objectclass=group)(|{{rt_ldapgroups}}))');
Set($LDAPGroupFilter, '(&(objectclass=group)(|{{rt_ldapgroups}})(!(cn=Schema Admins)))');
Set($LDAPGroupMapping, {Name => 'cn',
Member_Attr => 'member',
Member_Attr_Value => 'dn',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment