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, Branch_5_3 has been updated
via b7e32529d1b7c0a9fdb5e9ba31d099726ded0344 (commit)
from 7b28eb7ee68cc5bb00bfc4419ccc5635e9a616f7 (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 -----------------------------------------------------------------
commit b7e32529d1b7c0a9fdb5e9ba31d099726ded0344
Author: Roland Mas <[email protected]>
Date: Fri May 29 10:19:16 2015 +0200
Fixed syntax error.
diff --git a/src/plugins/authldap/include/AuthLDAPPlugin.class.php
b/src/plugins/authldap/include/AuthLDAPPlugin.class.php
index 04057f7..377d28d 100644
--- a/src/plugins/authldap/include/AuthLDAPPlugin.class.php
+++ b/src/plugins/authldap/include/AuthLDAPPlugin.class.php
@@ -186,7 +186,7 @@ class AuthLDAPPlugin extends ForgeAuthPlugin {
$u->setMD5Passwd ($mapped_data['md5_password']);
if ((substr($mapped_data['unix_password'], 0, 7) == '{crypt}')
- || 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);
}
$u->setUnixPasswd ($mapped_data['unix_password']);
-----------------------------------------------------------------------
Summary of changes:
src/plugins/authldap/include/AuthLDAPPlugin.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/authldap/include/AuthLDAPPlugin.class.php
b/src/plugins/authldap/include/AuthLDAPPlugin.class.php
index 04057f7..377d28d 100644
--- a/src/plugins/authldap/include/AuthLDAPPlugin.class.php
+++ b/src/plugins/authldap/include/AuthLDAPPlugin.class.php
@@ -186,7 +186,7 @@ class AuthLDAPPlugin extends ForgeAuthPlugin {
$u->setMD5Passwd ($mapped_data['md5_password']);
if ((substr($mapped_data['unix_password'], 0, 7) == '{crypt}')
- || 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);
}
$u->setUnixPasswd ($mapped_data['unix_password']);
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits