From: Tom E. <ro...@te...> - 2005-08-22 08:40:36
|
Hi all, I've just installed the new 3.11rc3 hoping that my authentication issue would be resolved, but I still have the following problem: I go the the wiki. In the footer, is sais "You are signed but not authenticated as teicher. " I think it recognizes me because I have protected this (personal) wiki behind an apache2 BasicAuth. (Although I have nothing like HttpAuth configure in the wiki) I click "Sign in As". I enter the name and password defined for admin in the config.ini Now I am admin " Authenticated as teicher" But when I now click any other link (like, the home page icon again), I become unauthenticated "You are signed but not authenticated as teicher." I don't really need auth on my personal wiki, however that defers me from using any admin features, like "restore", "lock". ... Some excepts from my config below. Can someone please give me some hints, or give instructions on how to get more useful information for you folks ? Any help appreciated! - Thanks! Tom. I fiddled with most obviously related settings, but the behaviour would never change. (Until I disallow anon stuff, but than I am redirected to the login page after any 1st page view...) ... WIKI_NAME = TeicherWiki ... ADMIN_USER=teicher ; ADMIN_PASSWD is ignored on HttpAuth ADMIN_PASSWD="MyPwd" ... ENCRYPTED_PASSWD = false ... DATABASE_TYPE = file ; NOTE: had DBA before, but switched since SuSE online security update ; always killed my php gdbm ... ... DATABASE_PREFIX = phpwiki_ ... DATABASE_SESSION_TABLE = session ... DATABASE_DIRECTORY = /export/wikidb/files ... SESSION_SAVE_PATH = /export/wikidb/session ; NOTE: I see files created there ... should be ok... ... ALLOW_ANON_USER = true ALLOW_ANON_EDIT = true ALLOW_BOGO_LOGIN = true ALLOW_USER_PASSWORDS = true USER_AUTH_ORDER = "PersonalPage" USER_AUTH_POLICY = stacked AUTH_SESS_USER = phpwikiuserid ... AUTH_SESS_LEVEL = 2 ; NOTE: 1 didn't help... ... GROUP_METHOD = "NONE" ... -- teicher.net - Guaranteed to be free of any useable content. |