I have tried a variety of entries but I cant get this specific perl section
to work. does anyone have any suggestions?
I cant be the only person to have tried this am i?

$Location{"/"} = {
        PerlAuthenHandler => Apache::AuthenNTLM,
        AuthType => ntlm,
        require => valid-user,
        "PerlAddVar ntdomain" => { domain => DOMAIN, PDC => PDC, BDC =>
BDC,},
        PerlSetVar => { ntlmdebug => 1,},
};

I have also tried:

PerlAddVar => { ntdomain => "domain pdc bdc", },
"PerlAddVar ntdomain" => "domain pdc bdc",
PerlAddVar => { ntdomain => {domain => "pdc bdc",},},

-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to