From: Blake F. <bl...@vo...> - 2004-09-16 13:27:41
|
Hi, I am trying to get a wiki up as part of a NOC notebook for a small company. This wiki will be accessible publicly, so they would like to have it "passowrd protected"... The easiest way would be to lock it down in .htaccess methods, and reviewing the 1.3.10 install, I find that I can get it "password protected" but it asks for login on every page load. Any ideas what I am doing wrong? Relavent settings include: ALLOW_ANON_USER = false ALLOW_ANON_EDIT = false ALLOW_BOGO_LOGIN = flase ALLOW_USER_PASSWORDS = true USER_AUTH_ORDER = "File" PASSWORD_LENGTH_MINIMUM = 2 USER_AUTH_POLICY = old AUTH_USER_FILE = /foo/bar/.htpasswd <- this file exists and is valid AUTH_USER_FILE_STORABLE = false AUTH_SESS_LEVEL = 2 GROUP_METHOD = WIKIPAGE DBAUTH_AUTH_CRYPT_METHOD = plain <-- what's this? Sincerely, Blake Freeburg -- ... esse quam videri |