Skip to content

Commit e08c3d6

Browse files
committed
fix: naming on webdav.conf
1 parent bb03922 commit e08c3d6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

webdav.conf

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ LoadModule auth_openidc_module /usr/lib/apache2/modules/mod_auth_openidc.so
4242
AuthLDAPURL "${LDAP_URL}/${LDAP_BASE_DN}?${LDAP_ATTRIBUTE}"
4343
AuthLDAPBindDN "${LDAP_BIND_DN}"
4444
AuthLDAPBindPassword "${LDAP_BIND_PASSWORD}"
45-
<Limit ${WEBDAB_OPERATIONS}>
45+
<Limit ${WEBDAV_OPERATIONS}>
4646
Require valid-user
4747
</Limit>
48-
<LimitExcept ${WEBDAB_OPERATIONS}>
48+
<LimitExcept ${WEBDAV_OPERATIONS}>
4949
Require all denied
5050
</LimitExcept>
5151
## LDAP_BLOCK_END
@@ -54,30 +54,30 @@ LoadModule auth_openidc_module /usr/lib/apache2/modules/mod_auth_openidc.so
5454
AuthType Digest
5555
AuthName "${BASIC_AUTH_REALM}"
5656
AuthUserFile "/var/lib/dav/user.passwd"
57-
<Limit ${WEBDAB_OPERATIONS}>
57+
<Limit ${WEBDAV_OPERATIONS}>
5858
Require valid-user
5959
</Limit>
60-
<LimitExcept ${WEBDAB_OPERATIONS}>
60+
<LimitExcept ${WEBDAV_OPERATIONS}>
6161
Require all denied
6262
</LimitExcept>
6363
## BASIC_BLOCK_END
6464

6565
## OAUTH_BLOCK_START
6666
AuthType openid-connect
67-
<Limit ${WEBDAB_OPERATIONS}>
67+
<Limit ${WEBDAV_OPERATIONS}>
6868
Require valid-user
6969
</Limit>
70-
<LimitExcept ${WEBDAB_OPERATIONS}>
70+
<LimitExcept ${WEBDAV_OPERATIONS}>
7171
Require all denied
7272
</LimitExcept>
7373
## OAUTH_BLOCK_END
7474

7575
## PUBLIC_BLOCK_START
7676

77-
<Limit ${WEBDAB_OPERATIONS}>
77+
<Limit ${WEBDAV_OPERATIONS}>
7878
Require all granted
7979
</Limit>
80-
<LimitExcept ${WEBDAB_OPERATIONS}>
80+
<LimitExcept ${WEBDAV_OPERATIONS}>
8181
Require all denied
8282
</LimitExcept>
8383
## PUBLIC_BLOCK_END

0 commit comments

Comments
 (0)