Introduction to LDAP

What is slapd and what can it do?

slapd is an LDAP directory server. You can use it to provide a directory service of your own. Your directory can most of the things you might want to put in it. You can connect it to the global LDAP directory service, or run a service all by yourself. Some of slapd's more interesting features and capabilities include:

The UnixWare slapd daemon is an LDAP Version 2 server and consequently, can handle only Version 2 requests. LDAP Version 3 is currently in the final stages of ratification as a standard by the Internet Engineering Task Force (IETF).

LDAP Version 3 solves some of the problems demonstrated by Version 2. It has improved internationalization support, strong authentication, and other desirable X.500-like features. Note that LDAP Version 3 has been designed to be backwards-compatible with Version 2.

slapd has limitations. It does not currently handle aliases, which are part of the LDAP model. The main LDBM database backend does not handle range queries or negation queries very well.


© 1999 The Santa Cruz Operation, Inc. All rights reserved.
UnixWare 7 Release 7.1.1 - 5 November 1999