Improve doc

pull/34/head
Laurent Mignon (aka lmi) 2014-08-04 11:52:54 +02:00
parent 8f9fcae4dc
commit 68e03a3711
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ Allow users to be automatically logged in.
This module initialize the session by looking for the field HTTP_REMOTE_USER in This module initialize the session by looking for the field HTTP_REMOTE_USER in
the HEADER of the HTTP request and trying to bind the given value to a user. the HEADER of the HTTP request and trying to bind the given value to a user.
This module must be loaded at startup; Add the *--load* parameter to the startup To be active, the module must be installed in the expected databases and loaded
command: :: at startup; Add the *--load* parameter to the startup command: ::
--load=web,web_kanban,auth_from_http_remote_user, ... --load=web,web_kanban,auth_from_http_remote_user, ...