Documentation update

This commit is contained in:
Clément Oudot 2013-09-30 08:59:03 +00:00
parent 3d7d1bfae5
commit 669c46a65c
9 changed files with 226 additions and 72 deletions

File diff suppressed because one or more lines are too long

View File

@ -21,6 +21,10 @@
<hr />
<p style="text-align:center">
<a href="http://ldapcon.org"><img src="http://ldapcon.org/img/ldapcon_2013_logo_square_date.png" width="150px" /></a>
</p>
<hr />
<p style="text-align:center"><strong>Sponsored by</strong></p>
<p>

View File

@ -22,52 +22,37 @@
<h1><a name="using_lemonldapng_with_active-directory" id="using_lemonldapng_with_active-directory">Using Lemonldap::NG with Active-Directory</a></h1>
<h1><a name="using_lemonldapng_with_active-directory" id="using_lemonldapng_with_active-directory">Using LemonLDAP::NG with Active-Directory</a></h1>
<div class="level1">
</div>
<!-- SECTION "Using Lemonldap::NG with Active-Directory" [1-57] -->
<h2><a name="using_active-directory_as_authentication_backend" id="using_active-directory_as_authentication_backend">Using Active-Directory as authentication backend</a></h2>
<!-- SECTION "Using LemonLDAP::NG with Active-Directory" [1-57] -->
<h2><a name="authentication_with_loginpassword" id="authentication_with_loginpassword">Authentication with login/password</a></h2>
<div class="level2">
<p>
To use Active-Directory as <acronym title="Lightweight Directory Access Protocol">LDAP</acronym> backend, you must change few things in the manager :
To use Active Directory as <acronym title="Lightweight Directory Access Protocol">LDAP</acronym> backend, you must change few things in the manager :
</p>
<ul>
<li class="level1"><div class="li"> Use “<acronym title="Lightweight Directory Access Protocol">LDAP</acronym>” as authentication and userDB backends,</div>
<li class="level1"><div class="li"> Use “Active Directory” as authentication, userDB and passwordDBbackends,</div>
</li>
<li class="level1"><div class="li"> Configure authentication filter and mail filter <em>(“General Parameters » Authentication modules » <acronym title="Lightweight Directory Access Protocol">LDAP</acronym> parameters » Filters”)</em> with:</div>
</li>
</ul>
<pre class="code">
(&amp;(sAMAccountName=$user)(objectClass=person))
(&amp;(mail=$mail)(objectClass=person))
</pre>
<ul>
<li class="level1"><div class="li"> Export sAMAccountName in a variable declared in <a href="../../documentation/1.3/exportedvars.html" class="wikilink1" title="documentation:1.3:exportedvars">exported variables</a></div>
</li>
<li class="level1"><div class="li"> Change the user attribute to store in Apache logs <em>(“General Parameters » Logs » REMOTE_USER”)</em>: use the variable declared above</div>
</li>
<li class="level1"><div class="li"> Enable password modify extended operation if you want to change password in AD</div>
</li>
</ul>
</div>
<!-- SECTION "Using Active-Directory as authentication backend" [58-805] -->
<h2><a name="using_kerberos" id="using_kerberos">Using Kerberos</a></h2>
<!-- SECTION "Authentication with login/password" [58-494] -->
<h2><a name="authentication_with_kerberos" id="authentication_with_kerberos">Authentication with Kerberos</a></h2>
<div class="level2">
<p>
Two steps here:
</p>
<ul>
<li class="level1"><div class="li"> Choose “Apache” as authentication module <em>(“General Parameters » Authentication modules » Authentication module”)</em></div>
</li>
<li class="level1"><div class="li"> <a href="../../documentation/1.3/authapache.html" class="wikilink1" title="documentation:1.3:authapache">Configure the Apache server</a> that host the portal</div>
<li class="level1"><div class="li"> <a href="../../documentation/1.3/authapache.html" class="wikilink1" title="documentation:1.3:authapache">Configure the Apache server</a> that host the portal to use the Apache Kerberos authentication module</div>
</li>
</ul>
</div>
<!-- SECTION "Using Kerberos" [806-] --></div><!-- closes <div class="dokuwiki export">-->
<!-- SECTION "Authentication with Kerberos" [495-] --></div><!-- closes <div class="dokuwiki export">-->

View File

@ -0,0 +1,66 @@
<!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><a name="active_directory" id="active_directory">Active Directory</a></h1>
<div class="level1">
<table class="inline">
<tr class="row0 roweven">
<th class="col0">Authentication </th><th class="col1"> Users </th><th class="col2"> Password </th>
</tr>
<tr class="row1 rowodd">
<td class="col0 centeralign"></td><td class="col1 centeralign"></td><td class="col2 centeralign"></td>
</tr>
</table>
</div>
<!-- SECTION "Active Directory" [1-96] -->
<h2><a name="presentation" id="presentation">Presentation</a></h2>
<div class="level2">
<p>
The Active Directory module is based on the <a href="../../documentation/1.3/authldap.html" class="wikilink1" title="documentation:1.3:authldap">LDAP module</a>, with these features:
</p>
<ul>
<li class="level1"><div class="li"> Specific default values for filters to match AD schema</div>
</li>
<li class="level1"><div class="li"> Compatible password modification</div>
</li>
<li class="level1"><div class="li"> Reset password on next logon workflow</div>
</li>
</ul>
</div>
<!-- SECTION "Presentation" [97-352] -->
<h2><a name="configuration" id="configuration">Configuration</a></h2>
<div class="level2">
<p>
The configuration is the same as the <a href="../../documentation/1.3/authldap.html" class="wikilink1" title="documentation:1.3:authldap">LDAP module</a>.
</p>
</div>
<!-- SECTION "Configuration" [353-] --></div><!-- closes <div class="dokuwiki export">-->

View File

@ -0,0 +1,87 @@
<!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><a name="google" id="google">Google</a></h1>
<div class="level1">
<table class="inline">
<tr class="row0 roweven">
<th class="col0">Authentication </th><th class="col1"> Users </th><th class="col2"> Password </th>
</tr>
<tr class="row1 rowodd">
<td class="col0 centeralign"></td><td class="col1 centeralign"></td><td class="col2"> </td>
</tr>
</table>
</div>
<!-- SECTION "Google" [1-80] -->
<h2><a name="presentation" id="presentation">Presentation</a></h2>
<div class="level2">
<p>
Google proposes to allow applications to reuse its own authentication process using <a href="http://en.wikipedia.org/wiki/OpenID" class="urlextern" title="http://en.wikipedia.org/wiki/OpenID" rel="nofollow">OpenID</a> protocol (it means, if your are connected to Google, other applications can trust Google and let you in).
</p>
</div>
<!-- SECTION "Presentation" [81-344] -->
<h2><a name="configuration" id="configuration">Configuration</a></h2>
<div class="level2">
<p>
In Manager, go in <code>General Parameters</code> &gt; <code>Authentication modules</code> and choose Google for authentication module. This will use email as login name (for accounting, session explorer,…). If you want to access to other datas, you have to use Google in <code>General Parameters</code> &gt; <code>Authentication modules &gt; User module</code>. Then in exported variables, you can ask only for :
</p>
<ul>
<li class="level1"><div class="li"> country</div>
</li>
<li class="level1"><div class="li"> email</div>
</li>
<li class="level1"><div class="li"> firstname</div>
</li>
<li class="level1"><div class="li"> language</div>
</li>
<li class="level1"><div class="li"> lastname</div>
</li>
</ul>
<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 :
</p>
<ul>
<li class="level1"><div class="li"> “myfield ⇒ firstname” can be ””</div>
</li>
<li class="level1"><div class="li"> ”!myfield ⇒ lastname” must be set</div>
</li>
</ul>
<p>
<p><div class="noteimportant">A specific persistent session is created with this module, to store attribute values returned by Google. If this session is lost, Google will ask a confirmation for each requested attribute.
</div></p>
</p>
</div>
<!-- SECTION "Configuration" [345-] --></div><!-- closes <div class="dokuwiki export">-->

View File

@ -55,7 +55,7 @@
<p>
This works with every <acronym title="Lightweight Directory Access Protocol">LDAP</acronym> v2 or v3 server, including Active Directory.
This works with every <acronym title="Lightweight Directory Access Protocol">LDAP</acronym> v2 or v3 server, including <a href="../../documentation/1.3/authad.html" class="wikilink1" title="documentation:1.3:authad">Active Directory</a>.
</p>
<p>
@ -71,7 +71,7 @@ This works with every <acronym title="Lightweight Directory Access Protocol">LDA
</ul>
</div>
<!-- SECTION "Presentation" [85-885] -->
<!-- SECTION "Presentation" [85-896] -->
<h2><a name="configuration" id="configuration">Configuration</a></h2>
<div class="level2">
@ -80,8 +80,14 @@ This works with every <acronym title="Lightweight Directory Access Protocol">LDA
In Manager, go in <code>General Parameters</code> &gt; <code>Authentication modules</code> and choose <acronym title="Lightweight Directory Access Protocol">LDAP</acronym> for authentication, users and/or password modules.
</p>
<p>
<p><div class="notetip">
For <a href="../../documentation/1.3/authad.html" class="wikilink1" title="documentation:1.3:authad">Active Directory</a>, choose <code>Active Directory</code> instead of <code><acronym title="Lightweight Directory Access Protocol">LDAP</acronym></code>.
</div></p>
</p>
</div>
<!-- SECTION "Configuration" [886-1050] -->
<!-- SECTION "Configuration" [897-1162] -->
<h3><a name="authentication_level" id="authentication_level">Authentication level</a></h3>
<div class="level3">
@ -107,7 +113,7 @@ As <acronym title="Lightweight Directory Access Protocol">LDAP</acronym> is a lo
</p>
</div>
<!-- SECTION "Authentication level" [1051-1416] -->
<!-- SECTION "Authentication level" [1163-1528] -->
<h3><a name="connection" id="connection">Connection</a></h3>
<div class="level3">
<ul>
@ -138,7 +144,7 @@ As <acronym title="Lightweight Directory Access Protocol">LDAP</acronym> is a lo
</ul>
</div>
<!-- SECTION "Connection" [1417-2608] -->
<!-- SECTION "Connection" [1529-2720] -->
<h3><a name="filters" id="filters">Filters</a></h3>
<div class="level3">
@ -160,7 +166,7 @@ As <acronym title="Lightweight Directory Access Protocol">LDAP</acronym> is a lo
<p>
<p><div class="notetip">
For Active Directory, use this as authentication filter:
For Active Directory, the default authentication filter is:
</p>
<pre class="code">
@ -169,7 +175,7 @@ For Active Directory, use this as authentication filter:
<p>
And this as mail filter:
And the mail filter is:
</p>
<pre class="code">
@ -183,7 +189,7 @@ And this as mail filter:
</p>
</div>
<!-- SECTION "Filters" [2609-3253] -->
<!-- SECTION "Filters" [2721-3367] -->
<h3><a name="groups" id="groups">Groups</a></h3>
<div class="level3">
<ul>
@ -204,7 +210,7 @@ And this as mail filter:
</ul>
</div>
<!-- SECTION "Groups" [3254-4088] -->
<!-- SECTION "Groups" [3368-4202] -->
<h3><a name="password" id="password">Password</a></h3>
<div class="level3">
<ul>
@ -225,7 +231,7 @@ And this as mail filter:
</ul>
</div>
<!-- SECTION "Password" [4089-5077] -->
<!-- SECTION "Password" [4203-5191] -->
<h2><a name="schema_extension" id="schema_extension">Schema extension</a></h2>
<div class="level2">
@ -254,7 +260,7 @@ Of course, standard <acronym title="Lightweight Directory Access Protocol">LDAP<
</p>
</div>
<!-- SECTION "Schema extension" [5078-5741] -->
<!-- SECTION "Schema extension" [5192-5855] -->
<h3><a name="oid_prefix" id="oid_prefix">OID prefix</a></h3>
<div class="level3">
@ -267,7 +273,7 @@ The prefix 1.3.6.1.4.1.10943 is owned by <a href="http://www.linagora.com" class
</p>
</div>
<!-- SECTION "OID prefix" [5742-5986] -->
<!-- SECTION "OID prefix" [5856-6100] -->
<h3><a name="openldap_schema" id="openldap_schema">OpenLDAP schema</a></h3>
<div class="level3">
@ -308,4 +314,4 @@ You can add this object class to any entry of your directory.
</p>
</div>
<!-- SECTION "OpenLDAP schema" [5987-] --></div><!-- closes <div class="dokuwiki export">-->
<!-- SECTION "OpenLDAP schema" [6101-] --></div><!-- closes <div class="dokuwiki export">-->

View File

@ -120,63 +120,69 @@
<th class="col0"> Backend </th><th class="col1"> Authentication </th><th class="col2"> Users </th><th class="col3"> Password </th>
</tr>
<tr class="row1 rowodd">
<td class="col0"> <a href="../../documentation/1.3/authapache.html" class="wikilink1" title="documentation:1.3:authapache">Apache (Kerberos, NTLM, OTP, ...)</a> </td><td class="col1 centeralign"></td><td class="col2 leftalign"> </td><td class="col3 leftalign"> </td>
<td class="col0"> <a href="../../documentation/1.3/authad.html" class="wikilink1" title="documentation:1.3:authad">Active Directory</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"> </td><td class="col3 leftalign"> </td>
</tr>
<tr class="row2 roweven">
<td class="col0"> <a href="../../documentation/1.3/authchoice.html" class="wikilink1" title="documentation:1.3:authchoice">Backend choice by users</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"> </td><td class="col3 centeralign"> </td>
<td class="col0"> <a href="../../documentation/1.3/authapache.html" class="wikilink1" title="documentation:1.3:authapache">Apache (Kerberos, NTLM, OTP, ...)</a> </td><td class="col1 centeralign"></td><td class="col2 leftalign"> </td><td class="col3 leftalign"> </td>
</tr>
<tr class="row3 rowodd">
<td class="col0"> <a href="../../documentation/1.3/authbrowserid.html" class="wikilink1" title="documentation:1.3:authbrowserid">BrowserID (Mozilla Persona)</a> </td><td class="col1 centeralign"></td><td class="col2 leftalign"> </td><td class="col3 leftalign"> </td>
<td class="col0"> <a href="../../documentation/1.3/authchoice.html" class="wikilink1" title="documentation:1.3:authchoice">Backend choice by users</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"> </td><td class="col3 centeralign"> </td>
</tr>
<tr class="row4 roweven">
<td class="col0"> <a href="../../documentation/1.3/authcas.html" class="wikilink1" title="documentation:1.3:authcas">CAS</a> </td><td class="col1 centeralign"></td><td class="col2 leftalign"> </td><td class="col3 leftalign"> </td>
<td class="col0"> <a href="../../documentation/1.3/authbrowserid.html" class="wikilink1" title="documentation:1.3:authbrowserid">BrowserID (Mozilla Persona)</a> </td><td class="col1 centeralign"></td><td class="col2 leftalign"> </td><td class="col3 leftalign"> </td>
</tr>
<tr class="row5 rowodd">
<td class="col0"> <a href="../../documentation/1.3/authdbi.html" class="wikilink1" title="documentation:1.3:authdbi">Databases (DBI)</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"> </td><td class="col3 centeralign"> </td>
<td class="col0"> <a href="../../documentation/1.3/authcas.html" class="wikilink1" title="documentation:1.3:authcas">CAS</a> </td><td class="col1 centeralign"></td><td class="col2 leftalign"> </td><td class="col3 leftalign"> </td>
</tr>
<tr class="row6 roweven">
<td class="col0"> <a href="../../documentation/1.3/authdemo.html" class="wikilink1" title="documentation:1.3:authdemo">Demonstration</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 centeralign"></td>
<td class="col0"> <a href="../../documentation/1.3/authdbi.html" class="wikilink1" title="documentation:1.3:authdbi">Databases (DBI)</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 centeralign"></td>
</tr>
<tr class="row7 rowodd">
<td class="col0"> <a href="../../documentation/1.3/authldap.html" class="wikilink1" title="documentation:1.3:authldap">LDAP</a> (including <a href="#mini_howtos" title="documentation:1.3:start &crarr;" class="wikilink1">Active Directory)</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 centeralign"></td>
<td class="col0"> <a href="../../documentation/1.3/authdemo.html" class="wikilink1" title="documentation:1.3:authdemo">Demonstration</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 centeralign"></td>
</tr>
<tr class="row8 roweven">
<td class="col0"> <a href="../../documentation/1.3/authnull.html" class="wikilink1" title="documentation:1.3:authnull">Null</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 centeralign"> </td>
<td class="col0"> <a href="../../documentation/1.3/authgoogle.html" class="wikilink1" title="documentation:1.3:authgoogle">Google</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 leftalign"> </td>
</tr>
<tr class="row9 rowodd">
<td class="col0"> <a href="../../documentation/1.3/authopenid.html" class="wikilink1" title="documentation:1.3:authopenid">OpenID</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 leftalign"> </td>
<td class="col0"> <a href="../../documentation/1.3/authldap.html" class="wikilink1" title="documentation:1.3:authldap">LDAP</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 centeralign"> </td>
</tr>
<tr class="row10 roweven">
<td class="col0"> <a href="../../documentation/1.3/authproxy.html" class="wikilink1" title="documentation:1.3:authproxy">Proxy LL::NG</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 leftalign"> </td>
<td class="col0"> <a href="../../documentation/1.3/authnull.html" class="wikilink1" title="documentation:1.3:authnull">Null</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 centeralign"> </td>
</tr>
<tr class="row11 rowodd">
<td class="col0"> <a href="../../documentation/1.3/authradius.html" class="wikilink1" title="documentation:1.3:authradius">Radius</a> </td><td class="col1 centeralign"></td><td class="col2 leftalign"> </td><td class="col3 leftalign"> </td>
<td class="col0"> <a href="../../documentation/1.3/authopenid.html" class="wikilink1" title="documentation:1.3:authopenid">OpenID</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"> </td><td class="col3 leftalign"> </td>
</tr>
<tr class="row12 roweven">
<td class="col0"> <a href="../../documentation/1.3/authremote.html" class="wikilink1" title="documentation:1.3:authremote">Remote LL::NG</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 leftalign"> </td>
<td class="col0"> <a href="../../documentation/1.3/authproxy.html" class="wikilink1" title="documentation:1.3:authproxy">Proxy LL::NG</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 leftalign"> </td>
</tr>
<tr class="row13 rowodd">
<td class="col0"> <a href="../../documentation/1.3/authsaml.html" class="wikilink1" title="documentation:1.3:authsaml">SAML 2.0 / Shibboleth</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"> </td><td class="col3 leftalign"> </td>
<td class="col0"> <a href="../../documentation/1.3/authradius.html" class="wikilink1" title="documentation:1.3:authradius">Radius</a> </td><td class="col1 centeralign"></td><td class="col2 leftalign"> </td><td class="col3 leftalign"> </td>
</tr>
<tr class="row14 roweven">
<td class="col0"> <a href="../../documentation/1.3/authslave.html" class="wikilink1" title="documentation:1.3:authslave">Slave</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 leftalign"> </td>
<td class="col0"> <a href="../../documentation/1.3/authremote.html" class="wikilink1" title="documentation:1.3:authremote">Remote LL::NG</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 leftalign"> </td>
</tr>
<tr class="row15 rowodd">
<td class="col0"> <a href="../../documentation/1.3/authssl.html" class="wikilink1" title="documentation:1.3:authssl">SSL</a> </td><td class="col1 centeralign"></td><td class="col2 leftalign"> </td><td class="col3 leftalign"> </td>
<td class="col0"> <a href="../../documentation/1.3/authsaml.html" class="wikilink1" title="documentation:1.3:authsaml">SAML 2.0 / Shibboleth</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"> </td><td class="col3 leftalign"> </td>
</tr>
<tr class="row16 roweven">
<td class="col0"> <a href="../../documentation/1.3/authmulti.html" class="wikilink1" title="documentation:1.3:authmulti">Stack multiple backends</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 leftalign"> </td>
<td class="col0"> <a href="../../documentation/1.3/authslave.html" class="wikilink1" title="documentation:1.3:authslave">Slave</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 leftalign"> </td>
</tr>
<tr class="row17 rowodd">
<td class="col0"> <a href="../../documentation/1.3/authtwitter.html" class="wikilink1" title="documentation:1.3:authtwitter">Twitter</a> </td><td class="col1 centeralign"></td><td class="col2 leftalign"> </td><td class="col3 leftalign"> </td>
<td class="col0"> <a href="../../documentation/1.3/authssl.html" class="wikilink1" title="documentation:1.3:authssl">SSL</a> </td><td class="col1 centeralign"></td><td class="col2 leftalign"> </td><td class="col3 leftalign"> </td>
</tr>
<tr class="row18 roweven">
<td class="col0"> <a href="../../documentation/1.3/authmulti.html" class="wikilink1" title="documentation:1.3:authmulti">Stack multiple backends</a> </td><td class="col1 centeralign"></td><td class="col2 centeralign"></td><td class="col3 leftalign"> </td>
</tr>
<tr class="row19 rowodd">
<td class="col0"> <a href="../../documentation/1.3/authtwitter.html" class="wikilink1" title="documentation:1.3:authtwitter">Twitter</a> </td><td class="col1 centeralign"></td><td class="col2 leftalign"> </td><td class="col3 leftalign"> </td>
</tr>
<tr class="row20 roweven">
<td class="col0"> <a href="../../documentation/1.3/authyubikey.html" class="wikilink1" title="documentation:1.3:authyubikey">Yubikey</a> </td><td class="col1 centeralign"></td><td class="col2 leftalign"> </td><td class="col3 leftalign"> </td>
</tr>
</table>
</div>
<!-- SECTION "Authentication, users and password databases" [1122-2317] -->
<!-- SECTION "Authentication, users and password databases" [1122-2370] -->
<h3><a name="configuration_database" id="configuration_database">Configuration database</a></h3>
<div class="level3">
@ -216,7 +222,7 @@
</p>
</div>
<!-- SECTION "Configuration database" [2318-3424] -->
<!-- SECTION "Configuration database" [2371-3477] -->
<h3><a name="sessions_database" id="sessions_database">Sessions database</a></h3>
<div class="level3">
@ -259,7 +265,7 @@ Sessions are stored using <a href="http://search.cpan.org/perldoc?Apache::Sessio
</table>
</div>
<!-- SECTION "Sessions database" [3425-5262] -->
<!-- SECTION "Sessions database" [3478-5315] -->
<h3><a name="identity_provider" id="identity_provider">Identity provider</a></h3>
<div class="level3">
@ -296,7 +302,7 @@ Sessions are stored using <a href="http://search.cpan.org/perldoc?Apache::Sessio
</p>
</div>
<!-- SECTION "Identity provider" [5263-5701] -->
<!-- SECTION "Identity provider" [5316-5754] -->
<h2><a name="applications_protection" id="applications_protection">Applications protection</a></h2>
<div class="level2">
@ -321,7 +327,7 @@ Sessions are stored using <a href="http://search.cpan.org/perldoc?Apache::Sessio
</ul>
</div>
<!-- SECTION "Applications protection" [5702-6114] -->
<!-- SECTION "Applications protection" [5755-6167] -->
<h2><a name="advanced_features" id="advanced_features">Advanced features</a></h2>
<div class="level2">
@ -364,7 +370,7 @@ Sessions are stored using <a href="http://search.cpan.org/perldoc?Apache::Sessio
</ul>
</div>
<!-- SECTION "Advanced features" [6115-6884] -->
<!-- SECTION "Advanced features" [6168-6937] -->
<h2><a name="mini_howtos" id="mini_howtos">Mini howtos</a></h2>
<div class="level2">
@ -393,7 +399,7 @@ Sessions are stored using <a href="http://search.cpan.org/perldoc?Apache::Sessio
</ul>
</div>
<!-- SECTION "Mini howtos" [6885-7515] -->
<!-- SECTION "Mini howtos" [6938-7568] -->
<h2><a name="exploitation" id="exploitation">Exploitation</a></h2>
<div class="level2">
@ -422,4 +428,4 @@ Sessions are stored using <a href="http://search.cpan.org/perldoc?Apache::Sessio
</ul>
</div>
<!-- SECTION "Exploitation" [7516-] --></div><!-- closes <div class="dokuwiki export">-->
<!-- SECTION "Exploitation" [7569-] --></div><!-- closes <div class="dokuwiki export">-->

View File

@ -32,7 +32,7 @@
</div>
<!-- SECTION "Packages and archives" [25-59] -->
<h3><a name="stable_version_124" id="stable_version_124">Stable version (1.2.4)</a></h3>
<h3><a name="stable_version_125" id="stable_version_125">Stable version (1.2.5)</a></h3>
<div class="level3">
</div>
@ -40,7 +40,7 @@
<h4><a name="tarball" id="tarball">Tarball</a></h4>
<div class="level4">
<ul>
<li class="level1"><div class="li"> <a href="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19089" class="urlextern" title="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19089" rel="nofollow">Tarball</a></div>
<li class="level1"><div class="li"> <a href="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19327" class="urlextern" title="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19327" rel="nofollow">Tarball</a></div>
</li>
</ul>
@ -71,9 +71,9 @@ You can:
<h5><a name="rhelcentos_5" id="rhelcentos_5">RHEL/CentOS 5</a></h5>
<div class="level5">
<ul>
<li class="level1"><div class="li"> <a href="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19093" class="urlextern" title="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19093" rel="nofollow">RPM bundle</a></div>
<li class="level1"><div class="li"> <a href="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19326" class="urlextern" title="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19326" rel="nofollow">RPM bundle</a></div>
</li>
<li class="level1"><div class="li"> <a href="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19090" class="urlextern" title="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19090" rel="nofollow">Source RPM</a></div>
<li class="level1"><div class="li"> <a href="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19328" class="urlextern" title="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19328" rel="nofollow">Source RPM</a></div>
</li>
</ul>
@ -82,9 +82,9 @@ You can:
<h5><a name="rhelcentos_6" id="rhelcentos_6">RHEL/CentOS 6</a></h5>
<div class="level5">
<ul>
<li class="level1"><div class="li"> <a href="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19094" class="urlextern" title="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19094" rel="nofollow">RPM bundle</a></div>
<li class="level1"><div class="li"> <a href="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19330" class="urlextern" title="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19330" rel="nofollow">RPM bundle</a></div>
</li>
<li class="level1"><div class="li"> <a href="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19091" class="urlextern" title="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19091" rel="nofollow">Source RPM</a></div>
<li class="level1"><div class="li"> <a href="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19329" class="urlextern" title="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19329" rel="nofollow">Source RPM</a></div>
</li>
</ul>
@ -113,12 +113,12 @@ You can:
</p>
<ul>
<li class="level1"><div class="li"> <a href="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19092" class="urlextern" title="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19092" rel="nofollow">DEB bundle</a></div>
<li class="level1"><div class="li"> <a href="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19331" class="urlextern" title="http://forge.ow2.org/project/download.php?group_id=274&amp;file_id=19331" rel="nofollow">DEB bundle</a></div>
</li>
</ul>
</div>
<!-- SECTION "Stable version (1.2.4)" [60-1226] -->
<!-- SECTION "Stable version (1.2.5)" [60-1226] -->
<h3><a name="older_versions" id="older_versions">Older versions</a></h3>
<div class="level3">

View File

@ -285,6 +285,6 @@ LemonLDAP::NG is the first <acronym title="Single Sign On">SSO</acronym> softwar
<a href="/_detail/icons/clock.png?id=start" class="media" title="icons:clock.png"><img src="../media/icons/clock.png" class="media" alt="" /></a>
</div>
</p>
<ul class="rss"><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2873" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2873" rel="nofollow">Rev 2873 -- Add missing translation for BrowserID Params node (#LEMONLDAP-584)</a> by clement_oudot (2013/07/21 17:59)</div></li><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2872" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2872" rel="nofollow">Rev 2872 -- Configuration of BrowserID authentication module in Manager (#LEMONLDAP-584)</a> by clement_oudot (2013/07/21 17:44)</div></li><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2871" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2871" rel="nofollow">Rev 2871 -- Possibility to customize BrowserID login window (#LEMONLDAP-584)</a> by clement_oudot (2013/07/20 11:07)</div></li><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2870" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2870" rel="nofollow">Rev 2870 -- Move assertion resolution in extractFormInfo to pass found user to ...</a> by clement_oudot (2013/07/20 10:35)</div></li><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2869" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2869" rel="nofollow">Rev 2869 -- Patch portal.js for compatibility with IE8 (#LEMONLDAP-603)</a> by clement_oudot (2013/07/18 13:04)</div></li></ul>
<ul class="rss"><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2913" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2913" rel="nofollow">Rev 2913 -- Specify getDisplayType subroutine in AuthAD to work with AuthChoice (#LEMONLDAP-409)</a> by clement_oudot (2013/09/30 10:38)</div></li><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2912" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2912" rel="nofollow">Rev 2912 -- Remove Google form</a> by guimard (2013/09/29 21:21)</div></li><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2911" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2911" rel="nofollow">Rev 2911 -- Update Portal/MANIFEST</a> by guimard (2013/09/29 21:14)</div></li><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2910" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2910" rel="nofollow">Rev 2910 -- Store session datas directly + comments</a> by guimard (2013/09/29 20:09)</div></li><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2909" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2909" rel="nofollow">Rev 2909 -- Remove Google form, automatic now</a> by guimard (2013/09/29 20:08)</div></li></ul>
</div>
<!-- SECTION "SVN activity" [3372-] --></div><!-- closes <div class="dokuwiki export">-->