-
Notifications
You must be signed in to change notification settings - Fork 38
/
libnss-ato.3
48 lines (48 loc) · 1.45 KB
/
libnss-ato.3
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
36
37
38
39
40
41
42
43
44
45
46
47
48
.\" Copyright (c) 2007 Pietro Donatini ([email protected])
.\"
.\" This is free documentation; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
.\" the License, or (at your option) any later version.
.\"
.\" The GNU General Public License's references to "object code"
.\" and "executables" are to be interpreted as the output of any
.\" document formatting or typesetting system, including
.\" intermediate and printed output.
.\"
.\" This manual is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, write to the Free
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
.\" USA.
.\"
.TH libnss_ato 3
.SH NAME
libnss_ato \- All To One nameservice
.SH DESCRIPTION
The libnss_ato module is a set of C library extensions which allows to map every nss request for unknown user to a single predefined user.
.LP
An example
.I /etc/nsswitch.conf
.sp 1n
.PD 0
.TP 16
passwd:
files ato
.TP
group:
files
.TP
shadow:
files ato
.LP
We need shadow in order to prove that the account is not expired.
.LP
.SH AUTHOR
Pietro Donatini
.SH "SEE ALSO"
nsswitch.conf(3)