Forums / Install & configuration / Using LDAP to authenticate users in WebDAV interface?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Using LDAP to authenticate users in WebDAV interface?

Author Message

Mathieu Peltier

Tuesday 07 December 2010 7:03:39 am

Hi,

Does anyone is using LDAP to authenticate users in WebDAV mode? LDAP authentication is working well on the website itself (enabled in settings/override/site.ini.append.php with "LoginHandler[]=LDAP") but not when I try to log in to the WebDAV interface.

I have tried to modify the authenticateBasic() function in the kernel/private/classes/webdav/ezwebdavcontentbackendauth.php file (which seems to support only the "standard" login handler) but this does not work. I am using Exponential 4.4.0.

Thanks,

Mathieu

Mathieu Peltier

Wednesday 08 December 2010 4:01:24 am

Hi,

The following patch seems to solve the problem:

http://issues.ez.no/IssueView.php?Id=17742&

Mathieu