|
NAME | SYNOPSIS | DESCRIPTION | CONFIGURATION | ACCESS CONTROL | FILES | SEE ALSO | COLOPHON |
|
SLAPD-PASSWD(5) File Formats Manual SLAPD-PASSWD(5)
slapd-passwd - /etc/passwd backend to slapd
ETCDIR/slapd.conf
The PASSWD backend to slapd(8) serves up the user account information
listed in the system passwd(5) file. This backend is provided for
demonstration purposes only. The DN of each entry is
"uid=<username>,<suffix>". Note that non-base searches scan the
entire passwd file, and are best suited for hosts with small passwd
files.
This slapd.conf option applies to the PASSWD backend database. That
is, it must follow a "database passwd" line and come before any
subsequent "backend" or "database" lines. Other database options are
described in the slapd.conf(5) manual page.
file <filename>
Specifies an alternate passwd file to use. The default is
/etc/passwd.
The passwd backend does not honor any of the access control semantics
described in slapd.access(5). Only read (=r) access to the entry
pseudo-attribute and to the other attribute values of the entries
returned by the search operation is honored, which is performed by
the frontend.
ETCDIR/slapd.conf
default slapd configuration file
/etc/passwd
user account information
slapd.conf(5), slapd(8), passwd(5).
This page is part of the OpenLDAP (an open source implementation of
the Lightweight Directory Access Protocol) project. Information
about the project can be found at ⟨http://www.openldap.org/⟩. If you
have a bug report for this manual page, see
⟨http://www.openldap.org/its/⟩. This page was obtained from the
project's upstream Git repository
⟨git://git.openldap.org/openldap.git⟩ on 2018-02-02. (At that time,
the date of the most recent commit that was found in the repository
was 2018-01-30.) If you discover any rendering problems in this HTML
version of the page, or you believe there is a better or more up-to-
date source for the page, or you have corrections or improvements to
the information in this COLOPHON (which is not part of the original
manual page), send a mail to man-pages@man7.org
OpenLDAP LDVERSION RELEASEDATE SLAPD-PASSWD(5)
Pages that refer to this page: slapd.backends(5)