X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=authserver%2Fauthd%2Fauthd.php;h=616eab717631788ab55e494978c27a992b98fc25;hp=77556883dede5c79ebffc3de72f778f8024d6188;hb=bd517aaa43fe3437889f4199730bcab1a8519168;hpb=9a57622f51f1f60be1a822a55bba448415b6a058 diff --git a/authserver/authd/authd.php b/authserver/authd/authd.php index 7755688..616eab7 100644 --- a/authserver/authd/authd.php +++ b/authserver/authd/authd.php @@ -1,24 +1,69 @@ authenticateUser($username, $passcode)); + break; + case MSG_ADD_USER: + echo "add user\n"; + $username = $msg["username"]; + global $myga; + msg_send($cl_queue, MSG_ADD_USER, $myga->setUser($username)); + break; + case MSG_DELETE_USER: + break; + default: + echo "um??\n"; + + } + echo "Back to wait\n"; + } } ?> \ No newline at end of file