I currently have my apache server to authenticate via a password file created from htpasswd. Configured as such:
AuthType Basic
AuthName "Secured Site"
AuthUserFile "/etc/apache2/users.passwd"
How can I change this to authenticate via local system accounts and additionaly restrict to only a subset of local system accounts in a specified group?