mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
33 lines
870 B
Groff
33 lines
870 B
Groff
|
|
.TH SLAPD-PASSWD 5 "25 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
|
||
|
|
The
|
||
|
|
.BR slapd.conf (5)
|
||
|
|
options in this category 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 .
|
||
|
|
.SH SEE ALSO
|
||
|
|
.BR slapd.conf (5),
|
||
|
|
.BR slapd (8),
|
||
|
|
.BR passwd (5).
|