This is the login screen that feeds the thing above:
<FORM NAME="LAYOUTFORM" ACTION="basicLogin.pl" METHOD="post">
<INPUT TYPE="HIDDEN" NAME="returnto" VALUE="//namiexp.nami.org/index.pl">
username:<input type="text" name="ldapuname" value="" maxlength="30">
password:<input type="password" name="ldappassword" value="" maxlength="30">
<INPUT TYPE=SUBMIT NAME="op" VALUE="userlogin" ID="FormsButton1">
</form>