[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/plugins/authentication/ldap/ -> ldap.xml (source)

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <extension type="plugin" group="authentication" method="upgrade">
   3      <name>plg_authentication_ldap</name>
   4      <author>Joomla! Project</author>
   5      <creationDate>2005-11</creationDate>
   6      <copyright>(C) 2005 Open Source Matters, Inc.</copyright>
   7      <license>GNU General Public License version 2 or later; see LICENSE.txt</license>
   8      <authorEmail>[email protected]</authorEmail>
   9      <authorUrl>www.joomla.org</authorUrl>
  10      <version>3.0.0</version>
  11      <description>PLG_LDAP_XML_DESCRIPTION</description>
  12      <files>
  13          <filename plugin="ldap">ldap.php</filename>
  14      </files>
  15      <languages>
  16          <language tag="en-GB">language/en-GB/plg_authentication_ldap.ini</language>
  17          <language tag="en-GB">language/en-GB/plg_authentication_ldap.sys.ini</language>
  18      </languages>
  19      <config>
  20          <fields name="params">
  21              <fieldset name="basic">
  22                  <field
  23                      name="host"
  24                      type="text"
  25                      label="PLG_LDAP_FIELD_HOST_LABEL"
  26                  />
  27  
  28                  <field
  29                      name="port"
  30                      type="number"
  31                      label="PLG_LDAP_FIELD_PORT_LABEL"
  32                      min="1"
  33                      max="65535"
  34                      default="389"
  35                      hint="389"
  36                      validate="number"
  37                      filter="integer"
  38                  />
  39  
  40                  <field
  41                      name="use_ldapV3"
  42                      type="radio"
  43                      layout="joomla.form.field.radio.switcher"
  44                      label="PLG_LDAP_FIELD_V3_LABEL"
  45                      default="0"
  46                      filter="integer"
  47                      >
  48                      <option value="0">JNO</option>
  49                      <option value="1">JYES</option>
  50                  </field>
  51  
  52                  <field
  53                      name="negotiate_tls"
  54                      type="radio"
  55                      label="PLG_LDAP_FIELD_NEGOCIATE_LABEL"
  56                      default="0"
  57                      filter="integer"
  58                      layout="joomla.form.field.radio.switcher"
  59                      >
  60                      <option value="0">JNO</option>
  61                      <option value="1">JYES</option>
  62                  </field>
  63  
  64                  <field
  65                      name="no_referrals"
  66                      type="radio"
  67                      label="PLG_LDAP_FIELD_REFERRALS_LABEL"
  68                      default="0"
  69                      filter="integer"
  70                      layout="joomla.form.field.radio.switcher"
  71                      >
  72                      <option value="0">JNO</option>
  73                      <option value="1">JYES</option>
  74                  </field>
  75  
  76                  <field
  77                      name="auth_method"
  78                      type="list"
  79                      label="PLG_LDAP_FIELD_AUTHMETHOD_LABEL"
  80                      default="bind"
  81                      validate="options"
  82                      >
  83                      <option value="search">PLG_LDAP_FIELD_VALUE_BINDSEARCH</option>
  84                      <option value="bind">PLG_LDAP_FIELD_VALUE_BINDUSER</option>
  85                  </field>
  86  
  87                  <field
  88                      name="base_dn"
  89                      type="text"
  90                      label="PLG_LDAP_FIELD_BASEDN_LABEL"
  91                  />
  92  
  93                  <field
  94                      name="search_string"
  95                      type="text"
  96                      label="PLG_LDAP_FIELD_SEARCHSTRING_LABEL"
  97                      description="PLG_LDAP_FIELD_SEARCHSTRING_DESC"
  98                  />
  99  
 100                  <field
 101                      name="users_dn"
 102                      type="text"
 103                      label="PLG_LDAP_FIELD_USERSDN_LABEL"
 104                      description="PLG_LDAP_FIELD_USERSDN_DESC"
 105                  />
 106  
 107                  <field
 108                      name="username"
 109                      type="text"
 110                      label="PLG_LDAP_FIELD_USERNAME_LABEL"
 111                      description="PLG_LDAP_FIELD_USERNAME_DESC"
 112                  />
 113  
 114                  <field
 115                      name="password"
 116                      type="password"
 117                      label="PLG_LDAP_FIELD_PASSWORD_LABEL"
 118                      description="PLG_LDAP_FIELD_PASSWORD_DESC"
 119                  />
 120  
 121                  <field
 122                      name="ldap_fullname"
 123                      type="text"
 124                      label="PLG_LDAP_FIELD_FULLNAME_LABEL"
 125                      description="PLG_LDAP_FIELD_FULLNAME_DESC"
 126                      default="fullName"
 127                  />
 128  
 129                  <field
 130                      name="ldap_email"
 131                      type="text"
 132                      label="PLG_LDAP_FIELD_EMAIL_LABEL"
 133                      description="PLG_LDAP_FIELD_EMAIL_DESC"
 134                      default="mail"
 135                  />
 136  
 137                  <field
 138                      name="ldap_uid"
 139                      type="text"
 140                      label="PLG_LDAP_FIELD_UID_LABEL"
 141                      description="PLG_LDAP_FIELD_UID_DESC"
 142                      default="uid"
 143                  />
 144                  <field
 145                      name="ldap_debug"
 146                      type="radio"
 147                      label="PLG_LDAP_FIELD_LDAPDEBUG_LABEL"
 148                      description="PLG_LDAP_FIELD_LDAPDEBUG_DESC"
 149                      default="0"
 150                      filter="integer"
 151                      layout="joomla.form.field.radio.switcher"
 152                      >
 153                      <option value="0">JNO</option>
 154                      <option value="1">JYES</option>
 155                  </field>
 156              </fieldset>
 157          </fields>
 158      </config>
 159  </extension>


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