*Basic* AAA with text files

- mod_auth_basic
- mod_authn_core
- mod_authn_file
- mod_authz_groupfile
- mod_authz_owner
- mod_authz_user
This commit is contained in:
Sven Velt 2016-10-28 12:14:56 +02:00
parent f0ba0f2d60
commit 10c235b646
6 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,2 @@
# Depends: authn_core
LoadModule auth_basic_module /usr/libexec/httpd/mod_auth_basic.so

View file

@ -0,0 +1 @@
LoadModule authn_core_module /usr/libexec/httpd/mod_authn_core.so

View file

@ -0,0 +1 @@
LoadModule authn_file_module /usr/libexec/httpd/mod_authn_file.so

View file

@ -0,0 +1,2 @@
# Depends: authz_core
LoadModule authz_groupfile_module /usr/libexec/httpd/mod_authz_groupfile.so

View file

@ -0,0 +1 @@
LoadModule authz_owner_module /usr/libexec/httpd/mod_authz_owner.so

View file

@ -0,0 +1,2 @@
# Depends: authz_core
LoadModule authz_user_module /usr/libexec/httpd/mod_authz_user.so