This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, 6.0 has been updated
via 710d073a17acb7a5a89ff00e251483df96bfdab3 (commit)
from 9cbad3171ac9e8e5afcb49540458a96b212a3224 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=710d073a17acb7a5a89ff00e251483df96bfdab3
commit 710d073a17acb7a5a89ff00e251483df96bfdab3
Author: Roland Mas <[email protected]>
Date: Wed May 18 12:43:00 2016 +0200
[#814] Stop using MD5 password in authldap plugin
diff --git a/src/plugins/authldap/common/AuthLDAPPlugin.class.php
b/src/plugins/authldap/common/AuthLDAPPlugin.class.php
index cf05962..a3f96f4 100644
--- a/src/plugins/authldap/common/AuthLDAPPlugin.class.php
+++ b/src/plugins/authldap/common/AuthLDAPPlugin.class.php
@@ -155,7 +155,6 @@ into the FusionForge database.");
$mapped_data = array(
'username' => $u->getUnixName(),
- 'md5_password' => '',
'unix_password' => '',
'firstname' => $u->getFirstName(),
'lastname' => $u->getLastName(),
@@ -190,7 +189,6 @@ into the FusionForge database.");
$u->usesTooltips(),
trim($mapped_data['email']));
- $u->setMD5Passwd ($mapped_data['md5_password']);
if ((substr($mapped_data['unix_password'], 0, 7) == '{crypt}')
|| substr($mapped_data['unix_password'], 0, 7) ==
'{CRYPT}') {
$mapped_data['unix_password'] =
substr($mapped_data['unix_password'],7);
-----------------------------------------------------------------------
Summary of changes:
src/plugins/authldap/common/AuthLDAPPlugin.class.php | 2 --
1 file changed, 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits