Chris Anderson wrote: > > I have got a follow-up question on this one: with a binary build of > > CouchDB - can I still write my own auth handler and plug it in? If > > so, how do I do that? > > to plugin other authentication schemes you generally need to write a > tiny bit of erlang. > > Benoit has a function that allows you to set the userCtx (name and > roles) using headers in an HTTP proxy. > > This should be easy to commit as it's totally standalone.
Hi chris, sorry, let me clarify my question: if I manage to write that erlang code block, can I get it running with a binary build of COuchDB by putting this file/function somewhere? Or do I need to add it somewhere in the source distro and compile CouchDB? regards, Joscha --
