server-tools/auth_from_http_remote_user
Stéphane Bidoul 68e96cd782 auth_http_remote_user: slight reorganization and some comments (logic remains identical) 2014-08-04 17:50:13 +02:00
..
controllers auth_http_remote_user: slight reorganization and some comments (logic remains identical) 2014-08-04 17:50:13 +02:00
tests [PEP8] line lenght is now ridiculous (80 chars) 2014-07-30 11:03:37 +02:00
__init__.py If HTTP_REMOTE_USER is in the request headers and no corresponding user is found in odoo always issues Unauthorized (avoid redirect to the login page) 2014-08-04 16:42:02 +02:00
__openerp__.py If HTTP_REMOTE_USER is in the request headers and no corresponding user is found in odoo always issues Unauthorized (avoid redirect to the login page) 2014-08-04 16:42:02 +02:00
model.py If HTTP_REMOTE_USER is in the request headers and no corresponding user is found in odoo always issues Unauthorized (avoid redirect to the login page) 2014-08-04 16:42:02 +02:00
res_users.py [PEP8] line lenght is now ridiculous (80 chars) 2014-07-30 11:03:37 +02:00
utils.py [ADD] This module initialize the session by looking for the field HTTP_REMOTE_USER in the HEADER of the HTTP request and trying^Co bind the given value to a user 2014-07-25 16:42:26 +02:00