[Serusers] Multiply Domain Registration Problem

Andrzej Radke radan at nasty.gda.pl
Tue May 13 12:30:14 CEST 2003


Hello all !

I have problem with this feature
As was described, I:
- created separate subscriber and location database table for my second 
domain called subscriber.gdynia and location.gdynia
- configure my script properly (I hope) ;)

                if (method=="REGISTER")  {
# Uncomment this if you want to use digest authentication
                       if (!www_authorize("gdynia.pl", "subscriber.gdynia")) {
                               www_challenge("gdynia.pl", "0");
                               break;  
							};

			save("location.gdynia");
                        log(3,"REGISTER from gdynia.pl");
                        sl_send_reply("200", "ok");
                        break;


                        if (!www_authorize("gda.pl", "subscriber"))
                                        {
                               www_challenge("gda.pl", "0");
                                break;
                                        };

                        save("location");
                        log(3,"REGISTER from gda.pl");
                        sl_send_reply("200", "ok");
                        break;

                                          };

Nobody is regigisted from this domain :(
Is this same solution ( create separate table) in the newest version of 
SER ?

Greetings 
Andrzej Radke




More information about the sr-users mailing list