Searched hist:"528 ddc7cac15cc9f17ebc90b5adab6908c11de45" (Results 1 – 1 of 1) sorted by relevance
/dokuwiki/inc/ |
H A D | auth.php | 528ddc7cac15cc9f17ebc90b5adab6908c11de45 Wed Jan 14 15:36:01 UTC 2009 Andreas Gohr <andi@splitbrain.org> make HTTP SSO possible for IIS or rewriting
DokuWiki silently attemps to resuse received HTTP auth credentials for user logins. Unfortunately these are only passed to PHP when using mod_php. IIS provides a HTTP_AUTHORIZATION header which now will be decoded and used as well.
This header can also be faked via mod_rewrite:
<IfModule mod_rewrite.c> RewriteEngine on RewriteRule .* - [E
darcs-hash:20090114153601-7ad00-6c75e8568eda6753834981642eed638b9eb01694.gz
|