]> git.sur5r.net Git - openldap/blob - doc/man/man5/slapd-passwd.5
1cf6bf6d42b34f9b4419dc22927372fca9f6133f
[openldap] / doc / man / man5 / slapd-passwd.5
1 .TH SLAPD-PASSWD 5 "25 April 2002" "OpenLDAP LDVERSION"
2 .\" Copyright 1998-2002 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.
15 .SH CONFIGURATION
16 The
17 .BR slapd.conf (5)
18 options in this category apply to the PASSWD backend database.
19 That is, they must follow a "database passwd" line and come before any
20 subsequent "backend" or "database" lines.
21 Other database options are described in the
22 .BR slapd.conf (5)
23 manual page.
24 .TP
25 .B file <filename>
26 Specifies an alternate passwd file to use.
27 The default is
28 .BR /etc/passwd .
29 .SH SEE ALSO
30 .BR slapd.conf (5),
31 .BR slapd (8),
32 .BR passwd (5).