Doc update

This commit is contained in:
Xavier Guimard 2013-10-25 13:19:21 +00:00
parent d72f9c0427
commit 3bd410af06
4 changed files with 25 additions and 25 deletions

View File

@ -67,7 +67,7 @@ In Manager, go in <code>General Parameters</code> &gt; <code>Authentication modu
<p>
Use the name you want but this values as value. If you want to require that a field is set, add ”!” before the key name :
Use the name you want but this values in the value field. If you want to require that a field is set, add ”!” before the key name :
</p>
<ul>
<li class="level1"><div class="li"> “myfield ⇒ firstname” can be ””</div>

View File

@ -22,12 +22,12 @@
<h1><a name="fast_cgi_support" id="fast_cgi_support">Fast CGI support</a></h1>
<h1><a name="fastcgi_support" id="fastcgi_support">FastCGI support</a></h1>
<div class="level1">
<p>
<acronym title="LemonLDAP::NG">LL::NG</acronym> CGIs <em>(Portal, Manager,…)</em> can be used under a <a href="http://en.wikipedia.org/wiki/FastCGI" class="urlextern" title="http://en.wikipedia.org/wiki/FastCGI" rel="nofollow">Fast CGI system</a> very easily. You just have to load <acronym title="LemonLDAP::NG">LL::NG</acronym> fast <acronym title="Common Gateway Interface">CGI</acronym> support and write a loop in the <acronym title="Common Gateway Interface">CGI</acronym>. Example with the portal:
<acronym title="LemonLDAP::NG">LL::NG</acronym> CGIs <em>(Portal, Manager,…)</em> can be used under a <a href="http://en.wikipedia.org/wiki/FastCGI" class="urlextern" title="http://en.wikipedia.org/wiki/FastCGI" rel="nofollow">FastCGI system</a> very easily. You just have to load <acronym title="LemonLDAP::NG">LL::NG</acronym> FastCGI support and write a loop in the <acronym title="Common Gateway Interface">CGI</acronym>. Example with the portal:
<pre class="code perl"><span class="co1">#!/usr/bin/perl</span>
<b>use Lemonldap::NG::Common::CGI qw(fastcgi);</b>

View File

@ -130,11 +130,11 @@ The portal is the biggest component of Lemonldap::NG. It is recommended to use M
&lt;/<span class="kw3">Files</span>&gt;</pre>
<p>
You can also use a Fast <acronym title="Common Gateway Interface">CGI</acronym> server using index.fcgi given in portal examples.
You can also use a FastCGI server using index.fcgi given in portal examples.
</p>
</div>
<!-- SECTION "General performances" [2411-2833] -->
<!-- SECTION "General performances" [2411-2832] -->
<h3><a name="configuration_access" id="configuration_access">Configuration access</a></h3>
<div class="level3">
@ -144,7 +144,7 @@ If you set <code>useLocalConf</code> to 1 in lemonldap-ng.ini (section [Portal])
</p>
</div>
<!-- SECTION "Configuration access" [2834-3136] -->
<!-- SECTION "Configuration access" [2833-3135] -->
<h3><a name="starting_performances" id="starting_performances">Starting performances</a></h3>
<div class="level3">
@ -164,7 +164,7 @@ To make the portal start faster when the server is relaunched, add those lines i
&lt;/Perl&gt;</pre>
</div>
<!-- SECTION "Starting performances" [3137-3712] -->
<!-- SECTION "Starting performances" [3136-3711] -->
<h3><a name="apachesession_performances" id="apachesession_performances">Apache::Session performances</a></h3>
<div class="level3">
@ -236,7 +236,7 @@ Note that Apache::Session::Browseable::MySQL doesn&#039;t use MySQL locks.
</p>
</div>
<!-- SECTION "Apache::Session performances" [3713-5982] -->
<!-- SECTION "Apache::Session performances" [3712-5981] -->
<h3><a name="ldap_performances" id="ldap_performances">LDAP performances</a></h3>
<div class="level3">
@ -286,4 +286,4 @@ ldapgroups -&gt; memberOf
</p>
</div>
<!-- SECTION "LDAP performances" [5983-] --></div><!-- closes <div class="dokuwiki export">-->
<!-- SECTION "LDAP performances" [5982-] --></div><!-- closes <div class="dokuwiki export">-->

View File

@ -63,7 +63,7 @@ When you know the key of the variable, you just have to prefix it with the dolla
</p>
<pre class="code">
$uid =~ /^coudot$/
$uid eq &quot;coudot&quot;
</pre>
<p>
@ -76,7 +76,7 @@ Below are documented internal variables.
</p>
</div>
<!-- SECTION "Presentation" [26-796] -->
<!-- SECTION "Presentation" [26-794] -->
<h2><a name="modules" id="modules">Modules</a></h2>
<div class="level2">
@ -102,18 +102,18 @@ Register what module was used for authentication, user data, password, …
<td class="col0 centeralign"> _issuerDB </td><td class="col1 leftalign"> Issuer module (can be multivalued) </td>
</tr>
<tr class="row5 rowodd">
<td class="col0 centeralign"> _authChoice </td><td class="col1 leftalign"> Choice done if <a href="../../documentation/1.3/authchoice.html" class="wikilink1" title="documentation:1.3:authchoice">authentication choice</a> was used </td>
<td class="col0 centeralign"> _authChoice </td><td class="col1 leftalign"> User choice done if <a href="../../documentation/1.3/authchoice.html" class="wikilink1" title="documentation:1.3:authchoice">authentication choice</a> was used </td>
</tr>
</table>
</div>
<!-- SECTION "Modules" [797-1158] -->
<!-- SECTION "Modules" [795-1161] -->
<h2><a name="connection" id="connection">Connection</a></h2>
<div class="level2">
<p>
Data concerning the first connection to the portal
Datas concerning the first connection to the portal
</p>
<table class="inline">
@ -132,13 +132,13 @@ Data concerning the first connection to the portal
</table>
</div>
<!-- SECTION "Connection" [1159-1600] -->
<!-- SECTION "Connection" [1162-1604] -->
<h2><a name="authentication" id="authentication">Authentication</a></h2>
<div class="level2">
<p>
Data around the authentication process.
Datas around the authentication process.
</p>
<table class="inline">
@ -160,7 +160,7 @@ Data around the authentication process.
</table>
</div>
<!-- SECTION "Authentication" [1601-1968] -->
<!-- SECTION "Authentication" [1605-1973] -->
<h2><a name="dates" id="dates">Dates</a></h2>
<div class="level2">
<table class="inline">
@ -182,13 +182,13 @@ Data around the authentication process.
</table>
</div>
<!-- SECTION "Dates" [1969-2216] -->
<!-- SECTION "Dates" [1974-2221] -->
<h2><a name="saml" id="saml">SAML</a></h2>
<div class="level2">
<p>
Data related to <acronym title="Security Assertion Markup Language">SAML</acronym> protocol
Datas related to <acronym title="Security Assertion Markup Language">SAML</acronym> protocol
</p>
<table class="inline">
@ -213,7 +213,7 @@ Data related to <acronym title="Security Assertion Markup Language">SAML</acrony
</table>
</div>
<!-- SECTION "SAML" [2217-2532] -->
<!-- SECTION "SAML" [2222-2538] -->
<h2><a name="notifications" id="notifications">Notifications</a></h2>
<div class="level2">
<table class="inline">
@ -226,7 +226,7 @@ Data related to <acronym title="Security Assertion Markup Language">SAML</acrony
</table>
</div>
<!-- SECTION "Notifications" [2533-2661] -->
<!-- SECTION "Notifications" [2539-2667] -->
<h2><a name="login_history" id="login_history">Login history</a></h2>
<div class="level2">
<table class="inline">
@ -239,7 +239,7 @@ Data related to <acronym title="Security Assertion Markup Language">SAML</acrony
</table>
</div>
<!-- SECTION "Login history" [2662-2771] -->
<!-- SECTION "Login history" [2668-2777] -->
<h2><a name="ldap" id="ldap">LDAP</a></h2>
<div class="level2">
@ -258,7 +258,7 @@ Only with UserDB <acronym title="Lightweight Directory Access Protocol">LDAP</ac
</table>
</div>
<!-- SECTION "LDAP" [2772-2869] -->
<!-- SECTION "LDAP" [2778-2875] -->
<h2><a name="openid" id="openid">OpenID</a></h2>
<div class="level2">
<table class="inline">
@ -271,7 +271,7 @@ Only with UserDB <acronym title="Lightweight Directory Access Protocol">LDAP</ac
</table>
</div>
<!-- SECTION "OpenID" [2870-2987] -->
<!-- SECTION "OpenID" [2876-2993] -->
<h2><a name="other" id="other">Other</a></h2>
<div class="level2">
<table class="inline">
@ -284,4 +284,4 @@ Only with UserDB <acronym title="Lightweight Directory Access Protocol">LDAP</ac
</table>
</div>
<!-- SECTION "Other" [2988-] --></div><!-- closes <div class="dokuwiki export">-->
<!-- SECTION "Other" [2994-] --></div><!-- closes <div class="dokuwiki export">-->