Skip to content

Commit

Permalink
pre-authentication request header element added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Jul 19, 2017
1 parent cfb8bfc commit 48e8065
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -43,6 +43,9 @@ <h2>Examples</h2>
&lt;trust-store src="/foor/bar/truststore.jks" password="MY_PASSWORD"/&gt;
--&gt;

&lt;!-- # <a href="../security/pre-authentication.html#trust-store">Pre-authentication request header name and flag whether pre-authentication is actually enabled</a> --&gt;
&lt;pre-auth-request-header enabled="false"&gt;SM_USER&lt;/pre-auth-request-header&gt;

&lt;/yanel&gt;</pre>
<p><strong>Note 1:</strong> If one is using Yanel from source, then one should edit <code>conf/local/local.yanel.xml</code> rather than <code>conf/yanel.xml</code>.</p>
<p><strong>Note 2:</strong> After editing either of these configuration files, Yanel needs to be rebuilt in order to overwrite <code>WEB-INF/classes/yanel.xml</code> (or alternatively one can edit this file directly and just restart Yanel instead, whereas one needs to be aware that the changes are overwritten during the next build).</p>
Expand Down

0 comments on commit 48e8065

Please sign in to comment.