X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=doc%2Fhtextauth.doc;h=b9854925ad1f5d045475ae781f37cd141117ee55;hp=d12465274d3ef033908441454d7aad190e0a11fc;hb=19d4a41ecae82410dfccae8e23698281c7528888;hpb=3227f13ea5a31e6f94d98ddc3b8c5a42d2f7db51 diff --git a/doc/htextauth.doc b/doc/htextauth.doc index d124652..b985492 100644 --- a/doc/htextauth.doc +++ b/doc/htextauth.doc @@ -28,6 +28,11 @@ so that the authentication program does not have to be called for each and every request. Cached credentials are cleared from the cache when they have not been used for over 30 minutes. +When authentication succeeds, *htextauth* removes the HTTP +`Authorization` header from the request before passing the request on +to the child handler, and adds the `X-Ash-Remote-User` header in its +place, containing the name of the authenticated user. + If the child handler exits, *htextauth* exits as well. OPTIONS