openldap/doc/man/man5/slapd-passwd.5

37 lines
894 B
Groff
Raw Normal View History

2002-05-01 12:38:30 -04:00
.TH SLAPD-PASSWD 5 "30 April 2002" "OpenLDAP LDVERSION"
.\" Copyright 1998-2002 The OpenLDAP Foundation All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.\" $OpenLDAP$
.SH NAME
slapd-passwd \- /etc/passwd backend to slapd
.SH SYNOPSIS
ETCDIR/slapd.conf
.SH DESCRIPTION
The PASSWD backend to
.BR slapd (8)
serves up the user account information listed in the system
.BR passwd (5)
file.
.SH CONFIGURATION
2002-05-01 12:38:30 -04:00
These
.B slapd.conf
options apply to the PASSWD backend database.
That is, they must follow a "database passwd" line and come before any
subsequent "backend" or "database" lines.
Other database options are described in the
.BR slapd.conf (5)
manual page.
.TP
.B file <filename>
Specifies an alternate passwd file to use.
The default is
.BR /etc/passwd .
2002-05-01 12:38:30 -04:00
.SH FILES
ETCDIR/slapd.conf
.br
/etc/passwd
.SH SEE ALSO
.BR slapd.conf (5),
.BR slapd (8),
.BR passwd (5).