]> git.sur5r.net Git - openldap/blob - doc/man/man5/slapd-passwd.5
second round at ITS#1749
[openldap] / doc / man / man5 / slapd-passwd.5
1 .TH SLAPD-PASSWD 5 "30 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 These
17 .B slapd.conf
18 options 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 FILES
30 ETCDIR/slapd.conf
31 .br
32 /etc/passwd
33 .SH SEE ALSO
34 .BR slapd.conf (5),
35 .BR slapd (8),
36 .BR passwd (5).