Now i have a problem to search pdl(group) in the ldap server, i can search the pdl(group) with the following filter string filter = "(&(objectClass=group)(displayname=" + displayname + "))" but can only filter out with the whole display name if i want to search with partial name, what should i do??