introductory reference and manual pages |
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight" |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | |||
Starting with MediaWiki 1.27, there are new authentication and session management frameworks in core<ref>https://lists.wikimedia.org/pipermail/wikitech-l/2016-May/085725.html</ref><ref>[[mw:Manual:SessionManager and AuthManager]]</ref> | Starting with MediaWiki 1.27, there are new authentication and session management frameworks in core<ref>https://lists.wikimedia.org/pipermail/wikitech-l/2016-May/085725.html</ref><ref>[[mw:Manual:SessionManager and AuthManager]]</ref> | ||
= New School = | = New School = | ||
Line 35: | Line 36: | ||
== Configuration == | == Configuration == | ||
Here's a sample configuration for an Active Directory LDAP server | Here's a sample configuration for an Active Directory LDAP server | ||
< | <syntaxhighlight lang=php> | ||
$wgAuth = new LdapAuthenticationPlugin(); | $wgAuth = new LdapAuthenticationPlugin(); | ||
$wgLDAPDomainNames = array('example'); | $wgLDAPDomainNames = array('example'); | ||
Line 79: | Line 80: | ||
$wgLDAPUseLocal = false; | $wgLDAPUseLocal = false; | ||
</ | </syntaxhighlight> | ||
<headertabs/> | <headertabs/> | ||
{{References}} | {{References}} | ||
[[Category:Wiki]] | [[Category:Wiki]] |
Latest revision as of 13:30, 24 February 2025
Starting with MediaWiki 1.27, there are new authentication and session management frameworks in core[1][2]
References
- ↑ https://lists.wikimedia.org/pipermail/wikitech-l/2016-May/085725.html
- ↑ mw:Manual:SessionManager and AuthManager
- ↑ 3.0 3.1 Check your version, and more, for free at https://freephile.org/wikireport