loginsrv

Unnamed repository; edit this file 'description' to name the repository.
git clone git@jamesshield.xyz:repos/loginsrv.git
Log | Files | Refs | README | LICENSE

commit a8e4c02008e20d7153b64e6635b1bb1eb54e818d
parent 88356fac2c095537e5364298da5f43ba500932db
Author: Sebastian Mancke <s.mancke@tarent.de>
Date:   Wed, 26 Jul 2017 11:45:44 +0200

Merge pull request #38 from shamrin/patch-1

fix broken table formatting for Httpupstream
Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -202,6 +202,7 @@ loginsrv -htpasswd file=users Authentication against an upstream http server by performing a http basic authenticated request and checking the response for a http 200 OK status code. Anything other than a 200 OK status code will result in a failure to authenticate. Parameters for the provider: + | Parameter-Name | Description | | ------------------|---------------------------------------------------------------------------| | upstream | http/https url to call |