mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
fix/enhance Apache template for file authentication
This commit is contained in:
parent
e852c887d7
commit
6d11738243
1 changed files with 14 additions and 8 deletions
|
@ -57,13 +57,15 @@
|
||||||
Require all granted
|
Require all granted
|
||||||
</IfDefine>
|
</IfDefine>
|
||||||
|
|
||||||
## You may want to use apache's authentication (config: [auth] type = remote_user)
|
## You may want to use apache's authentication (config: [auth] type = http_x_remote_user)
|
||||||
|
## e.g. create a new file with a testuser: htpasswd -c -B /etc/httpd/conf/htpasswd-radicale testuser
|
||||||
#AuthBasicProvider file
|
#AuthBasicProvider file
|
||||||
#AuthType Basic
|
#AuthType Basic
|
||||||
#AuthName "Enter your credentials"
|
#AuthName "Enter your credentials"
|
||||||
#AuthUserFile /path/to/httpdfile/
|
#AuthUserFile /etc/httpd/conf/htpasswd-radicale
|
||||||
#AuthGroupFile /dev/null
|
#AuthGroupFile /dev/null
|
||||||
#Require valid-user
|
#Require valid-user
|
||||||
|
#RequestHeader set X-Remote-User expr=%{REMOTE_USER}
|
||||||
|
|
||||||
<IfDefine RADICALE_ENFORCE_SSL>
|
<IfDefine RADICALE_ENFORCE_SSL>
|
||||||
<IfModule !ssl_module>
|
<IfModule !ssl_module>
|
||||||
|
@ -106,13 +108,15 @@
|
||||||
Require all granted
|
Require all granted
|
||||||
</IfDefine>
|
</IfDefine>
|
||||||
|
|
||||||
## You may want to use apache's authentication (config: [auth] type = remote_user)
|
## You may want to use apache's authentication (config: [auth] type = http_x_remote_user)
|
||||||
|
## e.g. create a new file with a testuser: htpasswd -c -B /etc/httpd/conf/htpasswd-radicale testuser
|
||||||
#AuthBasicProvider file
|
#AuthBasicProvider file
|
||||||
#AuthType Basic
|
#AuthType Basic
|
||||||
#AuthName "Enter your credentials"
|
#AuthName "Enter your credentials"
|
||||||
#AuthUserFile /path/to/httpdfile/
|
#AuthUserFile /etc/httpd/conf/htpasswd-radicale
|
||||||
#AuthGroupFile /dev/null
|
#AuthGroupFile /dev/null
|
||||||
#Require valid-user
|
#Require valid-user
|
||||||
|
#RequestHeader set X-Remote-User expr=%{REMOTE_USER}
|
||||||
|
|
||||||
<IfDefine RADICALE_ENFORCE_SSL>
|
<IfDefine RADICALE_ENFORCE_SSL>
|
||||||
<IfModule !ssl_module>
|
<IfModule !ssl_module>
|
||||||
|
@ -179,11 +183,12 @@ CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
|
||||||
Require all granted
|
Require all granted
|
||||||
</IfDefine>
|
</IfDefine>
|
||||||
|
|
||||||
## You may want to use apache's authentication (config: [auth] type = remote_user)
|
## You may want to use apache's authentication (config: [auth] type = http_x_remote_user)
|
||||||
|
## e.g. create a new file with a testuser: htpasswd -c -B /etc/httpd/conf/htpasswd-radicale testuser
|
||||||
#AuthBasicProvider file
|
#AuthBasicProvider file
|
||||||
#AuthType Basic
|
#AuthType Basic
|
||||||
#AuthName "Enter your credentials"
|
#AuthName "Enter your credentials"
|
||||||
#AuthUserFile /path/to/httpdfile/
|
#AuthUserFile /etc/httpd/conf/htpasswd-radicale
|
||||||
#AuthGroupFile /dev/null
|
#AuthGroupFile /dev/null
|
||||||
#Require valid-user
|
#Require valid-user
|
||||||
</Location>
|
</Location>
|
||||||
|
@ -221,11 +226,12 @@ CustomLog logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
|
||||||
Require all granted
|
Require all granted
|
||||||
</IfDefine>
|
</IfDefine>
|
||||||
|
|
||||||
## You may want to use apache's authentication (config: [auth] type = remote_user)
|
## You may want to use apache's authentication (config: [auth] type = http_x_remote_user)
|
||||||
|
## e.g. create a new file with a testuser: htpasswd -c -B /etc/httpd/conf/htpasswd-radicale testuser
|
||||||
#AuthBasicProvider file
|
#AuthBasicProvider file
|
||||||
#AuthType Basic
|
#AuthType Basic
|
||||||
#AuthName "Enter your credentials"
|
#AuthName "Enter your credentials"
|
||||||
#AuthUserFile /path/to/httpdfile/
|
#AuthUserFile /etc/httpd/conf/htpasswd-radicale
|
||||||
#AuthGroupFile /dev/null
|
#AuthGroupFile /dev/null
|
||||||
#Require valid-user
|
#Require valid-user
|
||||||
</Location>
|
</Location>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue