Viktor Rosenfeld <[EMAIL PROTECTED]> writes:
sprintf (tablename, "[key=%s],%s.org_dir.%s", name, ctxt->mapname,
ctxt->domainname);
in modules/lookup_nisplus.c seems to be wrong. Thorsten uses some
nisplus-call to find out what to put instead of "key". This happens to
be "mountpoint", and when I substitute mountpoint for key, autofs works
just fine with nisplus-maps.
On Solaris, the automount maps have "key" and "value", which can be seen
with
niscat -h auto_home.org_dir
for example. From the rest of your note, you apparently have maps
with "mountpoint" in the first line of the output of the above
command.
Probably useless: I'm using autofs-3.1.4 (with the patch for the
multi bug) on Debian potato with access to Solaris NIS+ databases.
--Darrel Hankerson [EMAIL PROTECTED]