Skip to content
Snippets Groups Projects
Commit a45bbea5 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Remove quick install guide from README, it's too quick. Update INSTALL.

parent 5c931bdf
No related branches found
No related tags found
No related merge requests found
...@@ -102,19 +102,17 @@ these steps: ...@@ -102,19 +102,17 @@ these steps:
These configuration files are located in the OpenLDAP These configuration files are located in the OpenLDAP
configuration directory (normally /usr/local/etc/openldap). configuration directory (normally /usr/local/etc/openldap).
ldap.conf - LDAP defaults Client configuration files:
ldapfilter.conf - search filter configuration ldap.conf - client defaults
ldapsearchprefs.conf - search object definitions ldapfilter.conf - search filter configuration
ldaptemplates.conf - display template definitions ldapsearchprefs.conf - search object definitions
ldaptemplates.conf - display template definitions
There are section 5 man pages for all of these files. Server configuration files:
ldapd.conf - LDAP - X.500 daemon
9. edit client configuration files as needed. slapd.conf - Standalone LDAP daemon
See ldap.conf(5) for details.
10. edit server configuration files as needed. There are section 5 man pages for all of these files.
See slapd.conf(5) if running slapd.
See ldapd.conf(5) if running ldapd.
Building LDAP For More Than One Platform Building LDAP For More Than One Platform
......
...@@ -50,24 +50,7 @@ REQUIRED SOFTWARE ...@@ -50,24 +50,7 @@ REQUIRED SOFTWARE
MAKING AND INSTALLING THE DISTRIBUTION MAKING AND INSTALLING THE DISTRIBUTION
This is a quick guide. For details, see the INSTALL file. Please see the INSTALL file for details.
% ./configure
configure OpenLDAP for current platform
% make depend
this will create dependency information
% make
this will build the system
% su
# make install
in this directory. This should produce something that basically
works. You can "cd tests; make" to verify the build.
See the INSTALL file in this directory for more information.
DOCUMENTATION DOCUMENTATION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment