Using Ntlm Auth Only In 1 Path

Hello everyone

I have just started developing with yii and came accross something where I can’t find a solution for:

I want to allow NTLM authentication on a specific path (i.e. site.com/site/login -> actionLogin).

In the apache conf the mod is bound with a location match directive: <LocationMatch "(/site/login(\.html|/))"> whereas the dialog for the password only appers in this part. This works fine.

What doesn’t work is the access on the $_SERVER[‘REQUEST_USER’] value, neither in the controller class nor in the login.php view.

Does anyone have an idea how to solve this ? (I know it’s probably rather an apache question…)

Greetings

Simon