wwe
February 12, 2024, 8:52pm
3
the problem is likely here. AFAIK there is no way to add additional basic auth in front of Nextcloud internal authentication (and there is definitely no reason to do so)
[I have nextcloud 27.1.4.1 installed on debian 12.
I have LDAP connected there and about 500 users and I use SSL.
Is it possible to install Basic HTTP Authentication in Apache?
I tried to do it, but it doesn’t work properly.
Below is the entry in the apache nextcloudssl.conf configuration file.
<Directory /mnt/nextcloud/>
AuthType Basic
AuthName "nextcloud"
AuthUserFile /etc/apache2/.htpasswd
Require valid-user
# Require all granted
AllowOverride Al…
https://help.nextcloud.com/search?q=basic+auth