View Full Version : No Passwd Needed !!!
kemet
May 30th, 2006, 12:28 PM
hi everybody ,
i came across this problem today trying to acces ubuntu center from
my school . then he didn't ask me for the passwd and back from school . on my local network ..it's the same . ..no passwd needed that's nut goood ..
i know anyway that's a config problem but i don't know where to look at ...
so please any idea to fix it ?
patrick295767
May 30th, 2006, 01:58 PM
I hope I understood well ...
Did you retype a new password of your users ?
Like :
sudo bash
passwd user1
# enter the pwd ...
TTT_travis
May 30th, 2006, 08:32 PM
I hope I understood well ...
Did you retype a new password of your users ?
Like :
sudo bash
passwd user1
# enter the pwd ...
You are talking about ubuntu, he is referring to ubuntu center. What you need to do is type
vi /var/www/center/.htaccess
make sure that file isn't blank, if it is blank goto the admin area on ubuntu center, click passwords, and add a user
if the file has something in in
check to make sure apache2 is setup to allow /var/www/center to allow .htaccess files, I don't have an ubuntu install right now but I think there should be a file in /etc/apache2/conf.d called ubuntucenter or something similar, this is most likely an apache configuation error.
Travis
foofightrs777
June 18th, 2006, 01:15 PM
I was having this issue as well. I fixed it by:
sudo gedit /etc/apache2/sites-available/ssl
(IF YOU HAVE NOT INSTALLED SSL SUPPORT YOU MOST LIKELY SHOULD CHANGE SSL TO DEFAULT)
Then I editted this section of the file and replaced "AllowOverride None" with "AllowOverride AuthConfig":
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
#AllowOverride None
AllowOverride AuthConfig
</Directory>
<Directory /var/www>
Options Indexes FollowSymLinks MultiViews
#AllowOverride None
AllowOverride AuthConfig
Order allow,deny
allow from all
# Uncomment this directive is you want to see apache2's
# default start page (in /apache2-default) when you go to /
#RedirectMatch ^/$ /apache2-default/
</Directory>
No guarentees but this worked for me.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.