==> Regarding Re: [autofs] AFS + LDAP; "Daniel Richard G." <[EMAIL PROTECTED]> 
adds:

skunk> On Fri, 2006 Jul 07 09:41:28 +0800, Ian Kent wrote:
>> > be no lookup/parser disjunction. Should there be any issue with a backend 
>> > module that effectively does both tasks?
>> 
>> Not really, but maybe.
>> The entry point into this is the lookup module.
>> 
>> In version 4 and version 5 so far the lookup module for a map source is
>> called to find the mount data it then calls the parser module which in
>> turn calls the appropriate mount module.

skunk> I see. So the separation is not enforced; the daemon only knows about 
skunk> lookup modules, and the modules can delegate however they wish.

And as things stand today, every lookup module falls into the model of
calling into the parse module to do parsing (and the parse module calls the
mount module).  If you're going to stray from this, you had better have a
really good reason to do so.

>> You need to be careful not to implement something that is specific to
>> what you require rather than something that general and that others may
>> benefit from. Otherwise we would end up with a bunch of limited function
>> modules.

skunk> The point is not lost on me. I'd like to find a "tighter" solution
skunk> that can nevertheless be generally applicable.

Good.

Jeff

_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to