From 8a23567fe3e7dbe1aa84abe23d6787f628ec8420 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (aka lmi)" Date: Mon, 4 Aug 2014 12:07:03 +0200 Subject: [PATCH] Improve doc --- auth_from_http_remote_user/__openerp__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/auth_from_http_remote_user/__openerp__.py b/auth_from_http_remote_user/__openerp__.py index 9c589c667..94928f702 100644 --- a/auth_from_http_remote_user/__openerp__.py +++ b/auth_from_http_remote_user/__openerp__.py @@ -40,9 +40,9 @@ depending of the configuration. Use case. --------- -The module allows integration with external security systems that can pass along -authentication of a user via Remote_User HTTP header field. In many cases, this -is achieved via server like Apache HTTPD or nginx proxying Odoo. +The module allows integration with external security systems [#]_ that can pass +along authentication of a user via Remote_User HTTP header field. In many cases, +this is achieved via server like Apache HTTPD or nginx proxying Odoo. .. important:: When proxying your Odoo server with Apache or nginx, It's important to filter out the Remote_User HTTP header field before your @@ -143,6 +143,7 @@ Open your browser and go to MY_VHOST.com. If everything is well configured, you are prompted for a login and password outside Odoo and are automatically logged in the system. +.. [#] Shibolleth, Tivoli access manager, .. .. [#] Based on a ubuntu 12.04 env """,