Manual:$wgDBWindowsAuthentication
From MediaWiki.org
Database settings: $wgDBWindowsAuthentication | |
---|---|
Use Integrated Windows Authentication rather than $wgDBuser /$wgDBpassword combo. |
|
Introduced in version: | 1.23.0 (Gerrit change 105138; git #I25df820) |
Removed in version: | still in use |
Allowed values: | boolean |
Default value: | false |
Other settings: Alphabetical | By Function
Details[edit | edit source]
Microsoft SQL specific configuration setting. If set to true, MediaWiki will use Integrated Windows Authentication rather than ask you to authenticate to your database using the normal $wgDBuser
and $wgDBpassword
combination.