On Jun 1, 2004, at 07:07, Brian Candler wrote:

On Tue, Jun 01, 2004 at 03:59:06AM -0700, Sagara Wijetunga wrote:
The objective of my patch is to get the login domain
from an environment variable named LOGINDOMAIN, not
from CGI. So that users are not required to type or
select the domain name.

No need to hack code. Just set the logindomain as a hidden form variable;
replace

[#h#]

with something like

<input type="hidden" name="logindomain" value="example.com">

in login.html / expired.html / invalid.html

Ah, but doesn't that presume that he is only using/servicing a single domain? My assumption was that this change was so that each of the domains in use would automatically select the logindomain form value based on their own LOGINDOMAIN environment value -- rather than being for use in a single domain situation, where your suggestion would (AFAICT) be perfect, Brian.

Is that not the case, Sagara?

-jab

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Reply via email to