Hello, Perhaps I should rephrase my question as the last yielded no responses. Is it possible to use samba and winbind with apache to require membership in a specific Windows domain group to authenticate to a realm. Similar to using 'require groups' with an .htaccess file and a UNIX group, I'd like to use 'require group' in an .htaccess file and a Windows domain group. Any information is greatly appreciated. Thanks, -eric
Eric Stevenson wrote:> Is it possible to use samba and winbind with apache to require membership in > a specific Windows domain group to authenticate to a realm. Similar to using > 'require groups' with an .htaccess file and a UNIX group, I'd like to use > 'require group' in an .htaccess file and a Windows domain group.If it is possible to do with UNIX group, it should be possible to do with winbind as well. Just add 'winbind' to your 'group:' parameter in /etc/nsswitch.conf and then check that 'getent group' shows you Windows domain groups as well as UNIX ones. Hope it helps, Igor