Legoktm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/187411

Change subject: Remove usage of $wgRedactedFunctionArguments
......................................................................

Remove usage of $wgRedactedFunctionArguments

Change-Id: If20ac745e22fe5efce00a374210b540610720522
---
M LdapAuthentication.php
1 file changed, 0 insertions(+), 6 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LdapAuthentication 
refs/changes/11/187411/1

diff --git a/LdapAuthentication.php b/LdapAuthentication.php
index 5b258fc..e603a5b 100644
--- a/LdapAuthentication.php
+++ b/LdapAuthentication.php
@@ -95,12 +95,6 @@
 # Schema changes
 $wgHooks['LoadExtensionSchemaUpdates'][] = 'efLdapAuthenticationSchemaUpdates';
 
-$wgRedactedFunctionArguments['LdapAuthenticationPlugin::ldap_bind'] = 2;
-$wgRedactedFunctionArguments['LdapAuthenticationPlugin::authenticate'] = 2;
-$wgRedactedFunctionArguments['LdapAuthenticationPlugin::getPasswordHash'] = 0;
-$wgRedactedFunctionArguments['LdapAuthenticationPlugin::bindAs'] = 1;
-$wgRedactedFunctionArguments['LdapAuthenticationPlugin::setOrDefaultPrivate'] 
= 0;
-
 /**
  * @param $updater DatabaseUpdater
  * @return bool

-- 
To view, visit https://gerrit.wikimedia.org/r/187411
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If20ac745e22fe5efce00a374210b540610720522
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LdapAuthentication
Gerrit-Branch: master
Gerrit-Owner: Legoktm <legoktm.wikipe...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to