doc: fix formatting error

This commit is contained in:
Maxime Besson 2021-06-14 15:09:26 +02:00
parent 52c8ddb4cf
commit 353a58df69

View File

@ -61,7 +61,7 @@ protected from being impersonated.
Keep in mind that real session is computed first. Afterward, if access
is granted, impersonated session is computed with real and spoofed
session attributes if Impersonation is allowed.
So, 'real_' attributes are computed by second authentication process.
So, ``real_`` attributes are computed by second authentication process.
To avoid Perl warnings, you have to prefix regex with ``$real_var &&``.