]> git.sur5r.net Git - openldap/blob - doc/man/man5/slapd-passwd.5
Happy new year (belated)
[openldap] / doc / man / man5 / slapd-passwd.5
1 .TH SLAPD-PASSWD 5 "RELEASEDATE" "OpenLDAP LDVERSION"
2 .\" Copyright 1998-2014 The OpenLDAP Foundation All Rights Reserved.
3 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
4 .\" $OpenLDAP$
5 .SH NAME
6 slapd\-passwd \- /etc/passwd backend to slapd
7 .SH SYNOPSIS
8 ETCDIR/slapd.conf
9 .SH DESCRIPTION
10 The PASSWD backend to
11 .BR slapd (8)
12 serves up the user account information listed in the system
13 .BR passwd (5)
14 file.  This backend is provided for demonstration purposes only.
15 The DN of each entry is "uid=<username>,<suffix>".
16 Note that non-base searches scan the entire passwd file, and
17 are best suited for hosts with small passwd files.
18 .SH CONFIGURATION
19 This
20 .B slapd.conf
21 option applies to the PASSWD backend database.
22 That is, it must follow a "database passwd" line and come before any
23 subsequent "backend" or "database" lines.
24 Other database options are described in the
25 .BR slapd.conf (5)
26 manual page.
27 .TP
28 .B file <filename>
29 Specifies an alternate passwd file to use.
30 The default is
31 .BR /etc/passwd .
32 .SH ACCESS CONTROL
33 The
34 .B passwd
35 backend does not honor any of the access control semantics described in
36 .BR slapd.access (5).
37 Only
38 .B read (=r)
39 access to the
40 .B entry
41 pseudo-attribute and to the other attribute values of the entries
42 returned by the
43 .B search
44 operation is honored, which is performed by the frontend.
45
46 .SH FILES
47 .TP
48 ETCDIR/slapd.conf
49 default slapd configuration file
50 .TP
51 /etc/passwd
52 user account information
53 .SH SEE ALSO
54 .BR slapd.conf (5),
55 .BR slapd (8),
56 .BR passwd (5).