jenkins-bot has submitted this change and it was merged.

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


Remove usage of $wgRedactedFunctionArguments

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

Approvals:
  Alex Monk: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: If20ac745e22fe5efce00a374210b540610720522
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LdapAuthentication
Gerrit-Branch: master
Gerrit-Owner: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: Alex Monk <kren...@gmail.com>
Gerrit-Reviewer: Ryan Lane <r...@ryandlane.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to