[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/administrator/language/en-GB/ -> plg_authentication_ldap.ini (source)

   1  ; Joomla! Project
   2  ; (C) 2005 Open Source Matters, Inc. <https://www.joomla.org>
   3  ; License GNU General Public License version 2 or later; see LICENSE.txt
   4  ; Note : All ini files need to be saved as UTF-8
   5  
   6  PLG_AUTHENTICATION_LDAP="Authentication - LDAP"
   7  PLG_LDAP_FIELD_AUTHMETHOD_LABEL="Authorisation Method"
   8  PLG_LDAP_FIELD_BASEDN_LABEL="Base DN"
   9  PLG_LDAP_FIELD_EMAIL_DESC="LDAP attribute which has the User's email address."
  10  PLG_LDAP_FIELD_EMAIL_LABEL="Map: Email"
  11  PLG_LDAP_FIELD_FULLNAME_DESC="LDAP attribute which has the User's full name."
  12  PLG_LDAP_FIELD_FULLNAME_LABEL="Map: Full Name"
  13  PLG_LDAP_FIELD_HOST_LABEL="Host"
  14  PLG_LDAP_FIELD_LDAPDEBUG_DESC="Enables debug hardcoded to level 7"
  15  PLG_LDAP_FIELD_LDAPDEBUG_LABEL="Debug"
  16  PLG_LDAP_FIELD_NEGOCIATE_LABEL="Negotiate TLS"
  17  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."
  18  PLG_LDAP_FIELD_PASSWORD_LABEL="Connect Password"
  19  PLG_LDAP_FIELD_PORT_LABEL="Port"
  20  PLG_LDAP_FIELD_REFERRALS_DESC="This option sets the value of the LDAP_OPT_REFERRALS flag. You will need to set it to No for Windows 2003 servers."
  21  PLG_LDAP_FIELD_REFERRALS_LABEL="Follow Referrals"
  22  PLG_LDAP_FIELD_SEARCHSTRING_DESC="A query string used to search for a given User. The [search] keyword is dynamically replaced by the User-provided login. An example string is: uid=[search]. Several strings can be used separated by semicolons. Only used when searching."
  23  PLG_LDAP_FIELD_SEARCHSTRING_LABEL="Search String"
  24  PLG_LDAP_FIELD_UID_DESC="LDAP Attribute which has the User's Login ID. For Active Directory this is sAMAccountName."
  25  PLG_LDAP_FIELD_UID_LABEL="Map: User ID"
  26  PLG_LDAP_FIELD_USERNAME_DESC="The Connect Username and Connect Password define connection parameters for the DN lookup phase. Two options are available:- Anonymous DN lookup (leave both fields blank); Administrative connection: Connect Username is the username of an administrative account, for example Administrator. Connect password is the actual password of your administrative account."
  27  PLG_LDAP_FIELD_USERNAME_LABEL="Connect Username"
  28  PLG_LDAP_FIELD_USERSDN_DESC="The [username] keyword is dynamically replaced by the User-provided login. An example string is: uid=[username], dc=my-domain, dc=com. Several strings can be used, separated by semicolons. Only used for direct binds."
  29  PLG_LDAP_FIELD_USERSDN_LABEL="User's DN"
  30  PLG_LDAP_FIELD_V3_DESC="Default is LDAP2, but the latest versions of OpenLdap require clients to use LDAPV3."
  31  PLG_LDAP_FIELD_V3_LABEL="LDAP V3"
  32  PLG_LDAP_FIELD_VALUE_BINDSEARCH="Bind and Search"
  33  PLG_LDAP_FIELD_VALUE_BINDUSER="Bind Directly as User"
  34  PLG_LDAP_XML_DESCRIPTION="<p>Handles User Authentication against an LDAP server.</p><p><strong>Warning! You must have at least one authentication plugin enabled or you will lose all access to your site.</strong></p>"


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer