Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My LDAP Server search base dn #6

Open
sharbich opened this issue Jan 14, 2019 · 2 comments
Open

My LDAP Server search base dn #6

sharbich opened this issue Jan 14, 2019 · 2 comments

Comments

@sharbich
Copy link

sharbich commented Jan 14, 2019

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 [email protected]
      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

@ecutsa
Copy link

ecutsa commented Jan 18, 2019

+1 with php7.3 fresh upgrade to buster

@sharbich
Copy link
Author

sharbich commented Jan 18, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants