I know that we can manually parse the htaccess group file with REMOTE_USER to get the group name. But is there a way for CGI to get the group name from the apache2 ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apache does not make the full list of groups for the user, or the groups that caused authorization to succeed, available to CGI or other modules.