Update documentation in trunk

This commit is contained in:
Clément Oudot 2015-10-05 14:53:35 +00:00
parent 5fba85ce4e
commit 62a6a39342
16 changed files with 4050 additions and 20735 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -156,12 +156,12 @@ Now we will add Google Apps as a new <abbr title="Security Assertion Markup Lang
<span class="sc3"><span class="re1">&lt;/md:EntityDescriptor<span class="re2">&gt;</span></span></span></pre>
<p>
<p><div class="noteimportant">Change <strong>mydomain.org</strong> (in <code>AssertionConsumerService</code> markup, parameter <code>Location</code>) into your Google Apps domain.
<p><div class="noteimportant">Change <strong>mydomain.org</strong> (in <code>AssertionConsumerService</code> markup, parameter <code>Location</code>) into your Google Apps domain. Also adapt your entityID to match the Assertion issuer: google.com/a/mydomain.org
</div></p>
</p>
</div>
<!-- EDIT6 SECTION "New Service Provider" [2291-3603] -->
<!-- EDIT6 SECTION "New Service Provider" [2291-3686] -->
<h3 class="sectionedit7" id="application_menu">Application menu</h3>
<div class="level3">
@ -189,7 +189,7 @@ You need to adapt some parameters:
</p>
</div>
<!-- EDIT7 SECTION "Application menu" [3604-4175] -->
<!-- EDIT7 SECTION "Application menu" [3687-4258] -->
<h3 class="sectionedit8" id="logout">Logout</h3>
<div class="level3">

View File

@ -59,5 +59,38 @@ The Active Directory module is based on the <a href="../../documentation/2.0/aut
The configuration is the same as the <a href="../../documentation/2.0/authldap.html" class="wikilink1" title="documentation:2.0:authldap">LDAP module</a>.
</p>
</div>
<!-- EDIT4 SECTION "Configuration" [360-451] -->
<h2 class="sectionedit5" id="ad_password_policy">AD password policy</h2>
<div class="level2">
<p>
AD password policy does not follow the LDAP <abbr title="Request for Comments">RFC</abbr>, but Microsoft has implemented its own policy.
LemonLDAP::NG implements partially the policy:
</p>
<ul>
<li class="level1"><div class="li"> when pwdLastSet = 0 in the user entry, it means that password has been reset, and a form is presented to the user for him to change his password.</div>
</li>
<li class="level1"><div class="li"> when computed virtual attribute &#039;msDS-User-Account-Control-Computed&#039; as 6th flag set to 8, the password is considered expired. (support from Windows Server 2003) It is too late for the user to do anything. He must contact his administrator.</div>
</li>
<li class="level1"><div class="li"> a warning before password expiration is possible in AD, but only in GPO (Computer Configuration\Windows Settings\Local Policies\Security Options under Interactive Logon: Prompt user to change password before expiration) However it as no reality in LDAP referential. A “password warning time before password expiration” variable can be specified in LemonLDAP::NG to do so.</div>
</li>
</ul>
<p>
<p><div class="noteimportant">Note: since AD 2012, each user can have a specific password expiration policy. Then, the “maximum password age” can have different values. This is currently unsupported in LemonLDAP::NG because every policy must be computed with their precedence to know which maximum password age to apply.
</div></p>
</p>
<p>
To configure warning before password expiration, you must set two variables in Active Directory parameters in Manager:
</p>
<ul>
<li class="level1"><div class="li"> <strong>Password expire warning</strong> : number of seconds between password expiration and the date from which user is warned his password will expire.</div>
</li>
<li class="level1"><div class="li"> <strong>Password max age</strong> : number of seconds after the last password change, before it expires. It must match AD policy</div>
</li>
</ul>
</div>
</div><!-- closes <div class="dokuwiki export">-->

View File

@ -208,7 +208,7 @@ And the mail filter is:
<h3 class="sectionedit10" id="password">Password</h3>
<div class="level3">
<ul>
<li class="level1"><div class="li"> <strong>Password policy control</strong>: enable to use LDAP password policy. This requires at least Net::LDAP 0.38.</div>
<li class="level1"><div class="li"> <strong>Password policy control</strong>: enable to use LDAP password policy. This requires at least Net::LDAP 0.38. (see ppolicy workflow below)</div>
</li>
<li class="level1"><div class="li"> <strong>Password modify extended operation</strong>: enable to use the LDAP extended operation <code>password modify</code> instead of standard modify operation.</div>
</li>
@ -224,5 +224,16 @@ And the mail filter is:
</li>
</ul>
<p>
<div class="row"><div class="col-md-6">
<strong>Password expiration warning workflow</strong>
<a href="/_detail/documentation/lemonldap-ng-password-expiration-warning.png?id=documentation%3A2.0%3Aauthldap" class="media" title="documentation:lemonldap-ng-password-expiration-warning.png"><img src="../../../media/documentation/lemonldap-ng-password-expiration-warning.png" class="media" alt="" /></a>
</div>
<div class="col-md-6">
<strong>Password expiration workflow</strong>
<a href="/_detail/documentation/lemonldap-ng-password-expired.png?id=documentation%3A2.0%3Aauthldap" class="media" title="documentation:lemonldap-ng-password-expired.png"><img src="../../../media/documentation/lemonldap-ng-password-expired.png" class="media" alt="" /></a>
</div></div>
</p>
</div>
</div><!-- closes <div class="dokuwiki export">-->

View File

@ -0,0 +1,73 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<!-- metadata -->
<meta name="generator" content="Offline" />
<meta name="version" content="Offline 0.1" />
<!-- style sheet links -->
<link rel="stylesheet" media="all" type="text/css" href="../../../css/all.css" />
<link rel="stylesheet" media="screen" type="text/css" href="../../../css/screen.css" />
<link rel="stylesheet" media="print" type="text/css" href="../../../css/print.css" />
</head>
<body>
<div class="dokuwiki export">
<h1 class="sectionedit1" id="lemonldapng_in_docker">LemonLDAP::NG in Docker</h1>
<div class="level1">
<p>
<img src="../../../media/documentation/lemonldap-ng-docker.png" class="mediacenter" alt="" />
</p>
</div>
<!-- EDIT1 SECTION "LemonLDAP::NG in Docker" [1-93] -->
<h2 class="sectionedit2" id="presentation">Presentation</h2>
<div class="level2">
<p>
<a href="https://www.docker.com/" class="urlextern" title="https://www.docker.com/" rel="nofollow">Docker</a> allows do run application into containers.
</p>
<p>
You can find a Docker image for LemonLDAP::NG in this repository: <a href="https://hub.docker.com/r/coudot/lemonldap-ng/" class="urlextern" title="https://hub.docker.com/r/coudot/lemonldap-ng/" rel="nofollow">https://hub.docker.com/r/coudot/lemonldap-ng/</a>
</p>
<p>
See also this github project: <a href="https://github.com/coudot/lemonldap-ng-docker" class="urlextern" title="https://github.com/coudot/lemonldap-ng-docker" rel="nofollow">https://github.com/coudot/lemonldap-ng-docker</a>
</p>
</div>
<!-- EDIT2 SECTION "Presentation" [94-388] -->
<h2 class="sectionedit3" id="usage">Usage</h2>
<div class="level2">
<p>
Prerequisites:
</p>
<ul>
<li class="level1"><div class="li"> Add auth.example.com/manager.example.com/test1.example.com/test2.example.com to /etc/hosts on the host</div>
</li>
</ul>
<pre class="code">sudo echo &quot;127.0.0.1 auth.example.com manager.example.com test1.example.com test2.example.com&quot; &gt;&gt; /etc/hosts</pre>
<ul>
<li class="level1"><div class="li"> Map the container port 80 to host port 80 (option -p)</div>
</li>
<li class="level1"><div class="li"> Add reload.example.com to /etc/hosts in the container (option add-host)</div>
</li>
</ul>
<pre class="code">docker run -d --add-host reload.example.com:127.0.0.1 -p 80:80 coudot/lemonldap-ng</pre>
<p>
Then connect to <a href="http://auth.example.com" class="urlextern" title="http://auth.example.com" rel="nofollow">http://auth.example.com</a> with your browser and log in with dwho/dwho.
</p>
</div>
</div><!-- closes <div class="dokuwiki export">-->

View File

@ -76,6 +76,8 @@ Inside this jail, you can access to:
</li>
<li class="level2"><div class="li"> <a href="#iso2unicode" title="documentation:2.0:extendedfunctions ↵" class="wikilink1">iso2unicode</a></div>
</li>
<li class="level2"><div class="li"> <a href="#groupmatch" title="documentation:2.0:extendedfunctions ↵" class="wikilink1">groupMatch</a></div>
</li>
</ul>
</li>
</ul>
@ -86,7 +88,7 @@ Inside this jail, you can access to:
</p>
</div>
<!-- EDIT2 SECTION "Presentation" [35-1075] -->
<!-- EDIT2 SECTION "Presentation" [35-1108] -->
<h2 class="sectionedit3" id="request_informations">Request informations</h2>
<div class="level2">
@ -113,12 +115,12 @@ The following data about the current request are available through functions :
</ul>
</div>
<!-- EDIT3 SECTION "Request informations" [1076-1482] -->
<!-- EDIT3 SECTION "Request informations" [1109-1515] -->
<h2 class="sectionedit4" id="extended_functions_list">Extended Functions List</h2>
<div class="level2">
</div>
<!-- EDIT4 SECTION "Extended Functions List" [1483-1519] -->
<!-- EDIT4 SECTION "Extended Functions List" [1516-1552] -->
<h3 class="sectionedit5" id="date">date</h3>
<div class="level3">
@ -128,7 +130,7 @@ Returns the date, in format YYYYMMDDHHMMSS, local time by default, GMT by callin
<pre class="code">date(1)</pre>
</div>
<!-- EDIT5 SECTION "date" [1520-1639] -->
<!-- EDIT5 SECTION "date" [1553-1672] -->
<h3 class="sectionedit6" id="checklogonhours">checkLogonHours</h3>
<div class="level3">
@ -189,7 +191,7 @@ You can modify the default behavior for people without value in ssoLogonHours. I
<pre class="code">checkLogonHours($ssoLogonHours, &#039;&#039;, &#039;&#039;, &#039;1&#039;)</pre>
</div>
<!-- EDIT6 SECTION "checkLogonHours" [1640-3577] -->
<!-- EDIT6 SECTION "checkLogonHours" [1673-3610] -->
<h3 class="sectionedit7" id="checkdate">checkDate</h3>
<div class="level3">
@ -225,7 +227,7 @@ Simple usage example:
<pre class="code">checkDate($ssoStartDate, $ssoEndDate)</pre>
</div>
<!-- EDIT7 SECTION "checkDate" [3578-4205] -->
<!-- EDIT7 SECTION "checkDate" [3611-4238] -->
<h3 class="sectionedit8" id="basic">basic</h3>
<div class="level3">
@ -254,7 +256,7 @@ Simple usage example:
<pre class="code">basic($uid,$_password)</pre>
</div>
<!-- EDIT8 SECTION "basic" [4206-4668] -->
<!-- EDIT8 SECTION "basic" [4239-4701] -->
<h3 class="sectionedit9" id="unicode2iso">unicode2iso</h3>
<div class="level3">
@ -281,7 +283,7 @@ Simple usage example:
<pre class="code">unicode2iso($name)</pre>
</div>
<!-- EDIT9 SECTION "unicode2iso" [4669-4973] -->
<!-- EDIT9 SECTION "unicode2iso" [4702-5006] -->
<h3 class="sectionedit10" id="iso2unicode">iso2unicode</h3>
<div class="level3">
@ -307,5 +309,31 @@ Simple usage example:
</p>
<pre class="code">iso2unicode($name)</pre>
</div>
<!-- EDIT10 SECTION "iso2unicode" [5007-5311] -->
<h3 class="sectionedit11" id="groupmatch">groupMatch</h3>
<div class="level3">
<p>
this function allows to parse the <code>$hGroups</code> variable to check if a value is present inside a group attribute.
</p>
<p>
Function parameter:
</p>
<ul>
<li class="level1"><div class="li"> <strong>groups</strong>: <code>$hGroups</code> variable</div>
</li>
<li class="level1"><div class="li"> <strong>attribute</strong>: Name of group attribute</div>
</li>
<li class="level1"><div class="li"> <strong>value</strong>: Value to check</div>
</li>
</ul>
<p>
Simple usage example:
</p>
<pre class="code">groupMatch($hGroups, &#039;description&#039;, &#039;Service 1&#039;)</pre>
</div>
</div><!-- closes <div class="dokuwiki export">-->

View File

@ -64,7 +64,24 @@ Macros and groups are calculated during authentication process by the portal:
</li>
<li class="level1"><div class="li"> groups are stored as space-separated strings in the special attribute “groups”: it contains the names of groups whose rules were returned true for the current user</div>
</li>
<li class="level1"><div class="li"> You can also get groups in <code>$hGroups</code> which is a Hash Reference of this form:</div>
</li>
</ul>
<pre class="code perl"><span class="re0">$hGroups</span> <span class="sy0">=</span> <span class="br0">&#123;</span>
<span class="st_h">'group3'</span> <span class="sy0">=&gt;</span> <span class="br0">&#123;</span>
<span class="st_h">'description'</span> <span class="sy0">=&gt;</span> <span class="br0">&#91;</span>
<span class="st_h">'Service 3'</span><span class="sy0">,</span>
<span class="st_h">'Service 3 TEST'</span>
<span class="br0">&#93;</span><span class="sy0">,</span>
<span class="st_h">'cn'</span> <span class="sy0">=&gt;</span> <span class="br0">&#91;</span>
<span class="st_h">'group3'</span>
<span class="br0">&#93;</span><span class="sy0">,</span>
<span class="st_h">'name'</span> <span class="sy0">=&gt;</span> <span class="st_h">'group3'</span>
<span class="br0">&#125;</span><span class="sy0">,</span>
<span class="st_h">'admin'</span> <span class="sy0">=&gt;</span> <span class="br0">&#123;</span>
<span class="st_h">'name'</span> <span class="sy0">=&gt;</span> <span class="st_h">'admin'</span>
<span class="br0">&#125;</span>
<span class="br0">&#125;</span></pre>
<p>
Example for macros:
@ -86,18 +103,23 @@ Example for groups:
admin <span class="sy0">-&gt;</span> <span class="re0">$uid</span> <span class="kw1">eq</span> <span class="st_h">'foo'</span> <span class="kw1">or</span> <span class="re0">$uid</span> <span class="kw1">eq</span> <span class="st_h">'bar'</span>
&nbsp;
<span class="co1"># Use a group in a rule</span>
<span class="sy0">^/</span>admin <span class="sy0">-&gt;</span> <span class="re0">$groups</span> <span class="sy0">=~</span> <span class="sy0">/</span><span class="re0">\badmin</span><span class="re0">\b</span><span class="sy0">/</span></pre>
<span class="sy0">^/</span>admin <span class="sy0">-&gt;</span> <span class="re0">$groups</span> <span class="sy0">=~</span> <span class="co2">/\badmin\b/</span>
&nbsp;
<span class="co1"># Or with hGroups</span>
<span class="sy0">^/</span>admin <span class="sy0">-&gt;</span> <a href="http://perldoc.perl.org/functions/defined.html"><span class="kw3">defined</span></a> <span class="re0">$hGroups</span><span class="br0">&#123;</span><span class="st_h">'admin'</span><span class="br0">&#125;</span></pre>
<p>
Note that groups are computed after macros, so a group rule may involve a macro value.
<p><div class="noteclassic">Groups are computed after macros, so a group rule may involve a macro value.
</div></p>
</p>
<p>
Besides, macros and groups are computed in alphanumeric order, that is, in the order they are displayed in the manager. For example, macro “macro1” will be computed before macro “macro2”: so, expression of macro2 may involve value of macro1. As same for groups: a group rule may involve another, previously computed group.
<p><div class="noteimportant">Macros and groups are computed in alphanumeric order, that is, in the order they are displayed in the manager. For example, macro “macro1” will be computed before macro “macro2”: so, expression of macro2 may involve value of macro1. As same for groups: a group rule may involve another, previously computed group.
</div></p>
</p>
</div>
<!-- EDIT4 SECTION "Macros and groups" [853-2119] -->
<!-- EDIT4 SECTION "Macros and groups" [853-2813] -->
<h3 class="sectionedit5" id="local_macros">Local macros</h3>
<div class="level3">
@ -115,12 +137,12 @@ Display<span class="sy0">-</span>Name <span class="sy0">-&gt;</span> <span class
</p>
</div>
<!-- EDIT5 SECTION "Local macros" [2120-2777] -->
<!-- EDIT5 SECTION "Local macros" [2814-3471] -->
<h2 class="sectionedit6" id="portal_performances">Portal performances</h2>
<div class="level2">
</div>
<!-- EDIT6 SECTION "Portal performances" [2778-2810] -->
<!-- EDIT6 SECTION "Portal performances" [3472-3504] -->
<h3 class="sectionedit7" id="general_performances">General performances</h3>
<div class="level3">
@ -137,7 +159,7 @@ You can also use a FastCGI server using index.fcgi given in portal examples.
</p>
</div>
<!-- EDIT7 SECTION "General performances" [2811-3232] -->
<!-- EDIT7 SECTION "General performances" [3505-3926] -->
<h3 class="sectionedit8" id="configuration_access">Configuration access</h3>
<div class="level3">
@ -146,7 +168,7 @@ If you set <code>useLocalConf</code> to 1 in lemonldap-ng.ini (section [Portal])
</p>
</div>
<!-- EDIT8 SECTION "Configuration access" [3233-3535] -->
<!-- EDIT8 SECTION "Configuration access" [3927-4229] -->
<h3 class="sectionedit9" id="starting_performances">Starting performances</h3>
<div class="level3">
@ -164,7 +186,7 @@ To make the portal start faster when the server is relaunched, add those lines i
&lt;/Perl&gt;</pre>
</div>
<!-- EDIT9 SECTION "Starting performances" [3536-4111] -->
<!-- EDIT9 SECTION "Starting performances" [4230-4805] -->
<h3 class="sectionedit10" id="apachesession_performances">Apache::Session performances</h3>
<div class="level3">
@ -227,7 +249,7 @@ Note that Apache::Session::Browseable::MySQL doesn&#039;t use MySQL locks.
</p>
</div>
<!-- EDIT10 SECTION "Apache::Session performances" [4112-6381] -->
<!-- EDIT10 SECTION "Apache::Session performances" [4806-7075] -->
<h3 class="sectionedit11" id="ldap_performances">LDAP performances</h3>
<div class="level3">
@ -256,17 +278,18 @@ So instead of using LDAP groups recovery, you just have to store “memberOf”
</li>
</ul>
<pre class="code">ldapgroups -&gt; memberOf</pre>
<blockquote><div class="no">
For now, ldapgroups contains “cn=admin,dmdName=groups,dc=example,dc=com cn=su,dmdName=groups,dc=example,dc=com”</div></blockquote>
<p>
For now, ldapgroups contains “cn=admin,dmdName=groups,dc=example,dc=com cn=su,dmdName=groups,dc=example,dc=com”
</p>
<ul>
<li class="level1"><div class="li"> A little macro:</div>
</li>
</ul>
<pre class="code perl">ldapgroups <span class="sy0">-&gt;</span> <a href="http://perldoc.perl.org/functions/join.html"><span class="kw3">join</span></a><span class="br0">&#40;</span><span class="st0">&quot; &quot;</span><span class="sy0">,</span><span class="br0">&#40;</span><span class="re0">$ldapgroups</span> <span class="sy0">=~</span> <span class="co2">/cn=(.*?),/g</span><span class="br0">&#41;</span><span class="br0">&#41;</span></pre>
<blockquote><div class="no">
Now ldapgroups contains “admin su”</div></blockquote>
<p>
Now ldapgroups contains “admin su”
</div></p>
</p>

View File

@ -42,6 +42,8 @@
</li>
<li class="level1"><div class="li"> <a href="../../documentation/2.0/installrpm.html" class="wikilink1" title="documentation:2.0:installrpm">Installation on RHEL/CentOS with packages</a></div>
</li>
<li class="level1"><div class="li"> <a href="../../documentation/2.0/docker.html" class="wikilink1" title="documentation:2.0:docker">Run in LemonLDAP::NG in Docker</a></div>
</li>
<li class="level1"><div class="li"> <a href="../../documentation/2.0/upgrade.html" class="wikilink1" title="documentation:2.0:upgrade">Upgrade from 1.4</a></div>
</li>
</ul>
@ -51,12 +53,12 @@
</p>
</div>
<!-- EDIT2 SECTION "Installation" [52-484] -->
<!-- EDIT2 SECTION "Installation" [52-530] -->
<h2 class="sectionedit3" id="configuration">Configuration</h2>
<div class="level2">
</div>
<!-- EDIT3 SECTION "Configuration" [485-511] -->
<!-- EDIT3 SECTION "Configuration" [531-557] -->
<h3 class="sectionedit4" id="first_steps">First steps</h3>
<div class="level3">
@ -85,7 +87,7 @@
</p>
</div>
<!-- EDIT4 SECTION "First steps" [512-972] -->
<!-- EDIT4 SECTION "First steps" [558-1018] -->
<h3 class="sectionedit5" id="portal">Portal</h3>
<div class="level3">
@ -110,7 +112,7 @@
</p>
</div>
<!-- EDIT5 SECTION "Portal" [973-1263] -->
<!-- EDIT5 SECTION "Portal" [1019-1309] -->
<h3 class="sectionedit6" id="authentication_users_and_password_databases">Authentication, users and password databases</h3>
<div class="level3">
@ -201,13 +203,13 @@
<td class="col0"> <a href="../../documentation/2.0/authremote.html" class="wikilink1" title="documentation:2.0:authremote">Remote LL::NG</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 leftalign"> </td>
</tr>
</table></div>
<!-- EDIT7 TABLE [1437-2813] -->
<!-- EDIT7 TABLE [1483-2859] -->
<p>
</div></div>
</p>
</div>
<!-- EDIT6 SECTION "Authentication, users and password databases" [1264-2841] -->
<!-- EDIT6 SECTION "Authentication, users and password databases" [1310-2887] -->
<h3 class="sectionedit8" id="configuration_database">Configuration database</h3>
<div class="level3">
@ -239,7 +241,7 @@
<td class="col0 centeralign"> <a href="../../documentation/2.0/soapconfbackend.html" class="wikilink1" title="documentation:2.0:soapconfbackend">SOAP</a> </td><td class="col1 centeralign"></td><td class="col2 leftalign"> Proxy backend to be used in conjunction with another configuration backend. <br/><strong>Can be used to secure another backend</strong> for remote servers. </td>
</tr>
</table></div>
<!-- EDIT9 TABLE [3116-3658] -->
<!-- EDIT9 TABLE [3162-3704] -->
<p>
<p><div class="notetip">You can not start with an empty configuration, so read <a href="../../documentation/2.0/changeconfbackend.html" class="wikilink1" title="documentation:2.0:changeconfbackend">how to change configuration backend</a> to convert your existing configuration into another one.
</div></p>
@ -250,7 +252,7 @@
</p>
</div>
<!-- EDIT8 SECTION "Configuration database" [2842-3874] -->
<!-- EDIT8 SECTION "Configuration database" [2888-3920] -->
<h3 class="sectionedit10" id="sessions_database">Sessions database</h3>
<div class="level3">
@ -289,13 +291,13 @@ Sessions are stored using <a href="http://search.cpan.org/perldoc?Apache::Sessio
<strong>Can be used to secure another backend</strong> for remote servers. </td>
</tr>
</table></div>
<!-- EDIT11 TABLE [4260-5604] -->
<!-- EDIT11 TABLE [4306-5650] -->
<p>
</div></div>
</p>
</div>
<!-- EDIT10 SECTION "Sessions database" [3875-5632] -->
<!-- EDIT10 SECTION "Sessions database" [3921-5678] -->
<h3 class="sectionedit12" id="identity_provider">Identity provider</h3>
<div class="level3">
@ -335,7 +337,7 @@ Sessions are stored using <a href="http://search.cpan.org/perldoc?Apache::Sessio
</p>
</div>
<!-- EDIT12 SECTION "Identity provider" [5633-6133] -->
<!-- EDIT12 SECTION "Identity provider" [5679-6179] -->
<h2 class="sectionedit13" id="applications_protection">Applications protection</h2>
<div class="level2">
@ -362,7 +364,7 @@ Sessions are stored using <a href="http://search.cpan.org/perldoc?Apache::Sessio
</p>
</div>
<!-- EDIT13 SECTION "Applications protection" [6134-6585] -->
<!-- EDIT13 SECTION "Applications protection" [6180-6631] -->
<h2 class="sectionedit14" id="advanced_features">Advanced features</h2>
<div class="level2">
@ -411,7 +413,7 @@ Sessions are stored using <a href="http://search.cpan.org/perldoc?Apache::Sessio
</p>
</div>
<!-- EDIT14 SECTION "Advanced features" [6586-7477] -->
<!-- EDIT14 SECTION "Advanced features" [6632-7523] -->
<h2 class="sectionedit15" id="mini_howtos">Mini howtos</h2>
<div class="level2">
@ -442,7 +444,7 @@ Sessions are stored using <a href="http://search.cpan.org/perldoc?Apache::Sessio
</p>
</div>
<!-- EDIT15 SECTION "Mini howtos" [7478-8147] -->
<!-- EDIT15 SECTION "Mini howtos" [7524-8193] -->
<h2 class="sectionedit16" id="exploitation">Exploitation</h2>
<div class="level2">

View File

@ -97,10 +97,16 @@ Register what module was used for authentication, user data, password, …
<tr class="row5 rowodd">
<td class="col0 centeralign"> _authChoice </td><td class="col1 leftalign"> User choice done if <a href="../../documentation/2.0/authchoice.html" class="wikilink1" title="documentation:2.0:authchoice">authentication choice</a> was used </td>
</tr>
<tr class="row6 roweven">
<td class="col0 centeralign"> _authMulti </td><td class="col1 leftalign"> Full name of authentication module (with <code>#label</code>) used in Multi </td>
</tr>
<tr class="row7 rowodd">
<td class="col0 centeralign"> _userDBMulti </td><td class="col1 leftalign"> Full name of user module (with <code>#label</code>) used in Multi </td>
</tr>
</table></div>
<!-- EDIT4 TABLE [891-1160] -->
<!-- EDIT4 TABLE [891-1328] -->
</div>
<!-- EDIT3 SECTION "Modules" [795-1161] -->
<!-- EDIT3 SECTION "Modules" [795-1328] -->
<h2 class="sectionedit5" id="connection">Connection</h2>
<div class="level2">
@ -123,9 +129,9 @@ Datas concerning the first connection to the portal
<td class="col0 leftalign"> _url </td><td class="col1 leftalign"> <abbr title="Uniform Resource Locator">URL</abbr> used before being redirected to the portal (empty if portal was used as entry point) </td>
</tr>
</table></div>
<!-- EDIT6 TABLE [1239-1603] -->
<!-- EDIT6 TABLE [1406-1770] -->
</div>
<!-- EDIT5 SECTION "Connection" [1162-1604] -->
<!-- EDIT5 SECTION "Connection" [1329-1771] -->
<h2 class="sectionedit7" id="authentication">Authentication</h2>
<div class="level2">
@ -151,9 +157,9 @@ Datas around the authentication process.
<td class="col0 leftalign"> authenticationLevel </td><td class="col1 leftalign"> Authentication level </td>
</tr>
</table></div>
<!-- EDIT8 TABLE [1675-1972] -->
<!-- EDIT8 TABLE [1842-2139] -->
</div>
<!-- EDIT7 SECTION "Authentication" [1605-1973] -->
<!-- EDIT7 SECTION "Authentication" [1772-2140] -->
<h2 class="sectionedit9" id="dates">Dates</h2>
<div class="level2">
<div class="table sectionedit10"><table class="inline">
@ -175,9 +181,9 @@ Datas around the authentication process.
<td class="col0"> _lastAuthnUTime </td><td class="col1 leftalign"> Timestamp of last authentication time </td>
</tr>
</table></div>
<!-- EDIT10 TABLE [1993-2220] -->
<!-- EDIT10 TABLE [2160-2387] -->
</div>
<!-- EDIT9 SECTION "Dates" [1974-2221] -->
<!-- EDIT9 SECTION "Dates" [2141-2388] -->
<h2 class="sectionedit11" id="saml">SAML</h2>
<div class="level2">
@ -206,9 +212,9 @@ Datas related to <abbr title="Security Assertion Markup Language">SAML</abbr> pr
<td class="col0 leftalign"> _lassoIdentityDump </td><td class="col1 leftalign"> Lasso identity dump </td>
</tr>
</table></div>
<!-- EDIT12 TABLE [2272-2537] -->
<!-- EDIT12 TABLE [2439-2704] -->
</div>
<!-- EDIT11 SECTION "SAML" [2222-2538] -->
<!-- EDIT11 SECTION "SAML" [2389-2705] -->
<h2 class="sectionedit13" id="notifications">Notifications</h2>
<div class="level2">
<div class="table sectionedit14"><table class="inline">
@ -221,9 +227,9 @@ Datas related to <abbr title="Security Assertion Markup Language">SAML</abbr> pr
<td class="col0 leftalign"> _notification_<em>id</em> </td><td class="col1 leftalign"> Date of validation of the notification <em>id</em> </td>
</tr>
</table></div>
<!-- EDIT14 TABLE [2566-2666] -->
<!-- EDIT14 TABLE [2733-2833] -->
</div>
<!-- EDIT13 SECTION "Notifications" [2539-2667] -->
<!-- EDIT13 SECTION "Notifications" [2706-2834] -->
<h2 class="sectionedit15" id="login_history">Login history</h2>
<div class="level2">
<div class="table sectionedit16"><table class="inline">
@ -236,9 +242,9 @@ Datas related to <abbr title="Security Assertion Markup Language">SAML</abbr> pr
<td class="col0 leftalign"> loginHistory </td><td class="col1 leftalign"> HASH of login success and failures </td>
</tr>
</table></div>
<!-- EDIT16 TABLE [2695-2776] -->
<!-- EDIT16 TABLE [2862-2943] -->
</div>
<!-- EDIT15 SECTION "Login history" [2668-2777] -->
<!-- EDIT15 SECTION "Login history" [2835-2944] -->
<h2 class="sectionedit17" id="ldap">LDAP</h2>
<div class="level2">
@ -255,9 +261,9 @@ Only with UserDB LDAP.
<td class="col0 leftalign"> dn </td><td class="col1"> Distinguished name </td>
</tr>
</table></div>
<!-- EDIT18 TABLE [2820-2874] -->
<!-- EDIT18 TABLE [2987-3041] -->
</div>
<!-- EDIT17 SECTION "LDAP" [2778-2875] -->
<!-- EDIT17 SECTION "LDAP" [2945-3042] -->
<h2 class="sectionedit19" id="openid">OpenID</h2>
<div class="level2">
<div class="table sectionedit20"><table class="inline">
@ -270,9 +276,9 @@ Only with UserDB LDAP.
<td class="col0 leftalign"> _openid_<em>id</em> </td><td class="col1 leftalign"> Consent to share attribute <em>id</em> trough OpenID </td>
</tr>
</table></div>
<!-- EDIT20 TABLE [2896-2992] -->
<!-- EDIT20 TABLE [3063-3159] -->
</div>
<!-- EDIT19 SECTION "OpenID" [2876-2993] -->
<!-- EDIT19 SECTION "OpenID" [3043-3160] -->
<h2 class="sectionedit21" id="other">Other</h2>
<div class="level2">
<div class="table sectionedit22"><table class="inline">
@ -285,6 +291,6 @@ Only with UserDB LDAP.
<td class="col0 leftalign"> appsListOrder </td><td class="col1 leftalign"> Order of categories in the menu </td>
</tr>
</table></div>
<!-- EDIT22 TABLE [3013-3092] -->
<!-- EDIT22 TABLE [3180-3259] -->
</div>
</div><!-- closes <div class="dokuwiki export">-->

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -1,248 +1,259 @@
22/05/15 17:11
05/10/15 16:52
Données du projet
Segments Mots Caractères (sans espaces) Caractères (avec espaces)
Total : 19721 100988 693801 761322
Restants : 2876 14881 132177 138080
Segments uniques : 6250 42036 272038 302763
Segments uniques restants : 832 5553 42940 45818
Total : 20384 105669 719524 790107
Restants : 5217 33309 244795 265152
Segments uniques : 6699 45367 291611 324835
Segments uniques restants : 1959 14835 98501 108378
Statistiques par fichiers :
Nom du fichier Total segments Segments restants Segments uniques Segments uniques restants Total mots Mots restants Mots uniques Mots uniques restants Total caractères (sans espaces) Caractères restants (sans espaces) Caractères uniques (sans espaces) Caractères uniques restants (sans espaces) Total caractères (avec espaces) Caractères restants (avec espaces) Caractères uniques (avec espaces) Caractères uniques restants (avec espaces)
index/alphabetical.html 312 40 307 40 723 62 709 62 6999 661 6939 661 7040 661 6971 661
index/alphabetical.html 328 77 323 77 757 142 743 142 7383 1270 7323 1270 7424 1295 7355 1295
index.html 15 0 10 0 28 0 20 0 202 0 159 0 209 0 163 0
lib/images/index.html 1 0 1 0 2 0 2 0 14 0 14 0 15 0 15 0
pages/contact.html 106 4 83 3 413 17 322 11 3354 326 2473 178 3477 329 2595 181
pages/documentation/2.0/activedirectoryminihowto.html 21 4 17 4 115 12 110 12 836 138 815 138 922 138 900 138
pages/documentation/2.0/applications/authbasic.html 49 7 34 5 392 27 347 21 2484 327 2125 251 2787 327 2406 251
pages/documentation/2.0/applications/bugzilla.html 53 10 37 8 190 39 153 33 1591 510 1278 440 1692 512 1366 442
pages/contact.html 108 11 86 9 422 49 337 39 3386 568 2564 382 3525 590 2702 404
pages/documentation/2.0/activedirectoryminihowto.html 20 5 16 5 111 27 106 27 802 207 781 207 885 222 863 222
pages/documentation/2.0/applications/authbasic.html 40 12 32 10 356 152 339 146 2223 941 2057 865 2499 1059 2332 983
pages/documentation/2.0/applications/bugzilla.html 48 17 36 15 168 70 147 64 1469 759 1256 689 1556 785 1342 715
pages/documentation/2.0/applications/cornerstone.html 69 32 47 29 450 263 403 255 3157 1891 2754 1792 3423 2029 3010 1930
pages/documentation/2.0/applications/django.html 17 0 7 0 62 0 44 0 475 0 298 0 506 0 328 0
pages/documentation/2.0/applications/dokuwiki.html 55 12 30 3 285 45 229 14 2188 618 1516 196 2370 620 1693 196
pages/documentation/2.0/applications/drupal.html 79 13 43 1 388 49 278 8 3002 660 1863 84 3231 664 2062 84
pages/documentation/2.0/applications/googleapps.html 127 15 68 11 803 77 529 65 5968 931 3952 803 6423 932 4250 804
pages/documentation/2.0/applications/liferay.html 99 18 63 9 526 113 426 82 3695 1135 2741 713 3969 1138 2977 714
pages/documentation/2.0/applications/limesurvey.html 92 8 70 3 376 31 328 14 2959 366 2472 150 3204 368 2705 150
pages/documentation/2.0/applications/mediawiki.html 79 12 38 1 362 45 226 8 3219 620 1837 90 3406 622 1996 90
pages/documentation/2.0/applications/nginx.html 21 9 11 8 101 76 84 72 678 466 504 411 744 522 569 467
pages/documentation/2.0/applications/obm.html 187 8 147 3 506 32 427 15 4942 383 4272 163 6106 385 5422 163
pages/documentation/2.0/applications/phpldapadmin.html 46 10 20 1 236 39 170 8 1887 518 1140 96 2021 520 1257 96
pages/documentation/2.0/applications/roundcube.html 34 19 16 15 157 125 120 116 1165 904 828 795 1271 999 926 890
pages/documentation/2.0/applications/salesforce.html 111 82 76 75 767 680 663 660 4873 4239 4037 4019 5452 4768 4568 4548
pages/documentation/2.0/applications/spring.html 34 1 21 1 177 8 145 8 1842 84 1547 84 1924 84 1625 84
pages/documentation/2.0/applications/sympa.html 92 18 49 4 467 71 345 24 3281 905 2134 257 3686 909 2498 261
pages/documentation/2.0/applications/tomcat.html 79 2 51 2 430 12 369 12 2827 122 2318 122 3121 123 2594 123
pages/documentation/2.0/applications/dokuwiki.html 55 14 30 4 285 49 229 16 2188 666 1516 227 2370 671 1693 229
pages/documentation/2.0/applications/drupal.html 78 36 42 21 386 145 276 98 2981 1422 1842 783 3209 1485 2040 838
pages/documentation/2.0/applications/googleapps.html 127 18 69 14 810 102 540 90 6015 1104 4024 976 6476 1122 4331 994
pages/documentation/2.0/applications/liferay.html 92 27 63 17 498 202 426 169 3457 1611 2741 1172 3710 1694 2977 1252
pages/documentation/2.0/applications/limesurvey.html 88 17 70 11 363 108 327 89 2867 843 2472 610 3104 908 2705 672
pages/documentation/2.0/applications/mediawiki.html 78 15 38 3 358 61 226 22 3194 753 1837 206 3378 765 1996 215
pages/documentation/2.0/applications/nginx.html 19 9 9 8 92 76 75 72 616 466 442 411 675 522 500 467
pages/documentation/2.0/applications/obm.html 185 14 146 8 499 57 424 38 4884 582 4248 345 6043 604 5396 364
pages/documentation/2.0/applications/phpldapadmin.html 43 14 20 4 226 71 170 38 1798 698 1140 259 1925 729 1257 287
pages/documentation/2.0/applications/roundcube.html 29 18 14 14 137 119 110 110 1032 875 766 766 1125 967 858 858
pages/documentation/2.0/applications/salesforce.html 109 82 75 75 762 682 662 662 4852 4261 4041 4041 5426 4790 4570 4570
pages/documentation/2.0/applications/spring.html 33 2 21 2 173 25 145 25 1817 180 1547 180 1896 196 1625 196
pages/documentation/2.0/applications/sympa.html 92 26 49 8 467 88 345 34 3281 1079 2134 350 3686 1095 2498 361
pages/documentation/2.0/applications/tomcat.html 74 10 51 10 410 109 369 109 2702 597 2318 597 2981 687 2594 687
pages/documentation/2.0/applications/zimbra.html 90 13 45 3 522 53 392 20 3721 645 2474 211 4056 647 2777 213
pages/documentation/2.0/applications.html 148 48 101 45 482 174 365 169 4920 1951 3798 1907 4985 1951 3858 1907
pages/documentation/2.0/authad.html 25 4 12 2 70 12 51 6 496 126 320 63 533 126 356 63
pages/documentation/2.0/authapache.html 171 27 127 25 913 200 808 196 6440 1372 5488 1317 7058 1518 6074 1463
pages/documentation/2.0/authbrowserid.html 39 2 23 2 271 6 224 6 1838 63 1396 63 2017 63 1566 63
pages/documentation/2.0/authcas.html 76 6 35 4 384 19 276 13 2505 233 1614 161 2768 233 1824 161
pages/documentation/2.0/applications.html 147 49 100 45 478 176 361 167 4895 1965 3757 1880 4957 1966 3817 1881
pages/documentation/2.0/authad.html 42 21 29 19 321 263 302 257 1848 1478 1672 1415 2116 1709 1939 1646
pages/documentation/2.0/authapache.html 58 22 32 22 308 213 258 213 2039 1240 1599 1240 2243 1419 1798 1419
pages/documentation/2.0/authbrowserid.html 43 2 23 2 274 6 224 6 1866 63 1396 63 2045 63 1566 63
pages/documentation/2.0/authcas.html 76 6 36 4 384 19 287 13 2505 233 1664 161 2768 233 1884 161
pages/documentation/2.0/authchoice.html 53 3 29 1 248 13 212 7 1614 146 1288 81 1793 146 1460 81
pages/documentation/2.0/authdbi.html 131 6 73 4 470 26 383 20 3090 218 2316 147 3390 230 2603 159
pages/documentation/2.0/authdbi.html 127 10 72 8 458 63 380 57 3003 393 2293 322 3295 437 2578 366
pages/documentation/2.0/authdemo.html 46 6 19 3 172 35 133 24 1065 249 735 140 1177 274 842 161
pages/documentation/2.0/authfacebook.html 46 3 23 0 253 11 202 0 1625 109 1139 0 1802 113 1305 0
pages/documentation/2.0/authgoogle.html 52 17 31 13 362 175 323 162 2142 1063 1781 924 2441 1208 2071 1065
pages/documentation/2.0/authldap.html 168 18 91 6 1108 62 856 24 7023 635 4874 219 7844 647 5574 227
pages/documentation/2.0/authmulti.html 81 6 50 3 412 19 347 10 2858 263 2305 162 3150 263 2572 162
pages/documentation/2.0/authfacebook.html 46 4 22 1 253 29 201 18 1625 178 1131 69 1802 200 1297 87
pages/documentation/2.0/authgoogle.html 54 22 33 18 351 188 312 175 2144 1176 1783 1037 2426 1330 2056 1187
pages/documentation/2.0/authldap.html 121 45 75 35 831 349 695 311 5364 2377 4241 2023 5962 2632 4792 2266
pages/documentation/2.0/authmulti.html 74 13 50 10 384 116 346 107 2639 762 2294 661 2910 851 2560 750
pages/documentation/2.0/authnull.html 26 0 8 0 106 0 79 0 670 0 447 0 749 0 518 0
pages/documentation/2.0/authopenid.html 55 8 28 5 256 33 205 22 1637 313 1201 204 1810 326 1363 213
pages/documentation/2.0/authproxy.html 42 4 17 4 196 12 146 12 1238 150 877 150 1377 150 995 150
pages/documentation/2.0/authradius.html 34 0 14 0 164 0 117 0 1054 0 709 0 1167 0 804 0
pages/documentation/2.0/authremote.html 89 14 49 2 583 50 487 14 3661 599 2796 165 4097 599 3208 165
pages/documentation/2.0/authsaml.html 128 14 87 9 875 61 776 46 5479 724 4741 577 6139 724 5362 577
pages/documentation/2.0/authslave.html 52 4 17 1 258 26 180 15 1502 182 924 73 1697 200 1084 87
pages/documentation/2.0/authssl.html 68 4 32 0 410 12 310 0 2643 132 1890 0 2911 132 2125 0
pages/documentation/2.0/authopenid.html 59 12 30 7 272 49 215 32 1774 450 1257 260 1955 471 1427 277
pages/documentation/2.0/authopenidconnect.html 132 97 92 85 825 748 723 694 5013 4477 4106 3928 5603 5036 4686 4486
pages/documentation/2.0/authproxy.html 38 8 17 8 180 64 146 64 1134 437 877 437 1261 482 995 482
pages/documentation/2.0/authradius.html 33 1 15 1 159 8 121 8 1018 43 737 43 1127 50 834 50
pages/documentation/2.0/authremote.html 86 18 51 8 572 100 494 70 3604 884 2882 515 4032 925 3295 556
pages/documentation/2.0/authsaml.html 128 14 80 8 875 61 744 42 5479 724 4519 525 6139 724 5118 525
pages/documentation/2.0/authslave.html 46 8 17 5 236 78 180 67 1366 439 924 330 1545 501 1084 388
pages/documentation/2.0/authssl.html 59 14 32 10 382 125 310 113 2465 809 1890 677 2714 900 2125 768
pages/documentation/2.0/authtwitter.html 40 0 14 0 191 0 124 0 1271 0 705 0 1400 0 805 0
pages/documentation/2.0/authwebid.html 60 4 29 1 282 23 181 12 1863 170 1161 61 2035 186 1286 73
pages/documentation/2.0/authyubikey.html 45 0 19 0 222 0 153 0 1405 0 807 0 1564 0 933 0
pages/documentation/2.0/browseablesessionbackend.html 104 12 75 11 516 74 448 70 3590 624 3005 570 3930 663 3327 609
pages/documentation/2.0/captcha.html 27 17 17 17 174 156 156 156 1004 857 857 857 1140 988 988 988
pages/documentation/2.0/authwebid.html 57 7 27 3 279 67 181 38 1847 465 1163 287 2017 518 1288 318
pages/documentation/2.0/authyubikey.html 42 2 19 2 211 40 153 40 1314 166 807 166 1465 204 933 204
pages/documentation/2.0/browseablesessionbackend.html 148 47 107 47 659 274 575 274 4420 1773 3739 1773 4847 1976 4143 1976
pages/documentation/2.0/captcha.html 26 17 17 17 169 156 156 156 968 857 857 857 1100 988 988 988
pages/documentation/2.0/cda.html 34 0 15 0 200 0 154 0 1295 0 854 0 1436 0 986 0
pages/documentation/2.0/changeconfbackend.html 38 8 26 8 153 24 133 24 1126 306 984 306 1212 306 1067 306
pages/documentation/2.0/configlocation.html 299 34 242 20 1821 168 1638 123 11756 1475 10294 924 13168 1552 11622 999
pages/documentation/2.0/configvhost.html 93 14 65 7 528 47 455 22 3724 603 3023 300 4090 610 3362 300
pages/documentation/2.0/customfunctions.html 51 9 32 4 263 37 214 21 1830 440 1351 231 2001 445 1511 236
pages/documentation/2.0/error.html 66 2 57 2 488 7 471 7 2707 82 2574 82 3119 82 2981 82
pages/documentation/2.0/exportedvars.html 55 14 33 7 414 102 365 81 2499 787 2048 537 2832 852 2372 602
pages/documentation/2.0/extendedfunctions.html 160 56 93 31 806 204 591 127 5285 1799 3452 917 5846 1891 3919 1002
pages/documentation/2.0/fastcgi.html 26 0 13 0 141 0 114 0 854 0 649 0 941 0 731 0
pages/documentation/2.0/changeconfbackend.html 37 9 26 9 150 31 133 31 1103 350 984 350 1187 356 1067 356
pages/documentation/2.0/configlocation.html 292 66 244 49 1790 384 1644 333 11546 2793 10321 2179 12934 3053 11652 2433
pages/documentation/2.0/configvhost.html 91 38 65 26 520 152 455 118 3674 1548 3023 1146 4034 1624 3362 1209
pages/documentation/2.0/customfunctions.html 50 11 32 6 258 55 214 39 1794 537 1351 328 1961 558 1511 349
pages/documentation/2.0/docker.html 29 18 16 15 150 133 123 122 1126 977 869 864 1201 1051 943 938
pages/documentation/2.0/error.html 65 3 56 3 485 13 468 13 2683 106 2550 106 3093 111 2955 111
pages/documentation/2.0/exportedvars.html 54 15 33 8 410 104 365 83 2465 800 2048 550 2795 866 2372 616
pages/documentation/2.0/extendedfunctions.html 164 73 101 46 823 345 631 264 5335 2535 3697 1607 5907 2740 4195 1804
pages/documentation/2.0/fastcgi.html 24 2 13 2 135 29 114 29 810 129 649 129 893 150 731 150
pages/documentation/2.0/federationproxy.html 40 16 19 7 152 50 102 22 1194 552 713 243 1264 552 777 243
pages/documentation/2.0/fileconfbackend.html 18 2 8 0 87 6 69 0 593 77 417 0 652 77 475 0
pages/documentation/2.0/filesessionbackend.html 32 2 15 0 168 6 137 0 1087 83 809 0 1183 83 903 0
pages/documentation/2.0/formreplay.html 79 30 49 28 621 400 549 394 3546 2141 2985 2080 4041 2477 3448 2416
pages/documentation/2.0/handlerauthbasic.html 34 9 18 6 213 64 181 55 1361 502 1058 390 1523 541 1212 429
pages/documentation/2.0/header_remote_user_conversion.html 42 3 19 0 235 10 182 0 1683 119 1170 0 1846 121 1317 0
pages/documentation/2.0/highavailability.html 24 2 14 2 132 14 110 14 981 172 810 172 1057 172 882 172
pages/documentation/2.0/fileconfbackend.html 18 3 8 1 82 11 64 5 563 105 387 28 618 109 441 32
pages/documentation/2.0/filesessionbackend.html 32 3 16 1 168 29 138 23 1087 233 814 150 1183 255 908 172
pages/documentation/2.0/formreplay.html 79 30 50 29 621 400 552 397 3546 2141 3015 2110 4041 2477 3478 2446
pages/documentation/2.0/handlerauthbasic.html 31 13 17 9 202 96 177 85 1305 702 1046 573 1460 771 1198 641
pages/documentation/2.0/header_remote_user_conversion.html 37 17 19 10 220 89 179 71 1574 792 1170 571 1730 856 1317 627
pages/documentation/2.0/highavailability.html 23 3 14 3 128 37 110 37 956 276 810 276 1029 298 882 298
pages/documentation/2.0/idpcas.html 63 8 30 2 386 27 303 8 2355 332 1591 128 2647 332 1856 128
pages/documentation/2.0/idpopenid.html 88 18 41 3 517 60 351 12 3350 668 2015 160 3674 668 2291 160
pages/documentation/2.0/idpsaml.html 139 41 44 18 842 286 472 209 5848 2372 2865 1486 6382 2504 3226 1618
pages/documentation/2.0/installdeb.html 108 10 85 7 736 43 680 34 5307 402 4863 326 5911 416 5449 340
pages/documentation/2.0/installrpm.html 139 19 69 10 1019 116 512 87 7121 881 3419 571 7945 943 3794 633
pages/documentation/2.0/installtarball.html 103 9 78 5 591 44 523 31 3824 327 3309 197 4212 349 3669 219
pages/documentation/2.0/internalproxy.html 42 2 22 0 195 6 148 0 1391 67 1007 0 1519 67 1117 0
pages/documentation/2.0/idpopenid.html 91 21 42 4 533 76 361 22 3484 802 2070 215 3817 811 2355 224
pages/documentation/2.0/idpopenidconnect.html 148 125 115 113 650 584 525 507 4443 4033 3522 3454 4905 4458 3932 3848
pages/documentation/2.0/idpsaml.html 139 41 42 18 842 286 454 209 5848 2372 2797 1486 6382 2504 3142 1618
pages/documentation/2.0/installdeb.html 106 14 86 11 728 211 685 202 5242 1883 4886 1807 5840 2127 5476 2051
pages/documentation/2.0/installrpm.html 136 24 69 12 1008 287 512 102 7034 2386 3419 655 7850 2682 3794 730
pages/documentation/2.0/installtarball.html 100 13 78 9 576 72 523 59 3716 494 3309 364 4092 541 3669 411
pages/documentation/2.0/internalproxy.html 37 6 22 4 175 59 148 53 1262 339 1007 272 1375 388 1117 321
pages/documentation/2.0/jsonfileconfbackend.html 19 4 3 0 90 12 24 0 642 154 151 0 700 154 170 0
pages/documentation/2.0/ldapconfbackend.html 59 1 33 1 386 7 320 7 2542 86 1990 86 2798 86 2210 86
pages/documentation/2.0/ldapminihowto.html 24 6 10 2 85 18 54 6 631 241 341 83 673 241 378 83
pages/documentation/2.0/ldapsessionbackend.html 49 0 23 0 235 0 157 0 1640 0 982 0 1776 0 1084 0
pages/documentation/2.0/kerberos.html 244 167 170 140 1477 1254 1275 1156 8940 7367 7474 6570 10028 8353 8471 7497
pages/documentation/2.0/ldapconfbackend.html 49 11 33 11 347 98 320 98 2218 595 1990 595 2445 674 2210 674
pages/documentation/2.0/ldapminihowto.html 24 6 8 0 85 18 48 0 631 241 258 0 673 241 295 0
pages/documentation/2.0/ldapsessionbackend.html 58 16 11 5 242 108 125 86 1692 721 777 534 1827 802 871 604
pages/documentation/2.0/loginhistory.html 28 4 15 1 262 14 237 4 1462 168 1225 58 1687 168 1448 58
pages/documentation/2.0/logoutforward.html 26 2 8 0 165 7 126 0 948 99 602 0 1076 99 719 0
pages/documentation/2.0/logs.html 30 0 20 0 189 0 166 0 1174 0 994 0 1325 0 1141 0
pages/documentation/2.0/managerprotection.html 69 4 47 1 452 14 396 4 2720 190 2227 66 3034 190 2535 66
pages/documentation/2.0/logs.html 30 1 20 1 189 11 166 11 1174 91 994 91 1325 111 1141 111
pages/documentation/2.0/managerprotection.html 69 10 48 7 452 43 397 33 2720 396 2239 272 3034 406 2547 282
pages/documentation/2.0/memcachedsessionbackend.html 44 2 15 0 184 6 115 0 1423 85 730 0 1510 85 815 0
pages/documentation/2.0/mrtg.html 15 2 7 2 161 6 147 6 1369 59 1256 59 1464 59 1350 59
pages/documentation/2.0/mysqlminihowto.html 30 10 12 5 126 31 76 16 1004 430 585 239 1065 430 629 239
pages/documentation/2.0/nosqlsessionbackend.html 34 2 8 0 155 6 83 0 1118 83 506 0 1191 83 572 0
pages/documentation/2.0/notifications.html 167 8 108 2 1386 36 1198 18 8733 435 7172 206 9774 435 8121 206
pages/documentation/2.0/parameterlist.html 736 12 388 3 1273 33 889 6 10237 411 6765 73 10946 412 7252 74
pages/documentation/2.0/passwordstore.html 28 4 15 2 170 12 145 6 974 124 753 61 1107 124 882 61
pages/documentation/2.0/performances.html 125 7 80 5 1169 81 855 75 6991 430 4916 359 7873 499 5592 428
pages/documentation/2.0/portal.html 111 50 51 13 497 154 333 39 3807 1775 2121 455 4076 1775 2374 455
pages/documentation/2.0/portalcustom.html 100 13 72 11 800 81 723 75 4392 568 3783 495 5065 621 4414 548
pages/documentation/2.0/portalmenu.html 55 4 39 2 336 20 300 14 2260 248 1943 179 2505 248 2179 179
pages/documentation/2.0/prereq.html 104 14 71 14 495 143 406 143 3857 1709 3142 1709 4168 1824 3416 1824
pages/documentation/2.0/rbac.html 70 3 46 1 499 14 438 7 2928 150 2391 70 3302 150 2739 70
pages/documentation/2.0/redirections.html 40 2 24 0 374 6 335 0 2186 69 1874 0 2506 69 2178 0
pages/documentation/2.0/nosqlsessionbackend.html 33 3 8 1 150 12 83 6 1082 123 506 40 1151 126 572 43
pages/documentation/2.0/notifications.html 147 32 107 26 1309 245 1194 227 8094 1647 7129 1418 9078 1825 8075 1596
pages/documentation/2.0/openidconnectservice.html 68 46 45 42 413 371 360 354 2466 2138 2016 1965 2763 2425 2305 2251
pages/documentation/2.0/parameterlist.html 690 53 384 44 1098 196 879 169 8827 1337 6688 999 9406 1459 7169 1121
pages/documentation/2.0/passwordstore.html 27 5 14 3 166 31 144 25 940 201 748 138 1070 219 877 156
pages/documentation/2.0/performances.html 135 34 100 32 1179 279 948 273 7029 1498 5441 1427 7925 1728 6206 1657
pages/documentation/2.0/portal.html 109 52 51 15 489 182 333 67 3747 1936 2121 616 4010 1962 2374 642
pages/documentation/2.0/portalcustom.html 101 27 77 25 815 253 756 247 4407 1464 3938 1391 5087 1663 4590 1590
pages/documentation/2.0/portalmenu.html 54 5 38 3 332 36 299 30 2226 329 1935 260 2468 344 2171 275
pages/documentation/2.0/prereq.html 92 27 72 26 453 195 410 193 3536 1977 3179 1965 3816 2118 3455 2106
pages/documentation/2.0/rbac.html 67 6 46 4 486 66 437 59 2853 414 2391 334 3218 464 2739 384
pages/documentation/2.0/redirections.html 39 4 24 2 369 37 334 31 2161 324 1874 255 2478 342 2178 273
pages/documentation/2.0/register.html 29 18 16 16 180 161 155 155 952 797 726 726 1098 938 867 867
pages/documentation/2.0/resetpassword.html 99 12 60 5 737 79 612 50 4606 772 3585 465 5096 772 4026 465
pages/documentation/2.0/safejail.html 31 4 16 0 114 12 82 0 779 158 459 0 844 158 523 0
pages/documentation/2.0/samlservice.html 295 45 168 26 1701 287 1291 228 11176 2240 8154 1621 12395 2391 9160 1772
pages/documentation/2.0/securetoken.html 33 4 16 2 248 18 213 12 1506 193 1217 124 1713 196 1412 127
pages/documentation/2.0/security.html 197 29 125 6 1190 118 1007 46 7689 1323 5958 381 8543 1348 6782 406
pages/documentation/2.0/selfmadeapplication.html 61 5 34 1 329 17 257 3 2112 240 1440 38 2321 241 1633 39
pages/documentation/2.0/sessions.html 47 15 28 9 353 104 310 86 2078 724 1706 540 2357 789 1977 605
pages/documentation/2.0/soapconfbackend.html 36 0 20 0 196 0 153 0 1307 0 1017 0 1476 0 1165 0
pages/documentation/2.0/soapminihowto.html 31 8 10 0 150 26 91 0 1021 315 494 0 1112 315 571 0
pages/documentation/2.0/soapservices.html 72 10 34 2 365 31 243 6 2549 370 1541 59 2793 370 1725 59
pages/documentation/2.0/soapsessionbackend.html 58 4 25 2 420 12 337 6 2674 166 2084 83 3005 166 2374 83
pages/documentation/2.0/sqlconfbackend.html 54 2 37 0 284 6 244 0 1757 81 1405 0 1970 81 1607 0
pages/documentation/2.0/sqlsessionbackend.html 99 8 43 0 493 53 283 0 3344 368 1749 0 3617 400 1948 0
pages/documentation/2.0/ssocookie.html 58 4 33 2 433 12 367 6 2378 106 1903 53 2732 106 2227 53
pages/documentation/2.0/start.html 449 199 167 74 1291 643 697 268 11848 7234 5553 2755 12251 7243 5860 2764
pages/documentation/2.0/status.html 49 4 30 2 291 18 251 12 1840 182 1521 127 2013 183 1689 128
pages/documentation/2.0/upgrade.html 25 2 18 2 94 8 83 8 617 31 531 31 663 37 576 37
pages/documentation/2.0/variables.html 126 8 72 1 416 25 323 4 2641 300 1851 59 2911 300 2098 59
pages/documentation/2.0/writingrulesand_headers.html 109 11 59 3 587 41 468 15 3758 517 2710 210 4182 517 3094 210
pages/documentation/conferences.html 300 15 110 10 1004 66 362 37 9078 619 3507 337 9128 622 3521 340
pages/documentation/current/activedirectoryminihowto.html 21 4 0 0 115 12 0 0 836 138 0 0 922 138 0 0
pages/documentation/current/applications/authbasic.html 49 7 0 0 392 27 0 0 2484 327 0 0 2787 327 0 0
pages/documentation/current/applications/bugzilla.html 53 10 0 0 190 39 0 0 1591 510 0 0 1692 512 0 0
pages/documentation/2.0/resetpassword.html 86 22 60 15 685 200 612 171 4253 1373 3585 1066 4704 1480 4026 1173
pages/documentation/2.0/safejail.html 31 4 17 1 114 12 85 3 779 158 505 46 844 158 569 46
pages/documentation/2.0/samlservice.html 275 61 165 33 1622 350 1285 269 10672 2565 8103 1839 11832 2763 9106 2024
pages/documentation/2.0/securetoken.html 32 8 16 5 244 36 213 28 1481 315 1217 229 1685 334 1412 247
pages/documentation/2.0/security.html 192 54 125 31 1173 272 1007 200 7578 2395 5958 1453 8420 2529 6782 1587
pages/documentation/2.0/selfmadeapplication.html 57 9 34 5 316 69 257 55 2021 510 1440 308 2221 550 1633 348
pages/documentation/2.0/sessions.html 46 16 28 10 349 124 310 106 2053 827 1706 643 2329 911 1977 727
pages/documentation/2.0/soapconfbackend.html 31 6 20 5 176 83 153 78 1177 466 1017 431 1331 555 1165 518
pages/documentation/2.0/soapminihowto.html 30 9 10 1 146 43 91 17 995 397 494 82 1083 413 571 98
pages/documentation/2.0/soapservices.html 68 14 34 6 349 75 243 50 2445 611 1541 300 2677 652 1725 341
pages/documentation/2.0/soapsessionbackend.html 47 16 25 14 376 211 337 205 2389 1296 2084 1213 2687 1475 2374 1392
pages/documentation/2.0/sqlconfbackend.html 52 5 37 3 278 36 244 30 1711 270 1405 189 1920 295 1607 214
pages/documentation/2.0/sqlsessionbackend.html 97 12 45 4 487 74 304 29 3298 464 1853 137 3567 513 2069 161
pages/documentation/2.0/ssocookie.html 56 6 33 4 425 42 367 36 2328 254 1903 201 2676 282 2227 229
pages/documentation/2.0/start.html 457 212 169 83 1268 695 700 312 11645 7476 5498 2953 12018 7524 5805 2997
pages/documentation/2.0/status.html 49 7 30 5 291 45 251 39 1840 309 1521 254 2013 333 1689 278
pages/documentation/2.0/upgrade.html 35 11 26 10 191 102 171 96 1159 549 1008 508 1277 625 1123 584
pages/documentation/2.0/variables.html 129 13 76 6 434 51 345 30 2725 437 1969 196 3010 458 2234 217
pages/documentation/2.0/writingrulesand_headers.html 103 18 59 10 562 153 468 127 3579 1114 2710 807 3984 1220 3094 913
pages/documentation/conferences.html 365 50 130 30 1208 192 423 98 10867 1843 4061 891 10928 1850 4079 898
pages/documentation/current/activedirectoryminihowto.html 20 5 0 0 111 27 0 0 802 207 0 0 885 222 0 0
pages/documentation/current/applications/authbasic.html 40 12 0 0 356 152 0 0 2223 941 0 0 2499 1059 0 0
pages/documentation/current/applications/bugzilla.html 48 17 0 0 168 70 0 0 1469 759 0 0 1556 785 0 0
pages/documentation/current/applications/cornerstone.html 69 32 0 0 450 263 0 0 3157 1891 0 0 3423 2029 0 0
pages/documentation/current/applications/django.html 17 0 0 0 62 0 0 0 475 0 0 0 506 0 0 0
pages/documentation/current/applications/dokuwiki.html 55 12 0 0 285 45 0 0 2188 618 0 0 2370 620 0 0
pages/documentation/current/applications/drupal.html 79 13 0 0 388 49 0 0 3002 660 0 0 3231 664 0 0
pages/documentation/current/applications/googleapps.html 127 15 0 0 803 77 0 0 5968 931 0 0 6423 932 0 0
pages/documentation/current/applications/liferay.html 99 18 0 0 526 113 0 0 3695 1135 0 0 3969 1138 0 0
pages/documentation/current/applications/limesurvey.html 92 8 0 0 376 31 0 0 2959 366 0 0 3204 368 0 0
pages/documentation/current/applications/mediawiki.html 79 12 0 0 362 45 0 0 3219 620 0 0 3406 622 0 0
pages/documentation/current/applications/nginx.html 21 9 0 0 101 76 0 0 678 466 0 0 744 522 0 0
pages/documentation/current/applications/obm.html 187 8 0 0 506 32 0 0 4942 383 0 0 6106 385 0 0
pages/documentation/current/applications/phpldapadmin.html 46 10 0 0 236 39 0 0 1887 518 0 0 2021 520 0 0
pages/documentation/current/applications/roundcube.html 34 19 0 0 157 125 0 0 1165 904 0 0 1271 999 0 0
pages/documentation/current/applications/salesforce.html 111 82 0 0 767 680 0 0 4873 4239 0 0 5452 4768 0 0
pages/documentation/current/applications/spring.html 34 1 0 0 177 8 0 0 1842 84 0 0 1924 84 0 0
pages/documentation/current/applications/sympa.html 92 18 0 0 467 71 0 0 3281 905 0 0 3686 909 0 0
pages/documentation/current/applications/tomcat.html 79 2 0 0 430 12 0 0 2827 122 0 0 3121 123 0 0
pages/documentation/current/applications/dokuwiki.html 55 14 0 0 285 49 0 0 2188 666 0 0 2370 671 0 0
pages/documentation/current/applications/drupal.html 78 36 0 0 386 145 0 0 2981 1422 0 0 3209 1485 0 0
pages/documentation/current/applications/googleapps.html 127 18 0 0 810 102 0 0 6015 1104 0 0 6476 1122 0 0
pages/documentation/current/applications/liferay.html 92 27 0 0 498 202 0 0 3457 1611 0 0 3710 1694 0 0
pages/documentation/current/applications/limesurvey.html 88 17 0 0 363 108 0 0 2867 843 0 0 3104 908 0 0
pages/documentation/current/applications/mediawiki.html 78 15 0 0 358 61 0 0 3194 753 0 0 3378 765 0 0
pages/documentation/current/applications/nginx.html 19 9 0 0 92 76 0 0 616 466 0 0 675 522 0 0
pages/documentation/current/applications/obm.html 185 14 0 0 499 57 0 0 4884 582 0 0 6043 604 0 0
pages/documentation/current/applications/phpldapadmin.html 43 14 0 0 226 71 0 0 1798 698 0 0 1925 729 0 0
pages/documentation/current/applications/roundcube.html 29 18 0 0 137 119 0 0 1032 875 0 0 1125 967 0 0
pages/documentation/current/applications/salesforce.html 109 82 0 0 762 682 0 0 4852 4261 0 0 5426 4790 0 0
pages/documentation/current/applications/spring.html 33 2 0 0 173 25 0 0 1817 180 0 0 1896 196 0 0
pages/documentation/current/applications/sympa.html 92 26 0 0 467 88 0 0 3281 1079 0 0 3686 1095 0 0
pages/documentation/current/applications/tomcat.html 74 10 0 0 410 109 0 0 2702 597 0 0 2981 687 0 0
pages/documentation/current/applications/zimbra.html 90 13 0 0 522 53 0 0 3721 645 0 0 4056 647 0 0
pages/documentation/current/applications.html 148 48 0 0 482 174 0 0 4920 1951 0 0 4985 1951 0 0
pages/documentation/current/authad.html 25 4 0 0 70 12 0 0 496 126 0 0 533 126 0 0
pages/documentation/current/authapache.html 171 27 0 0 913 200 0 0 6440 1372 0 0 7058 1518 0 0
pages/documentation/current/authbrowserid.html 39 2 0 0 271 6 0 0 1838 63 0 0 2017 63 0 0
pages/documentation/current/applications.html 147 49 0 0 478 176 0 0 4895 1965 0 0 4957 1966 0 0
pages/documentation/current/authad.html 42 21 0 0 321 263 0 0 1848 1478 0 0 2116 1709 0 0
pages/documentation/current/authapache.html 58 22 0 0 308 213 0 0 2039 1240 0 0 2243 1419 0 0
pages/documentation/current/authbrowserid.html 43 2 0 0 274 6 0 0 1866 63 0 0 2045 63 0 0
pages/documentation/current/authcas.html 76 6 0 0 384 19 0 0 2505 233 0 0 2768 233 0 0
pages/documentation/current/authchoice.html 53 3 0 0 248 13 0 0 1614 146 0 0 1793 146 0 0
pages/documentation/current/authdbi.html 131 6 0 0 470 26 0 0 3090 218 0 0 3390 230 0 0
pages/documentation/current/authdbi.html 127 10 0 0 458 63 0 0 3003 393 0 0 3295 437 0 0
pages/documentation/current/authdemo.html 46 6 0 0 172 35 0 0 1065 249 0 0 1177 274 0 0
pages/documentation/current/authfacebook.html 46 3 0 0 253 11 0 0 1625 109 0 0 1802 113 0 0
pages/documentation/current/authgoogle.html 52 17 0 0 362 175 0 0 2142 1063 0 0 2441 1208 0 0
pages/documentation/current/authldap.html 168 18 0 0 1108 62 0 0 7023 635 0 0 7844 647 0 0
pages/documentation/current/authmulti.html 81 6 0 0 412 19 0 0 2858 263 0 0 3150 263 0 0
pages/documentation/current/authfacebook.html 46 4 0 0 253 29 0 0 1625 178 0 0 1802 200 0 0
pages/documentation/current/authgoogle.html 54 22 0 0 351 188 0 0 2144 1176 0 0 2426 1330 0 0
pages/documentation/current/authldap.html 121 45 0 0 831 349 0 0 5364 2377 0 0 5962 2632 0 0
pages/documentation/current/authmulti.html 74 13 0 0 384 116 0 0 2639 762 0 0 2910 851 0 0
pages/documentation/current/authnull.html 26 0 0 0 106 0 0 0 670 0 0 0 749 0 0 0
pages/documentation/current/authopenid.html 55 8 0 0 256 33 0 0 1637 313 0 0 1810 326 0 0
pages/documentation/current/authproxy.html 42 4 0 0 196 12 0 0 1238 150 0 0 1377 150 0 0
pages/documentation/current/authradius.html 34 0 0 0 164 0 0 0 1054 0 0 0 1167 0 0 0
pages/documentation/current/authremote.html 89 14 0 0 583 50 0 0 3661 599 0 0 4097 599 0 0
pages/documentation/current/authopenid.html 59 12 0 0 272 49 0 0 1774 450 0 0 1955 471 0 0
pages/documentation/current/authopenidconnect.html 132 97 0 0 825 748 0 0 5013 4477 0 0 5603 5036 0 0
pages/documentation/current/authproxy.html 38 8 0 0 180 64 0 0 1134 437 0 0 1261 482 0 0
pages/documentation/current/authradius.html 33 1 0 0 159 8 0 0 1018 43 0 0 1127 50 0 0
pages/documentation/current/authremote.html 86 18 0 0 572 100 0 0 3604 884 0 0 4032 925 0 0
pages/documentation/current/authsaml.html 128 14 0 0 875 61 0 0 5479 724 0 0 6139 724 0 0
pages/documentation/current/authslave.html 52 4 0 0 258 26 0 0 1502 182 0 0 1697 200 0 0
pages/documentation/current/authssl.html 68 4 0 0 410 12 0 0 2643 132 0 0 2911 132 0 0
pages/documentation/current/authslave.html 46 8 0 0 236 78 0 0 1366 439 0 0 1545 501 0 0
pages/documentation/current/authssl.html 59 14 0 0 382 125 0 0 2465 809 0 0 2714 900 0 0
pages/documentation/current/authtwitter.html 40 0 0 0 191 0 0 0 1271 0 0 0 1400 0 0 0
pages/documentation/current/authwebid.html 60 4 0 0 282 23 0 0 1863 170 0 0 2035 186 0 0
pages/documentation/current/authyubikey.html 45 0 0 0 222 0 0 0 1405 0 0 0 1564 0 0 0
pages/documentation/current/browseablesessionbackend.html 104 12 0 0 516 74 0 0 3590 624 0 0 3930 663 0 0
pages/documentation/current/captcha.html 27 17 0 0 174 156 0 0 1004 857 0 0 1140 988 0 0
pages/documentation/current/authwebid.html 57 7 0 0 279 67 0 0 1847 465 0 0 2017 518 0 0
pages/documentation/current/authyubikey.html 42 2 0 0 211 40 0 0 1314 166 0 0 1465 204 0 0
pages/documentation/current/browseablesessionbackend.html 148 47 0 0 659 274 0 0 4420 1773 0 0 4847 1976 0 0
pages/documentation/current/captcha.html 26 17 0 0 169 156 0 0 968 857 0 0 1100 988 0 0
pages/documentation/current/cda.html 34 0 0 0 200 0 0 0 1295 0 0 0 1436 0 0 0
pages/documentation/current/changeconfbackend.html 38 8 0 0 153 24 0 0 1126 306 0 0 1212 306 0 0
pages/documentation/current/configlocation.html 299 34 0 0 1821 168 0 0 11756 1475 0 0 13168 1552 0 0
pages/documentation/current/configvhost.html 93 14 0 0 528 47 0 0 3724 603 0 0 4090 610 0 0
pages/documentation/current/customfunctions.html 51 9 0 0 263 37 0 0 1830 440 0 0 2001 445 0 0
pages/documentation/current/error.html 66 2 0 0 488 7 0 0 2707 82 0 0 3119 82 0 0
pages/documentation/current/exportedvars.html 55 14 0 0 414 102 0 0 2499 787 0 0 2832 852 0 0
pages/documentation/current/extendedfunctions.html 160 56 0 0 806 204 0 0 5285 1799 0 0 5846 1891 0 0
pages/documentation/current/fastcgi.html 26 0 0 0 141 0 0 0 854 0 0 0 941 0 0 0
pages/documentation/current/changeconfbackend.html 37 9 0 0 150 31 0 0 1103 350 0 0 1187 356 0 0
pages/documentation/current/configlocation.html 292 66 0 0 1790 384 0 0 11546 2793 0 0 12934 3053 0 0
pages/documentation/current/configvhost.html 91 38 0 0 520 152 0 0 3674 1548 0 0 4034 1624 0 0
pages/documentation/current/customfunctions.html 50 11 0 0 258 55 0 0 1794 537 0 0 1961 558 0 0
pages/documentation/current/docker.html 29 18 0 0 150 133 0 0 1126 977 0 0 1201 1051 0 0
pages/documentation/current/error.html 65 3 0 0 485 13 0 0 2683 106 0 0 3093 111 0 0
pages/documentation/current/exportedvars.html 54 15 0 0 410 104 0 0 2465 800 0 0 2795 866 0 0
pages/documentation/current/extendedfunctions.html 164 73 0 0 823 345 0 0 5335 2535 0 0 5907 2740 0 0
pages/documentation/current/fastcgi.html 24 2 0 0 135 29 0 0 810 129 0 0 893 150 0 0
pages/documentation/current/federationproxy.html 40 16 0 0 152 50 0 0 1194 552 0 0 1264 552 0 0
pages/documentation/current/fileconfbackend.html 18 2 0 0 87 6 0 0 593 77 0 0 652 77 0 0
pages/documentation/current/filesessionbackend.html 32 2 0 0 168 6 0 0 1087 83 0 0 1183 83 0 0
pages/documentation/current/fileconfbackend.html 18 3 0 0 82 11 0 0 563 105 0 0 618 109 0 0
pages/documentation/current/filesessionbackend.html 32 3 0 0 168 29 0 0 1087 233 0 0 1183 255 0 0
pages/documentation/current/formreplay.html 79 30 0 0 621 400 0 0 3546 2141 0 0 4041 2477 0 0
pages/documentation/current/handlerauthbasic.html 34 9 0 0 213 64 0 0 1361 502 0 0 1523 541 0 0
pages/documentation/current/header_remote_user_conversion.html 42 3 0 0 235 10 0 0 1683 119 0 0 1846 121 0 0
pages/documentation/current/highavailability.html 24 2 0 0 132 14 0 0 981 172 0 0 1057 172 0 0
pages/documentation/current/handlerauthbasic.html 31 13 0 0 202 96 0 0 1305 702 0 0 1460 771 0 0
pages/documentation/current/header_remote_user_conversion.html 37 17 0 0 220 89 0 0 1574 792 0 0 1730 856 0 0
pages/documentation/current/highavailability.html 23 3 0 0 128 37 0 0 956 276 0 0 1029 298 0 0
pages/documentation/current/idpcas.html 63 8 0 0 386 27 0 0 2355 332 0 0 2647 332 0 0
pages/documentation/current/idpopenid.html 88 18 0 0 517 60 0 0 3350 668 0 0 3674 668 0 0
pages/documentation/current/idpopenid.html 91 21 0 0 533 76 0 0 3484 802 0 0 3817 811 0 0
pages/documentation/current/idpopenidconnect.html 148 125 0 0 650 584 0 0 4443 4033 0 0 4905 4458 0 0
pages/documentation/current/idpsaml.html 139 41 0 0 842 286 0 0 5848 2372 0 0 6382 2504 0 0
pages/documentation/current/installdeb.html 108 10 0 0 736 43 0 0 5307 402 0 0 5911 416 0 0
pages/documentation/current/installrpm.html 139 19 0 0 1019 116 0 0 7121 881 0 0 7945 943 0 0
pages/documentation/current/installtarball.html 103 9 0 0 591 44 0 0 3824 327 0 0 4212 349 0 0
pages/documentation/current/internalproxy.html 42 2 0 0 195 6 0 0 1391 67 0 0 1519 67 0 0
pages/documentation/current/installdeb.html 106 14 0 0 728 211 0 0 5242 1883 0 0 5840 2127 0 0
pages/documentation/current/installrpm.html 136 24 0 0 1008 287 0 0 7034 2386 0 0 7850 2682 0 0
pages/documentation/current/installtarball.html 100 13 0 0 576 72 0 0 3716 494 0 0 4092 541 0 0
pages/documentation/current/internalproxy.html 37 6 0 0 175 59 0 0 1262 339 0 0 1375 388 0 0
pages/documentation/current/jsonfileconfbackend.html 19 4 0 0 90 12 0 0 642 154 0 0 700 154 0 0
pages/documentation/current/ldapconfbackend.html 59 1 0 0 386 7 0 0 2542 86 0 0 2798 86 0 0
pages/documentation/current/kerberos.html 244 167 0 0 1477 1254 0 0 8940 7367 0 0 10028 8353 0 0
pages/documentation/current/ldapconfbackend.html 49 11 0 0 347 98 0 0 2218 595 0 0 2445 674 0 0
pages/documentation/current/ldapminihowto.html 24 6 0 0 85 18 0 0 631 241 0 0 673 241 0 0
pages/documentation/current/ldapsessionbackend.html 49 0 0 0 235 0 0 0 1640 0 0 0 1776 0 0 0
pages/documentation/current/ldapsessionbackend.html 58 16 0 0 242 108 0 0 1692 721 0 0 1827 802 0 0
pages/documentation/current/loginhistory.html 28 4 0 0 262 14 0 0 1462 168 0 0 1687 168 0 0
pages/documentation/current/logoutforward.html 26 2 0 0 165 7 0 0 948 99 0 0 1076 99 0 0
pages/documentation/current/logs.html 30 0 0 0 189 0 0 0 1174 0 0 0 1325 0 0 0
pages/documentation/current/managerprotection.html 69 4 0 0 452 14 0 0 2720 190 0 0 3034 190 0 0
pages/documentation/current/logs.html 30 1 0 0 189 11 0 0 1174 91 0 0 1325 111 0 0
pages/documentation/current/managerprotection.html 69 10 0 0 452 43 0 0 2720 396 0 0 3034 406 0 0
pages/documentation/current/memcachedsessionbackend.html 44 2 0 0 184 6 0 0 1423 85 0 0 1510 85 0 0
pages/documentation/current/mrtg.html 15 2 0 0 161 6 0 0 1369 59 0 0 1464 59 0 0
pages/documentation/current/mysqlminihowto.html 30 10 0 0 126 31 0 0 1004 430 0 0 1065 430 0 0
pages/documentation/current/nosqlsessionbackend.html 34 2 0 0 155 6 0 0 1118 83 0 0 1191 83 0 0
pages/documentation/current/notifications.html 167 8 0 0 1386 36 0 0 8733 435 0 0 9774 435 0 0
pages/documentation/current/parameterlist.html 736 12 0 0 1273 33 0 0 10237 411 0 0 10946 412 0 0
pages/documentation/current/passwordstore.html 28 4 0 0 170 12 0 0 974 124 0 0 1107 124 0 0
pages/documentation/current/performances.html 125 7 0 0 1169 81 0 0 6991 430 0 0 7873 499 0 0
pages/documentation/current/portal.html 111 50 0 0 497 154 0 0 3807 1775 0 0 4076 1775 0 0
pages/documentation/current/portalcustom.html 100 13 0 0 800 81 0 0 4392 568 0 0 5065 621 0 0
pages/documentation/current/portalmenu.html 55 4 0 0 336 20 0 0 2260 248 0 0 2505 248 0 0
pages/documentation/current/prereq.html 104 14 0 0 495 143 0 0 3857 1709 0 0 4168 1824 0 0
pages/documentation/current/rbac.html 70 3 0 0 499 14 0 0 2928 150 0 0 3302 150 0 0
pages/documentation/current/redirections.html 40 2 0 0 374 6 0 0 2186 69 0 0 2506 69 0 0
pages/documentation/current/nosqlsessionbackend.html 33 3 0 0 150 12 0 0 1082 123 0 0 1151 126 0 0
pages/documentation/current/notifications.html 147 32 0 0 1309 245 0 0 8094 1647 0 0 9078 1825 0 0
pages/documentation/current/openidconnectservice.html 68 46 0 0 413 371 0 0 2466 2138 0 0 2763 2425 0 0
pages/documentation/current/parameterlist.html 690 53 0 0 1098 196 0 0 8827 1337 0 0 9406 1459 0 0
pages/documentation/current/passwordstore.html 27 5 0 0 166 31 0 0 940 201 0 0 1070 219 0 0
pages/documentation/current/performances.html 135 34 0 0 1179 279 0 0 7029 1498 0 0 7925 1728 0 0
pages/documentation/current/portal.html 109 52 0 0 489 182 0 0 3747 1936 0 0 4010 1962 0 0
pages/documentation/current/portalcustom.html 101 27 0 0 815 253 0 0 4407 1464 0 0 5087 1663 0 0
pages/documentation/current/portalmenu.html 54 5 0 0 332 36 0 0 2226 329 0 0 2468 344 0 0
pages/documentation/current/prereq.html 92 27 0 0 453 195 0 0 3536 1977 0 0 3816 2118 0 0
pages/documentation/current/rbac.html 67 6 0 0 486 66 0 0 2853 414 0 0 3218 464 0 0
pages/documentation/current/redirections.html 39 4 0 0 369 37 0 0 2161 324 0 0 2478 342 0 0
pages/documentation/current/register.html 29 18 0 0 180 161 0 0 952 797 0 0 1098 938 0 0
pages/documentation/current/resetpassword.html 99 12 0 0 737 79 0 0 4606 772 0 0 5096 772 0 0
pages/documentation/current/resetpassword.html 86 22 0 0 685 200 0 0 4253 1373 0 0 4704 1480 0 0
pages/documentation/current/safejail.html 31 4 0 0 114 12 0 0 779 158 0 0 844 158 0 0
pages/documentation/current/samlservice.html 295 45 0 0 1701 287 0 0 11176 2240 0 0 12395 2391 0 0
pages/documentation/current/securetoken.html 33 4 0 0 248 18 0 0 1506 193 0 0 1713 196 0 0
pages/documentation/current/security.html 197 29 0 0 1190 118 0 0 7689 1323 0 0 8543 1348 0 0
pages/documentation/current/selfmadeapplication.html 61 5 0 0 329 17 0 0 2112 240 0 0 2321 241 0 0
pages/documentation/current/sessions.html 47 15 0 0 353 104 0 0 2078 724 0 0 2357 789 0 0
pages/documentation/current/soapconfbackend.html 36 0 0 0 196 0 0 0 1307 0 0 0 1476 0 0 0
pages/documentation/current/soapminihowto.html 31 8 0 0 150 26 0 0 1021 315 0 0 1112 315 0 0
pages/documentation/current/soapservices.html 72 10 0 0 365 31 0 0 2549 370 0 0 2793 370 0 0
pages/documentation/current/soapsessionbackend.html 58 4 0 0 420 12 0 0 2674 166 0 0 3005 166 0 0
pages/documentation/current/sqlconfbackend.html 54 2 0 0 284 6 0 0 1757 81 0 0 1970 81 0 0
pages/documentation/current/sqlsessionbackend.html 99 8 0 0 493 53 0 0 3344 368 0 0 3617 400 0 0
pages/documentation/current/ssocookie.html 58 4 0 0 433 12 0 0 2378 106 0 0 2732 106 0 0
pages/documentation/current/start.html 449 199 0 0 1291 643 0 0 11848 7234 0 0 12251 7243 0 0
pages/documentation/current/status.html 49 4 0 0 291 18 0 0 1840 182 0 0 2013 183 0 0
pages/documentation/current/upgrade.html 25 2 0 0 94 8 0 0 617 31 0 0 663 37 0 0
pages/documentation/current/variables.html 126 8 0 0 416 25 0 0 2641 300 0 0 2911 300 0 0
pages/documentation/current/writingrulesand_headers.html 109 11 0 0 587 41 0 0 3758 517 0 0 4182 517 0 0
pages/documentation/features.html 73 0 41 0 369 0 292 0 2311 0 1730 0 2544 0 1942 0
pages/documentation/presentation.html 226 0 135 0 1385 0 1024 0 9086 0 6139 0 10082 0 6974 0
pages/documentation/quickstart.html 77 0 39 0 318 0 222 0 2106 0 1373 0 2277 0 1520 0
pages/documentation/current/samlservice.html 275 61 0 0 1622 350 0 0 10672 2565 0 0 11832 2763 0 0
pages/documentation/current/securetoken.html 32 8 0 0 244 36 0 0 1481 315 0 0 1685 334 0 0
pages/documentation/current/security.html 192 54 0 0 1173 272 0 0 7578 2395 0 0 8420 2529 0 0
pages/documentation/current/selfmadeapplication.html 57 9 0 0 316 69 0 0 2021 510 0 0 2221 550 0 0
pages/documentation/current/sessions.html 46 16 0 0 349 124 0 0 2053 827 0 0 2329 911 0 0
pages/documentation/current/soapconfbackend.html 31 6 0 0 176 83 0 0 1177 466 0 0 1331 555 0 0
pages/documentation/current/soapminihowto.html 30 9 0 0 146 43 0 0 995 397 0 0 1083 413 0 0
pages/documentation/current/soapservices.html 68 14 0 0 349 75 0 0 2445 611 0 0 2677 652 0 0
pages/documentation/current/soapsessionbackend.html 47 16 0 0 376 211 0 0 2389 1296 0 0 2687 1475 0 0
pages/documentation/current/sqlconfbackend.html 52 5 0 0 278 36 0 0 1711 270 0 0 1920 295 0 0
pages/documentation/current/sqlsessionbackend.html 97 12 0 0 487 74 0 0 3298 464 0 0 3567 513 0 0
pages/documentation/current/ssocookie.html 56 6 0 0 425 42 0 0 2328 254 0 0 2676 282 0 0
pages/documentation/current/start.html 457 212 0 0 1268 695 0 0 11645 7476 0 0 12018 7524 0 0
pages/documentation/current/status.html 49 7 0 0 291 45 0 0 1840 309 0 0 2013 333 0 0
pages/documentation/current/upgrade.html 35 11 0 0 191 102 0 0 1159 549 0 0 1277 625 0 0
pages/documentation/current/variables.html 129 13 0 0 434 51 0 0 2725 437 0 0 3010 458 0 0
pages/documentation/current/writingrulesand_headers.html 103 18 0 0 562 153 0 0 3579 1114 0 0 3984 1220 0 0
pages/documentation/features.html 71 2 41 2 362 21 292 21 2267 109 1730 109 2495 128 1942 128
pages/documentation/presentation.html 220 7 134 7 1358 61 1023 61 8894 280 6126 280 9869 339 6961 339
pages/documentation/quickstart.html 75 2 39 2 308 18 222 18 2034 86 1373 86 2197 101 1520 101
pages/documentation.html 71 0 45 0 208 0 130 0 2111 0 1311 0 2132 0 1326 0
pages/download.html 81 18 49 10 400 150 253 78 2922 1120 1807 576 3021 1123 1894 579
pages/download.html 80 23 48 13 378 188 241 108 2837 1430 1759 787 2935 1453 1845 810
pages/menu1.html 22 0 11 0 26 0 11 0 224 0 120 0 225 0 120 0
pages/press.html 130 14 48 10 579 84 242 57 4205 632 1777 398 4273 651 1842 417
pages/references.html 141 8 80 8 342 29 221 29 2900 232 1844 232 2997 245 1904 245
pages/screenshots.html 258 29 167 22 1392 295 1225 246 10955 1669 9104 1382 11003 1669 9151 1382
pages/professionalservices.html 34 22 22 20 234 214 215 210 1444 1279 1283 1228 1622 1456 1459 1404
pages/references.html 140 8 78 8 338 29 214 29 2879 232 1791 232 2974 245 1849 245
pages/screenshots.html 258 99 167 92 1560 1103 1393 1054 11879 7150 10028 6863 11927 7150 10075 6863
pages/translations.html 40 0 21 0 281 0 227 0 1714 0 1349 0 1895 0 1514 0