Page 1 of 1

Configuring a WebDav using a LDAP

PostPosted: 06. January 2012 09:54
by marcomorais
Hello,

So far I've been successful on configuring a XAMPP Apache Server with WebDav on Windows, using a single .htpassword account.
Now my requirements have changed and I need to incorporate a LDAP connection, but (and my problem lies here) still need to be able to use that .htpassword account (using it sort of a super user by a service running on the IIS Server).
I've read lots of configurations and still am, but can't figure it out!


Does anyone has an idea? It's driving me insane!

Re: Configuring a WebDav using a LDAP

PostPosted: 06. January 2012 12:07
by Altrea
Hi marcomorais,
marcomorais wrote:(and my problem lies here) still need to be able to use that .htpassword account.

Require valid-user and Satisfy Any are your keykords.

best wishes,
Altrea

Re: Configuring a WebDav using a LDAP

PostPosted: 06. January 2012 14:55
by marcomorais
Thanks Altrea, what I've done it to add to the LDAP a SuperUser Account for the WebDav Service.
Now my problem is that I can't seem to make a browser for my file as before, uselly my aproach was
\\servername\folder\file
Now, after the activation of the LDAP I can't seem to be able to open the files or any folder. Not even to add a Network Location pointing to the WebDav Folder.
My service using that SU account can easily read and write from the WebDav/LDAP folder, but with the same account I can't have access throw a browser or a Windows Explorer.

Am I missing something?

Thanks!