Tags:
create new tag
view all tags

Question

TWiki 4.0.2 has been installed and am testing recovery of data to new server. In the process I discovered that if I run the /bin/configure script from a browser, I get prompted for username and password. I tried my TWiki account but it did't work. Is there a way to determine what account is needed (I am assuming its looking for the credentials from when the configure script was originally run but I can't recall those). Thx

Environment

TWiki version: TWikiRelease04x00x02
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: FreeBSD 5.4
Web server: Apache 2.2.20
Perl version: 5
Client OS: Windows 2000 SP4
Web Browser: IE 6.0
Categories: Authentication

-- EdwardWJSmith - 14 Jun 2006

Answer

ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.

That depends a bit on your authentication setp. Check the .htaccess file in your twiki bin directory (or the Apache configuration file, depending on your setup) for the AuthUserFile setting. It should point to your twiki/data/.htpasswd file, and it should contain your account. Also check the FilesMatch setting for configure, set it to:

<FilesMatch "configure.*">
       require user "EdwardWJSmith"
</FilesMatch>

-- PeterThoeny - 14 Jun 2006

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2006-06-14 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.