Index: /trunk/www/db_po/edit_po.php
===================================================================
--- /trunk/www/db_po/edit_po.php	(revision 11597)
+++ /trunk/www/db_po/edit_po.php	(revision 11598)
@@ -10,4 +10,18 @@
     printf("window.onload = function () { get_progs(\"\",\"10\",\"edit\"); }\n");
     printf("</script>\n");
+
+    include ("include.php");
+    if (!isset($_SERVER['PHP_AUTH_USER']))
+    {
+        header('WWW-Authenticate: Basic realm="Build Datasets"');
+        header('HTTP/1.0 401 Unauthorized');
+        return;
+    }
+    else
+    {
+        echo "The password is not yet evaluated, but the username is inserted into the DB.<br>";
+        //if (!CheckUsernameAndPassword($_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'], GetLDAPOptions()))
+        //    return;
+    }
 
     include("db.php");
