Authtype=database broken

ok - having major problems with this now -

I tried to go back to the old authtype=none in amportal.conf, and uncommented /etc/trixbox/httpdconf/trixbox.conf so it looks like:

[code:1]#Password protect /var/www/html/admin
<Directory /var/www/html/admin>
AuthType Basic
AuthName "Restricted Area"
AuthUserFile /usr/local/apache/passwd/wwwpasswd
Require user wwwadmin maint

#Password protect /var/www/html/maint
<Directory /var/www/html/maint>
AuthType Basic
AuthName "Restricted Area"
AuthUserFile /usr/local/apache/passwd/wwwpasswd
Require user maint
[/code:1]

but after doing that and resetting passwd-maint, and passwd-amp, and restarting httpd, i cannot login to freepbx no matter what the he!! I type in maint and my new pass, and it just keeps prompting again.

rebooted even, finally ended going back to db auth.

Is my procedure off there?? Or is it a bug? -need to resolve this - I think it has some tie to the system not making vmail boxes.

as indicated in the ticket, if you can’t login after changing to none, then it’s an apache thing.

so I guess my procedure is all correct - does anyone have any ideas on this?