Official Red Hat Linux Administrators Guide

The suite of OpenLDAP libraries and tools is spread out over the following packages:

There are two servers contained in the openldap-servers package: the Standalone LDAP Daemon (/usr/sbin/slapd) and the Standalone LDAP Update Replication Daemon (/usr/sbin/slurpd). The slapd daemon is the actual LDAP server, whereas the slurpd daemon is used to synchronize changes from one LDAP server to other LDAP servers on the network. The slurpd daemon is necessary only when dealing with multiple LDAP servers. To perform administrative tasks, the openldap-server package installs the following utilities into the /usr/sbin/ directory:

See the man pages for each of these utilities for more information about how to use them.

The openldap-clients package installs tools used to add, modify, and delete entries in an LDAP directory into /usr/bin/. These tools include the following:

With the exception of ldapsearch, each of these utilities is more easily used by referencing a file containing the changes to be made rather than by typing a command for each entry you wish to change in an LDAP directory. The format of such a file is outlined in each application’s man page.

NSS, PAM, and LDAP

In addition to the OpenLDAP packages, Red Hat Linux includes a package called nss_ldap that enhances LDAP’s ability to integrate into both Linux and other UNIX environments. The nss_ldap package provides the following modules:

The libnss_ldap- glibc-version.so module allows applications to look up users, groups, hosts, and other information using an LDAP directory via glibc’s Nameservice Switch (NSS) interface. NSS allows applications to authenticate using LDAP in conjunction with Network Information Service (NIS) name service and flat authentication files.

The pam_ldap module allows PAM-aware applications to authenticate users using information stored in an LDAP directory. PAM-aware applications include console login, POP and IMAP mail servers, and Samba. By deploying an LDAP server on your network, all of these login situations can authenticate against one user ID and password combination, greatly simplifying administration.

PHP4, the Apache HTTP Server, and LDAP

Red Hat Linux includes a package containing LDAP modules for the PHP server-side scripting language. The php-ldap package adds LDAP support to the PHP4 HTML-embedded scripting language via the /usr/lib/php4/ldap.so module. This module allows PHP4 scripts to access information stored in an LDAP directory.

Note

Red Hat Linux 8.0 no longer ships with the auth_ldap package, which provided LDAP support for versions 1.3 and earlier of the Apache HTTP server. See the Apache Software Foundation website at http://www.apache.org/ for details on the status of this module.

LDAP Client Applications

Other graphical LDAP clients that support creating and modifying directories are available, but they do not ship with Red Hat Linux 8.0. One such application is LDAP Browser/Editor — a Java-based tool available at http://www.iit.edu/~gawojar/ldap. Most other LDAP clients access directories as read-only, using them to reference, but not alter, organization-wide information. Some examples of such applications are Mozilla-based Web browsers, Sendmail Balsa, Pine, Evolution, and Gnome Meeting.

Категории