On Wed, 25 Feb 2004, Jan Janak wrote:
Check that:
- You use existing username
- You have correct password
- realm is configured properly in serweb (it must match with domain column in subscriber table).
Also check the logs of apache if there is any error message produced by serweb.
I had the same problem today, the config-file expects the server to be named www.domain.com or sip.domain.com, our webb-server (on the intranet is called wwwi.domain.com, which made the config-file set the realm to something else.
The solution was to add wwwi to the regexp, or you could also hard-code the domain.
/* your domain name */ $this->realm=$this->domainname=$this->default_domain= ereg_replace( "(www.|sip.|wwwi.)?(.*)", "\2", $_SERVER['SERVER_NAME']);
Jan.
On 23-02 12:08, Sergio Gerardo Festa wrote:
Hi I have problems in order that Serweb. works correctly do not manage to accede not user commonly, not admin. I have modified the lines - short_open_tag = on and - register_globals = on of php.ini Always it he gives me the same mistake " Bad username or password "
I work on a linux with: RH9 Php-4.2.2-17 Httpd-2.0.40-21 Mysql-3.23.54a-11
Someone can help me?
Thank you
Saludos!
Sergio Gerardo Festa
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Johan