Question
windows authentication groups
Hi All,
I've inherited a web server that uses windows authentication to allow users to login to a folder that contains the CMS files. To make things more functional. I would like to assign permissions to files within this folder based on the windows group the user is assigned to. I know I can get the user name via: #cgi.auth_user#. How do I get the group?
TIA
