mod-auth

AH01626: authorization result of Require all granted: granted

白昼怎懂夜的黑 提交于 2020-01-13 08:28:27
问题 I'm running apache 2.4.6 on my site. And I keep seeing this message repeated over and over again in my apache error logs. [Tue Nov 10 01:42:40.659710 2015] [authz_core:debug] [pid 10727] mod_authz_core.c(809): [client 107.170.139.115:58678] AH01626: authorization result of Require all granted: granted Here's how the root directory for this site is listed in the VHOST: DocumentRoot /var/www/jf-beta <Directory /var/www/jf-beta> Options -Indexes +FollowSymLinks AllowOverride All Require all

SVN Authentication using MySQL

人盡茶涼 提交于 2019-12-13 12:33:11
问题 I'm trying to setup per repository SVN authentication via MySQL but I'm having a few problems. Firstly what is the difference between mod_authn_dbd and mod_auth_mysql ? Secondly I already have a MySQL database setup with a table for users, groups and permissions. Is it possible using either of these mods to link into my current permission system where by a username, password and permission is required to access the repository (Preferable with a read permission and write permission per

Using Apache's mod_auth across multiple sub-domains for single sign-on?

不羁的心 提交于 2019-12-07 14:28:26
问题 I have a domain and a group of sub-domains that require authentication to access. I am currently using mod_auth to authenticate users (mod_auth basic) at the domain.tld level. My goal is for single sign-on between the domain and all the sub-domains. Will these credentials carry on to the sub-domains automatically, or with a simple vhost config change, or is there a better method to do this? 回答1: mod_auth_basic Browsers distinguish areas that require HTTP authentication by a combination of the

SVN Authentication using MySQL

♀尐吖头ヾ 提交于 2019-12-06 06:02:15
I'm trying to setup per repository SVN authentication via MySQL but I'm having a few problems. Firstly what is the difference between mod_authn_dbd and mod_auth_mysql ? Secondly I already have a MySQL database setup with a table for users, groups and permissions. Is it possible using either of these mods to link into my current permission system where by a username, password and permission is required to access the repository (Preferable with a read permission and write permission per repository) tbl_users: user_id, user_name, user_hash tbl_group: group_id, group_name tbl_permission: