Skip to content

My LDAP Server search base dn #6

Description

@sharbich

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions