<div>I'd like to use the xerte online toolkits, however I don't have an LDAP setup, so I gather from the installation manual that I can use an alternative (for non-enterprise use) which is the switch.txt. I renamed this to switch.php and navigated to it.</div>
<div> </div><div>I was able to enter a canned username and password, but on submitting the form, I got an error saying that I needed LDAP.</div><div> </div><div>I tracked down this problem and discovered that the rendered form which switch.php generates has a <form ..> tag with an action attribute set to "index.php", so this is the problem. It needs to post the form back to "switch.php" so that the canned credentials can be found and the login accepted.</div>
<div> </div><div>Can the login_top template be given a parameterized value for the form's action attribute (which can be "index.php" by default)?</div><div> </div><div>Thanks,</div><div>Stephen</div>