- update multi map nsswitch patch to add man info for multi map syntax.
This commit is contained in:
parent
64001bdc26
commit
d18ed0ef94
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user