Skip to content

Commit

Permalink
remove references to ignore_reqcert_tls (#35323)
Browse files Browse the repository at this point in the history
Co-authored-by: Christiane Maier-Stadtherr <dev@chmst.de>
  • Loading branch information
Phil E. Taylor and chmst committed Mar 3, 2022
1 parent f19219d commit 4006e41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions administrator/language/en-GB/plg_authentication_ldap.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ PLG_LDAP_FIELD_EMAIL_LABEL="Map: Email"
PLG_LDAP_FIELD_FULLNAME_DESC="LDAP attribute which has the User's full name."
PLG_LDAP_FIELD_FULLNAME_LABEL="Map: Full Name"
PLG_LDAP_FIELD_HOST_LABEL="Host"
PLG_LDAP_FIELD_IGNORE_REQCERT_TLS_DESC="When enabled ignore the server certificate, this is useful when running for example Samba 4 with a self-signed certificate."
PLG_LDAP_FIELD_IGNORE_REQCERT_TLS_LABEL="Ignore Certificate"
PLG_LDAP_FIELD_LDAPDEBUG_DESC="Enables debug hardcoded to level 7"
PLG_LDAP_FIELD_LDAPDEBUG_LABEL="Debug"
PLG_LDAP_FIELD_NEGOCIATE_LABEL="Negotiate TLS"
Expand Down
13 changes: 0 additions & 13 deletions plugins/authentication/ldap/ldap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,6 @@
<option value="1">JYES</option>
</field>

<field
name="ignore_reqcert_tls"
type="radio"
label="PLG_LDAP_FIELD_IGNORE_REQCERT_TLS_LABEL"
description="PLG_LDAP_FIELD_IGNORE_REQCERT_TLS_DESC"
default="0"
filter="integer"
layout="joomla.form.field.radio.switcher"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>

<field
name="no_referrals"
type="radio"
Expand Down

0 comments on commit 4006e41

Please sign in to comment.