Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2009 11:46:18 GMT
From:      Sergey <starikov@caotus.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/132576: Multipying LDAP trees on the single server is impossible
Message-ID:  <200903121146.n2CBkIZ3022518@www.freebsd.org>
Resent-Message-ID: <200903121150.n2CBo1Eh020471@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         132576
>Category:       ports
>Synopsis:       Multipying LDAP trees on the single server is impossible
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 12 11:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sergey
>Release:        FreeBSD 7.1-RELEASE #0
>Organization:
>Environment:
FreeBSD gw-3.caotus.ru 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Feb 12 17:42:30 UTC 2009     root@gw-3.caotus.ru:/usr/obj/usr/src/sys/GW-3  i386

>Description:
In OpenLDAP 2.4 (and AFAIK 2.3) there are two ways to run more than one tree on the same server:
1. To set root of the server into point. I.e. slapd.conf:

#######################################################################
# BDB database definitions
#######################################################################

database        bdb
suffix          ""
rootdn          "uid=admin,dc=mydomain,dc=net"

This way IMHO is not very well.

2. To run several daemons each with it's own config for it's own tree.

But the start script doesn't provide the possibility to run several different daemons (as apache's web server does).

I suggest to rewrite the start script in apache-style to make possible to use the second solution.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903121146.n2CBkIZ3022518>