Manual:$wgDBWindowsAuthentication/en
From Linux Web Expert
File:OOjs UI icon alert-destructive.svg | <translate> This feature was removed completely in version <tvar name=ver>1.35.0</tvar>.</translate> |
<translate> Database settings</translate>: $wgDBWindowsAuthentication | |
---|---|
Use Integrated Windows Authentication rather than $wgDBuser /$wgDBpassword combo. |
|
<translate> Introduced in version:</translate> | 1.23.0 (Gerrit change 105138; git #I25df820) |
<translate> Removed in version:</translate> | 1.35.0 (Gerrit change 550014; git #1aa6cdab) |
<translate> Allowed values:</translate> | (boolean) |
<translate> Default value:</translate> | false |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Details
Microsoft SQL Server 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.