phpLDAPadmin icon indicating copy to clipboard operation
phpLDAPadmin copied to clipboard

My LDAP Server search base dn

Open sharbich opened this issue 6 years ago • 2 comments

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

sharbich avatar Jan 14 '19 19:01 sharbich

+1 with php7.3 fresh upgrade to buster

ecutsa avatar Jan 18 '19 01:01 ecutsa

Great comment. Very helpful. Thank you

-------- Ursprüngliche Nachricht -------- Von: ecutsa [email protected] Datum: 18.01.2019 02:56 (GMT+01:00) An: breisig/phpLDAPadmin [email protected] Cc: sharbich [email protected], Author [email protected] Betreff: Re: [breisig/phpLDAPadmin] My LDAP Server search base dn (#6)

+1 with php7.3 fresh upgrade to buster

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/breisig/phpLDAPadmin","title":"breisig/phpLDAPadmin","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/breisig/phpLDAPadmin"}},"updates":{"snippets":[{"icon":"PERSON","message":"@ecutsa in #6: +1 with php7.3 fresh upgrade to buster"}],"action":{"name":"View Issue","url":"https://github.com/breisig/phpLDAPadmin/issues/6#issuecomment-455399549"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/breisig/phpLDAPadmin/issues/6#issuecomment-455399549", "url": "https://github.com/breisig/phpLDAPadmin/issues/6#issuecomment-455399549", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

sharbich avatar Jan 18 '19 18:01 sharbich