How to prevent bazaar asking for the password when using https+webdav
Dmitry Vasiliev
dima at hlabs.spb.ru
Wed Jan 28 15:46:22 GMT 2009
Vincent Ladeuil wrote:
>>>>>> "Dmitry" == Dmitry Vasiliev <dima at hlabs.spb.ru> writes:
>
> Dmitry> Vincent Ladeuil wrote:
> >> Dmitry, thanks for your help, can I ask you one more favor ?
> >>
> >> Can you tell me with what server you are using and how you
> >> configure it ?
> >>
> >> I'd like to update the plugin documentation with some examples...
>
> Dmitry> Well, we use Apache so configuration almost identical to the
> Dmitry> example in the NOTES file. :-)
>
> Hehe :-)
>
> Evil is in the details, I had users encountering problems even
> starting with the NOTES (totally incomplete ! :) example, so
> *every* working setup is valuable !
Actually it looks like this:
DocumentRoot /path/to/bzr
<Location "/">
DAV On
DirectorySlash Off
DavDepthInfinity on
AuthType Basic
AuthName "Bazaar server"
AuthBasicProvider ldap
#
# Skipped some LDAP stuff
#
require valid-user
</Location>
So DAV related stuff copy-pasted from the NOTES but we use Location
section instead of Directory and LDAP auth. I've skipped LDAP stuff
because it's a different complicated topic. :-)
--
Dmitry Vasiliev (dima at hlabs.spb.ru)
http://hlabs.spb.ru
More information about the bazaar
mailing list