summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/js
diff options
context:
space:
mode:
authorLennart Rosam <hello@takuto.de>2015-08-19 17:54:16 +0200
committerLennart Rosam <hello@takuto.de>2015-08-19 17:54:16 +0200
commit45fba849a9ec4c0ae0673d9314d5c941def6460e (patch)
tree84ccb2600d86869a067e2218f5ac11e9f3c07af5 /apps/user_ldap/js
parentb91186c503621b3c6beed3f6950922d8155d8ec1 (diff)
downloadnextcloud-server-45fba849a9ec4c0ae0673d9314d5c941def6460e.tar.gz
nextcloud-server-45fba849a9ec4c0ae0673d9314d5c941def6460e.zip
Remove another occurance of ldap_nocase
Diffstat (limited to 'apps/user_ldap/js')
-rw-r--r--apps/user_ldap/js/wizard/wizardTabAdvanced.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/user_ldap/js/wizard/wizardTabAdvanced.js b/apps/user_ldap/js/wizard/wizardTabAdvanced.js
index a27ec87b7c4..7367bfe87ae 100644
--- a/apps/user_ldap/js/wizard/wizardTabAdvanced.js
+++ b/apps/user_ldap/js/wizard/wizardTabAdvanced.js
@@ -41,10 +41,6 @@ OCA = OCA || {};
$element: $('#ldap_override_main_server'),
setMethod: 'setOverrideMainServerState'
},
- ldap_nocase: {
- $element: $('#ldap_nocase'),
- setMethod: 'setNoCase'
- },
ldap_turn_off_cert_check: {
$element: $('#ldap_turn_off_cert_check'),
setMethod: 'setCertCheckDisabled'
@@ -166,16 +162,6 @@ OCA = OCA || {};
},
/**
- * whether the server is case insensitive. This setting does not play
- * a role anymore (probably never had).
- *
- * @param {string} noCase contains an int
- */
- setNoCase: function(noCase) {
- this.setElementValue(this.managedItems.ldap_nocase.$element, noCase);
- },
-
- /**
* sets whether the SSL/TLS certification check shout be disabled
*
* @param {string} doCertCheck contains an int