c95c4c34f7
Please note that this is not connected to build at this time, as the port infrastructure lacks some necessary support for this OpenLDAP release which will be tested on pointyhat soon. If you really want to try this out please apply the patch found in ports/97515 or http://www.delphij.net/patch-bsd.port.mk in order to get infrastructure support for it. This work is heavily based on ports/96165 submitted by Joerg Pulz <Joerg Pulz frm2 tum de>. Approved by: sem (mentor, implicit)
23 lines
786 B
Text
23 lines
786 B
Text
************************************************************
|
|
|
|
The OpenLDAP server package has been successfully installed.
|
|
|
|
In order to run the LDAP server, you need to edit
|
|
%%PREFIX%%/etc/openldap/slapd.conf
|
|
to suit your needs and add the following lines to /etc/rc.conf:
|
|
slapd_enable="YES"
|
|
slapd_flags='-h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ ldap://0.0.0.0/"'
|
|
slapd_sockets="/var/run/openldap/ldapi"
|
|
|
|
Then start the server with
|
|
%%PREFIX%%/etc/rc.d/slapd%%RC_SUFX%% start
|
|
or reboot.
|
|
|
|
Try `man slapd' and the online manual at
|
|
http://www.OpenLDAP.org/doc/
|
|
for more information.
|
|
|
|
slapd runs under a non-privileged user id (by default `ldap'),
|
|
see %%PREFIX%%/etc/rc.d/slapd%%RC_SUFX%% for more information.
|
|
|
|
************************************************************
|