Auth_PG_host 127.0.0.1
Auth_PG_port 5432
Auth_PG_database dbipg_cv
Auth_PG_user dbipg_auth
Auth_PG_pwd pass
Auth_PG_pwd_table auth_htpasswd
Auth_PG_uid_field username
Auth_PG_pwd_field passwd_crypt
Auth_PG_pwd_whereclause "and system_group = 'staff'"
AuthName "Login"
Authtype Basic
Auth_PG_hash_type MD5

Satisfy any
require valid-user
order deny,allow
deny from all
