From d18ed0ef948ed3bd20cde0256cdcbdf63c1c4546 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Jun 25 2007 09:22:50 +0000 Subject: - update multi map nsswitch patch to add man info for multi map syntax. --- diff --git a/autofs-5.0.2-add-multi-nsswitch-lookup.patch b/autofs-5.0.2-add-multi-nsswitch-lookup.patch index 38a62ce..60d5830 100644 --- a/autofs-5.0.2-add-multi-nsswitch-lookup.patch +++ b/autofs-5.0.2-add-multi-nsswitch-lookup.patch @@ -245,6 +245,21 @@ index 0548de1..9bfeefa 100644 strcpy(master_lval.strtype, master_text); return(MAPTYPE); } +diff --git a/man/auto.master.5.in b/man/auto.master.5.in +index 0e36a6f..98afaa9 100644 +--- a/man/auto.master.5.in ++++ b/man/auto.master.5.in +@@ -103,6 +103,10 @@ entries are used for maps. + .B ldap \fPor\fB ldaps + The map is stored in an LDAP directory. If \fBldaps\fP is used the + appropriate certificate must be configured in the LDAP client. ++.TP ++.B multi ++This map type allows the specification of multiple maps separated ++by "--". These maps are searched in order to resolve key lookups. + .RE + .TP + \fBformat\fP diff --git a/modules/lookup_multi.c b/modules/lookup_multi.c index 38ca36c..8fa94ae 100644 --- a/modules/lookup_multi.c