trying to figure out how to store data in AD
[ga4php.git] / gaas / lib / gaasClientMessages.php
index ee4233f..f9581f9 100644 (file)
@@ -25,7 +25,7 @@ function gaasInitServer_clientsend($params)
        if($msg["backend"] == "AD") {
                $msg["domain"] = $params[3];
                $msg["clientdef"] = $params[4];
-               $msg["admindef"] = $params[4];
+               $msg["admindef"] = $params[5];
        } else if($msg["backend"] == "IN") {
                // we dont do anything
        } else {
@@ -41,4 +41,14 @@ function gaasInitServer_clientrecv($params)
 {
        return $params;
 }
+
+function gaasSetADLogin_clientsend($params)
+{
+       
+}
+
+function gaasSetADLogin_clientrecv($params)
+{
+       
+}
 ?>
\ No newline at end of file