A page in your DokuWiki was added or changed. Here are the details:

Date        : 2010/07/30 13:11
Browser     : Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.2.8) 
Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8
IP-Address  : 213.41.232.151
Hostname    : dslm0.nerim.lyon.linagora.net
Old Revision: none
New Revision: 
http://ltb-project.org/wiki/documentation/self-service-password/0.4/config_questions
Edit Summary: created
User        : coudot

====== Reset by questions ======

<note>Configuration file: ''self-service-password/config.inc.php''</note>

===== How it works? =====

First, the user should choose a question and register an answer. This answer 
will be stored in an attribute of its LDAP entry with this syntax:
<code>
{questionid}answer
</code>

<note important>You should configure your LDAP directory to protect this data, 
to be only accessed by Self Service Password.</note>

Then, the user can reset its password by entering its answer and setting a new 
password.

===== Activation =====

You can enable or disable this feature with ''$use_questions'':
<file>
$use_questions = true;
</file>

===== Attribute and object class =====

Set the attribute in which the answer will be stored:
<file>
$answer_attribute = "info";
</file>

If the above attribute is not in a standard user object class, configure the 
object class to use with this attribute:
<file>
$answer_objectClass = "extensibleObject";
</file>

<note>The object class will be added to the entry only if it is not already 
present.</note>



-- 
This mail was generated by DokuWiki at
http://ltb-project.org/wiki/

_______________________________________________
ltb-changes mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-changes

Reply via email to