server-tools/auth_from_http_remote_user
Laurent Mignon (aka lmi) 8c7115e2d3 [FIX] return 'None' if no user name is found in the request hearder 2014-08-04 15:08:47 +02:00
..
controllers [FIX] return 'None' if no user name is found in the request hearder 2014-08-04 15:08:47 +02:00
tests [PEP8] line lenght is now ridiculous (80 chars) 2014-07-30 11:03:37 +02:00
__init__.py [PEP8] 2014-08-04 13:00:44 +02:00
__openerp__.py Improve doc 2014-08-04 12:07:03 +02:00
model.py [FIX] always check the uid in the session and the one in the request to avoid session mismatch... 2014-08-04 12:55:58 +02:00
res_config.py Addons configuration parameter is now a field part of the Authentication group from base_setup 2014-08-04 11:48:09 +02:00
res_config_data.xml [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
res_config_view.xml Addons configuration parameter is now a field part of the Authentication group from base_setup 2014-08-04 11:48:09 +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