Skip to content

Commit

Permalink
Changed the LABEL-name from PLG_LDAP_FIELD_REQCERT_* to PLG_LDAP_FIEL…
Browse files Browse the repository at this point in the history
…D_IGNORE_REQCERT_TLS*.
  • Loading branch information
ricky committed Mar 8, 2019
1 parent b11d096 commit 4754bc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ PLG_LDAP_FIELD_NEGOCIATE_DESC="Negotiate TLS encryption with the LDAP server. Th
PLG_LDAP_FIELD_NEGOCIATE_LABEL="Negotiate TLS"
PLG_LDAP_FIELD_LDAPDEBUG_DESC="Enables debug hardcoded to level 7"
PLG_LDAP_FIELD_LDAPDEBUG_LABEL="Debug"
PLG_LDAP_FIELD_REQCERT_DESC="When enabled ignore the server certificate, this is useful when running for example Samba 4 with a self-signed certificate."
PLG_LDAP_FIELD_REQCERT_LABEL="Ignore Certificate"
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_PASSWORD_DESC="The Connect Password is the password of an administrative account. This is used in Authenticate then Bind and Authenticated Compare authorisation methods."
PLG_LDAP_FIELD_PASSWORD_LABEL="Connect Password"
PLG_LDAP_FIELD_PORT_DESC="Default port is 389."
Expand Down
4 changes: 2 additions & 2 deletions plugins/authentication/ldap/ldap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
<field
name="ignore_reqcert_tls"
type="radio"
label="PLG_LDAP_FIELD_REQCERT_LABEL"
description="PLG_LDAP_FIELD_REQCERT_DESC"
label="PLG_LDAP_FIELD_IGNORE_REQCERT_TLS_LABEL"
description="PLG_LDAP_FIELD_IGNORE_REQCERT_TLS_DESC"
default="0"
filter="integer"
class="btn-group btn-group-yesno"
Expand Down

0 comments on commit 4754bc0

Please sign in to comment.