parent
3d7d1bfae5
commit
669c46a65c
File diff suppressed because one or more lines are too long
@ -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">--> |
@ -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> > <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> > <code>Authentication modules > 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">--> |
Loading…
Reference in new issue