1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: "Dr. Tobias Quathamer" <toddy@debian.org>
Date: Sat, 6 Feb 2016 01:24:49 +0100
Subject: nsswitch.conf.5
---
man5/nsswitch.conf.5 | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/man5/nsswitch.conf.5 b/man5/nsswitch.conf.5
index 062b9b1..a0014d5 100644
--- a/man5/nsswitch.conf.5
+++ b/man5/nsswitch.conf.5
@@ -289,6 +289,11 @@ Include the specified
.I user
from the NIS passwd/shadow map.
.TP
+.BI + user::::::
+Include the specified
+.I user
+from the NIS passwd map, but override with non-empty passwd fields.
+.TP
.BI +@ netgroup
Include all users in the given
.IR netgroup .
|