[dokuwiki] Re: Support for ntlm authentication under Windows.
- From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Tue, 31 May 2005 21:59:16 +0200
Krzysztof Kowalczyk <kkowalczyk@xxxxxxxxx> wrote:
> I've added a support for simple ntlm authentication under Windows.
> NTLM is useful when you want to deploy a wiki in a Windows environment
> (e.g. company's intranet) and allow people to use their existing
> Windows login/password to access wiki.
>
> My approach:
> * needs to install ntlm module
> (http://www.gknw.net/development/apache/apache-1.3/win32/modules/) and
> protect dokuwiki directory with .htaccess to require logged in user.
> NTLM module sets REMOTE_USER env variable (but not
> $_SERVER['REMOTE_USER'], for some reason)
Hmm isn't this a general "remote auth" module? How is it specific to NTLM? The
same should work for any other Apache auth module. I think such a general
method would be more helpful. I think there is another suggestion somewhere in
the bugtracker already...
BTW. I'd appreciate an auth module using the POSIX extension
(http://www.php.net/manual/en/ref.posix.php)
Andi
- Follow-Ups:
- [dokuwiki] Re: Support for ntlm authentication under Windows.
- From: Krzysztof Kowalczyk
- References:
- [dokuwiki] Support for ntlm authentication under Windows.
- From: Krzysztof Kowalczyk
Other related posts:
- » [dokuwiki] Support for ntlm authentication under Windows.
- » [dokuwiki] Re: Support for ntlm authentication under Windows.
- » [dokuwiki] Re: Support for ntlm authentication under Windows.
- » [dokuwiki] Re: Support for ntlm authentication under Windows.
- [dokuwiki] Re: Support for ntlm authentication under Windows.
- From: Krzysztof Kowalczyk
- [dokuwiki] Support for ntlm authentication under Windows.
- From: Krzysztof Kowalczyk