Can you disable authentication?

chris.mylonas's picture

Hi -

Is it possible to disable authentication so you can browse straight to your configs without logging in?

Cheers
Chris


__________________


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Quote: Is it possible to

SkykingOH's picture
Quote:
Is it possible to disable authentication so you can browse straight to your configs without logging in?

Yes, it is possible.


Cool. Where would one

chris.mylonas's picture

Cool.

Where would one look?

or how do you do it?

Cheers
Chris


Why would you want to do

SkykingOH's picture

Why would you want to do this?

Hint: .htaccess file in webroot of FreePBX admin


Ahh... thanks. Just checked

chris.mylonas's picture

Ahh... thanks.

Just checked it out, but I don't understand that stuff too well. If you could drop another hint that would be pretty cool.

My httpd.conf is:

<Directory /var/www/html>
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>

Then in /var/www/html/freepbx-v3/.htaccess I've tried commenting out a few of the lines.

I wouldn't know how to dodge the authentication.

I'm thinking about opening up one of these SVN versions for people to test for themselves without having to install it.

Chris

Trying to set cookie value

chris.mylonas's picture

Well I'm trying to set some session variables with .htaccess and maybe %{HTTP_COOKIE} stuff.

Trying to set freepbx_user to the admin user. But no luck yet with Rewritecond

How do you do it?