virtual domains & per domain configuration

Rob Siemborski rjs3 at andrew.cmu.edu
Thu Jul 24 11:49:33 EDT 2003


On Thu, 24 Jul 2003, Ken Murchison wrote:

> > If there is not any kind of such feature, are there any plans that it will be
> > implemented in some future version?
>
> It's not on my radar nor Rob's AFAIK.  With the new config code in 2.2
> it _might_ not be that hard to add a domain prefix to options, in the
> same fashion as the per-service options are handled.

Its not on the radar, it should probably atleast be bugzilla'd as a
feature request.

It shouldn't be terribly hard to do though (using a prefix like ken
states).  It would be harder to do and maintain the O(1) lookup speed we
have now (since the service-specific options just get dropped in the
lookup table directly).

I suspect we'd want to check stuff in this order:

<domain>_<service>_<option>
<domain>_<option>
<service>_<option>
<option>

-Rob

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Rob Siemborski * Andrew Systems Group * Cyert Hall 207 * 412-268-7456
Research Systems Programmer * /usr/contributed Gatekeeper





More information about the Info-cyrus mailing list