Hi,
 
did you set
$this->realm=$this->domainname=$this->default_domain="yourdomain";
 
try an echo to the domain name to see if the domain is set too. (the select statement of the script searches an user entry with a domain, but if no domain is set, it will searches an entry with an emtpy domain, which does not exist).
 
by
thomas jungbauer

 
 

Von: serusers-bounces@lists.iptel.org im Auftrag von Shiran Guez
Gesendet: Fr 17.09.2004 23:25
An: serusers@lists.iptel.org
Betreff: [Serusers] SerWeb authentication fails,

Hi

 

I have set:

echo "uname: ".$uname."<br>\n";

echo "passw: ".$passw."<br>\n";

echo "okey_x: ".$okey_x."<br>\n";

 

and the result was :

uname: admin
pa
ssw: heslo
okey_x: 0

 

and in your document you have wriiten that okey_x: need to be anything but 0 can you tell me what do I need to do to change this?

Because I am always getting bad username or password!

 

Shiran Guez