I need to set up LDAP authentication against domain users group in AD; there is problem that ldap authenticatin seem to require that users are member of some other group than default domain users. However when there are 10000+ users its not a solution to assign all them to another group just for this tomcat purpose.
There must be another way? is it possible to check for primaryGroupID by editing server.xml or web.xml?
or is it possible to ignore GROUP check completely?