What does your .htaccess look like? A working example we've got an an intranet server here has AuthType, AuthName, AuthUserFile, and "require valid-user" directives in them. AllowOverride in the httpd.conf <Directory> directive is set to "AuthConfig".<br>
<br>
HTH.