A page in your DokuWiki was added or changed. Here are the details: Date : 2018/07/09 11:45 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0 IP-Address : 81.250.130.213 Hostname : LNeuilly-657-1-3-213.w81-250.abo.wanadoo.fr Old Revision: http://ltb-project.org/documentation/self-service-password/1.3/config_questions?rev=1526544293 New Revision: http://ltb-project.org/documentation/self-service-password/1.3/config_questions Edit Summary: [Attribute and object class] User : coudot
@@ -43,8 +43,21 @@ $answer_objectClass = "user"; </file> </note> + ===== Crypt answers ===== + + Before 1.3 release, answers could not be encrypted in LDAP directory. AN option can now be used to encrypt answers: + <file php> + $crypt_answers = true; + </file> + + You can set this option to ''false'' to keep the old behavior. + + A script is provided to encrypt all clear text answers in LDAP directory, to allow a swooth migration. Just run the script (it will use your SSP LDAP settings to update values): + <code> + # php /usr/share/self-service-password/scripts/encrypt_answers.php + </code> ===== Edit questions ===== Questions are registered in lang files: ''lang/**codelang**.inc.php''. -- This mail was generated by DokuWiki at http://ltb-project.org/
_______________________________________________ ltb-changes mailing list [email protected] https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-changes
