Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Mar 2006 10:42:39 -0600
From:      Kevin Kinsey <kdk@daleco.biz>
To:        retrograd@yandex.ru
Cc:        freebsd-questions@freebsd.org
Subject:   Re: The packages in FreeBSD
Message-ID:  <442D5BFF.5090903@daleco.biz>
In-Reply-To: <442CD0BE.000003.31774@webmail9.yandex.ru>
References:  <442CD0BE.000003.31774@webmail9.yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
retrograd wrote:

>Hello!
> Does the package openldap with mysql backend exist or I need to compile it myself from a source?
>Best regards, Maxim
>  
>


#cd /usr/ports && make search name=openldap | grep server

Port:   openldap-sasl-server-2.2.30
Path:   /usr/ports/net/openldap22-sasl-server
Info:   Open source LDAP server implementation with SASL2 support
Port:   openldap-server-2.2.30
Path:   /usr/ports/net/openldap22-server
Info:   Open source LDAP server implementation
Port:   openldap-server-2.3.11
Path:   /usr/ports/net/openldap23-server
Info:   Open source LDAP server implementation

# cd net/openldap23-server && grep -i sql Makefile

                ODBC "With SQL backend" off \
CONFIGURE_ARGS+=        --enable-sql=${BACKEND_ENABLE}
PLIST_SUB+=             BACK_SQL=${BACKEND_PLIST}
PLIST_SUB+=             BACK_SQL="@comment "


So, it looks as if you will perhaps be using an ODBC
driver to use the server with any of a number of SQL backends.

HTH,

Kevin Kinsey

-- 
The door is the key.





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