Custom User LDAP Filter

Hi everyone,

i am really new and i am having a question regarding a custom LDAP filter connection.

I want to import all users of a group.

Sadly the group is named like this “*Group”. means, we are having a * in the group name.

It seems that the LDAP querry can not handele this.

(&(objectCategory=Person)(sAMAccountName=*)(objectClass=user)(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(memberOf=CN=*xxx,OU=xxx,OU=xxx,OU=Groups,OU=xxx,OU=Companies,DC=xxx,DC=i))

Could anyone help me?

Thanks

Florian