I'm having trouble getting group authentication to work. It just keeps failing... Here is my .htaccess file:
AuthName "Test" AuthType Basic AuthPGHost localhost AuthPGDatabase www AuthPGUserTable users AuthPGPasswordField password AuthPGUserNameField user_name AuthPGGroupTable groups AuthPGGroupNameField group_name
require group admin
Check the log files of apache and postgresql.
Log in to post a comment.
I'm having trouble getting group authentication to work. It just keeps failing... Here is my .htaccess file:
AuthName "Test"
AuthType Basic
AuthPGHost localhost
AuthPGDatabase www
AuthPGUserTable users
AuthPGPasswordField password
AuthPGUserNameField user_name
AuthPGGroupTable groups
AuthPGGroupNameField group_name
require group admin
Check the log files of apache and postgresql.