Extension:LDAPAuthentication2/fi



![]() Julkaisustatus: vakaa |
|
---|---|
![]() |
|
Tekijä(t) | |
Viimeisin versio | 1.0.1 |
Yhteensopivuuskäytäntö | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
MediaWiki | 1.31+ |
Composer | mediawiki/ldap-authentication-2 |
Lisenssi | GNU General Public License 2.0 tai myöhempi |
Lataa | |
|
|
Quarterly downloads | 1,254 (Ranked 3rd) |
Voit kääntää LDAPAuthentication2-laajennuksen mikäli se on saatavilla translatewiki.netissä | |
Ongelmat | Avoimet tehtävät · Raportoi ongelmasta |
Asennus
- Download and place the file(s) in a directory called
LDAPAuthentication2
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'LDAPAuthentication2' );
- Configure as required.
- Tehty – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Konfigurointi
Laajennuksen asetukset
$LDAPAuthentication2AllowLocalLogin
- Whether or not to display a "local" pseudo-domain in the domain selector on "Special:Login", thus allowing to authenticate against the local user database. (defaults to
false
) $LDAPAuthentication2UsernameNormalizer
- Use this function for normalizing username for LDAP, for example 'strtolower'. Needed after migration from earlier Version. (defaults to
""
)
Verkkotunnuksen asetukset
authentication.usernameattribute
- The LDAP user object attribute name that should be used as a local wiki user username (defaults to
"samaccountname"
) authentication.realnameattribute
- The LDAP user object attribute name that should be used as a local wiki user realname (defaults to
"cn"
) authentication.emailattribute
- The LDAP user object attribute name that should be used as e-mail address for the local wiki user (defaults to
"mail"
)
Versioning
MediaWiki Release | Recommended Extension Version | Test Status | Latest Test Date |
---|---|---|---|
1.35 (LTS) | LDAPxxx_master | Tested | maaliskuu 2020 |
Further Reading
This extension is included in the following packages and/or wiki farms: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |