Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] auth is broken?

Subject: COmanage Developers List

List archive

[comanage-dev] auth is broken?


Chronological Thread 
  • From: Scott Koranda <>
  • To: comanage-dev <>
  • Subject: [comanage-dev] auth is broken?
  • Date: Mon, 21 Nov 2011 10:33:34 -0600

Hi,

I am getting back to do COmanage work and I cannot make
progress because fundamental things appear to have been
broken.

When I follow the installation instructions at

https://spaces.internet2.edu/display/COmanage/Registry+Installation

and I protect this location

<Directory /var/www/registry/auth/login >
AuthType Basic
AuthName "COmanage testing"
AuthUserFile /etc/apache2/passwords
Require valid-user
</Directory>

and I visit https://127.0.0.1/registry/ and I click on
"Login" it sends me to

https://127.0.0.1/registry/pages/menu

I am prompted, as I should be, by my Basic Auth
configuration, but then after that I wind up at

https://127.0.0.1/registry/users/login

and I am being told "If you see this page, your password isn't
* in the database."

I don't understand this--COmanage should not need any
password.

I am running this:

skoranda@garlic:~/CodeRepositories/COmanage/trunk$
svn update
At revision 117.

Please help.

Scott



Archive powered by MHonArc 2.6.16.

Top of Page