Koozali.org: home of the SME Server

Pydio+LemonLDAPBasic => 500 Internal Server Error

Offline Arnaud

  • *
  • 143
  • +0/-0
    • GuedeL
Pydio+LemonLDAPBasic => 500 Internal Server Error
« on: October 25, 2017, 06:24:01 PM »
Hi,

My config of Pydio and LemonLDAP are based on the wikis https://wiki.contribs.org/Pydio#Integration_with_LemonLDAP::NG and https://wiki.contribs.org/LemonLDAP-NG
It's working fine with the parameter "Authentication LemonLDAP" into the db configuration of the sub-domain.

But as I want to use the app "pydio" for the Android phone, I think, according to the wiki LemonLDAP, that I have to use "Authentication LemonLDAPBasic" into the conf of the sub-domain.

Into the web browser: sub.domain.tld =>http login popup => login+password and then I get
Code: [Select]
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.

I was not able to find the corresponding log.

The db parameters are:
Code: [Select]
# db configuration show pydio
pydio=webapp
    AliasOnPrimary=disabled
    Authentication=LemonLDAP
    DbName=pydio
    DbPassword=####################################
    DbUser=pydio
    DefaultLanguage=fr
    LogoutURL=https://auth.domain.tld
    Title=Fichiers web
    WelcomMessage=Bienvenue sur l'espace Pydio
    access=private
    status=enabled
[root@sme-asrock-quad ~]# db domains show sub.domain.tld
sub.domain.tld=domain
    Authentication=LemonLDAPBasic
    Content=Primary
    Description=Pydio
    DocumentRoot=/usr/share/pydio
    Nameservers=internet
    TemplatePath=WebAppVirtualHost

The target is simple in fact: to be able to use pydio over the app for Android, over a connection to the subdomain (instead of www.domain.tld/pydio), with an authentication LDAP

Other tests: "db configuration setprop pydio Authentication http" produces the same error.

Thanks in advance for your replies.

Bye Arnaud