From 280e1c18e07c93786375b17713c6c402bc1776e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=C5=BBarnowiecki?= Date: Wed, 6 Apr 2016 14:43:00 +0200 Subject: [PATCH] Add information about auth_gss_format_full switch This could be useful when someone wants to have a full $remote_user variable in format user@realm.name which can be further passed to an application. Ref #2 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bc477f..49df60d 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,10 @@ The module has following directives: - auth_gss_service_name: what service name to use when acquiring credentials. (TOFIX: HTTP but should be a list in case of some other - browsers wanting perhaps khttp or http) + browsers wanting perhaps khttp or http), + +- auth_gss_format_full: "on"/"off", default "off", when "on" realm name will not + be stripped from $remote_user variable FIXME: for now they are all merely location specific. i.e. no way to specify main or per server defaults, except for ...