m adds explicit NOTOC since it's being generated despite HeaderTabs config in LocalSettings and default value (subpage problem?) |
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight" |
||
Line 36: | 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 80: | 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