summaryrefslogtreecommitdiffstats
path: root/debian/patches/0003-getpwnam.3.patch
blob: 680ba723ca54d1fcdb6478ffa92510d3a359ab10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From: "Dr. Tobias Quathamer" <toddy@debian.org>
Date: Sat, 6 Feb 2016 01:20:55 +0100
Subject: getpwnam.3

---
 man/man3/getpwnam.3 | 9 +++++++++
 1 file changed, 9 insertions(+)

--- a/man/man3/getpwnam.3
+++ b/man/man3/getpwnam.3
@@ -194,10 +194,18 @@
 .TP
 .B ERANGE
 Insufficient buffer space supplied.
+.SH NOTE
+The user password database mostly refers to \fI/etc/passwd\fP.
+However, with recent systems it also refers to network wide databases
+using NIS, LDAP and other local files as configured in
+\fI/etc/nsswitch.conf\fP.
 .SH FILES
 .TP
 .I /etc/passwd
 local password database file
+.TP
+.I /etc/nsswitch.conf
+System Databases and Name Service Switch configuration file
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
@@ -347,4 +355,5 @@
 .BR getspnam (3),
 .BR putpwent (3),
 .BR setpwent (3),
+.BR nsswitch.conf (5),
 .BR passwd (5)