mod sspi 1.0.4
Apache 2.2.11
Windows 2003 Server Standard 64-bit w/SP2 on ActiveDirectory domain
Currently if I try to use
require group DOMAIN\group
require user DOMAIN\user DOMAIN\user2
The authentication works for the DOMAIN\user and DOMAIN\user2 but not for any users in the group. If I remove the 'require user' line then the group works fine.
Support for having both require group and require user would be nice.
This works if you set:
AuthzUserAuthoritative off