Skip to content

Commit b8a0eb2

Browse files
author
Maxime Douailin
committed
fixes missing backtick
1 parent be0d866 commit b8a0eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/pre_authenticated.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ REMOTE_USER based Authentication
8686
.. versionadded:: 2.6
8787
REMOTE_USER pre authenticated firewall was introduced in Symfony 2.6.
8888

89-
A lot of authentication modules, like ``auth_kerb` for Apache provide the username
89+
A lot of authentication modules, like ``auth_kerb`` for Apache provide the username
9090
using the ``REMOTE_USER`` environment variable. This variable can be trusted by
9191
the application since the authentication happened before the request reached it.
9292

0 commit comments

Comments
 (0)