-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Hello,
after I logged in the phpldapadmin and i click left to the base dn nothing happens. The circle to the left side of the base dn turns and turns. After 5 minutes I get the following error message "There was a problem with the request". My system is a Debian 6.5 with php 7.3. Here is my Apache2 configuration of phpldapadmin
`
cat /etc/apache2/sites-available/ldapadmin.conf
<VirtualHost ldapadmin.intern.example.com:80>
ServerName ldapadmin.intern.example.com:80
DocumentRoot "/var/www/html/phpLDAPadmin"
RedirectMatch permanent ^(.*)$ https://ldapadmin.intern.example.com
</VirtualHost>
<VirtualHost ldapadmin.intern.example.com:443>
ServerName ldapadmin.intern.example.com:443
DocumentRoot /var/www/html/phpLDAPadmin/htdocs
ServerAdmin web.admin@example.com
SSLEngine on
SSLCertificateFile /etc/openxpki/ssl/ca-one/ldapadmin.intern.example.com.crt
SSLCertificateKeyFile /etc/openxpki/ssl/ca-one/ldapadmin.intern.example.com.pem
ErrorLog /var/log/apache2/apache-ldapadmin-error.log
TransferLog /var/log/apache2/apache-ldapadmin-access.log
CustomLog /var/log/apache2/apache-ldapadmin-request.log combined
<Directory /var/www/html/phpLDAPadmin>
Options SymLinksIfOwnerMatch
DirectoryIndex index.php
AllowOverride All
Options FollowSymlinks
Require all granted
</Directory>
Do you have a tip for what I can do?
Greetings from Stefan Harbich
Metadata
Metadata
Assignees
Labels
No labels