My first recommendation would be to install a free LDAP query tool
like JXplorer to help you test queries.
My guess for your user search filter would be this:
(&(objectClass=user)(objectClass=person)(sAMAccountName=%s)(!memberof=CN=NoGoogleMiniAccess,OU=WhateverOUContainsThatGroup,DC=YourDomain,DC=com))
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/
Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.
Just one set of parentheses can make all the difference! I'm glad you
figured it out.