OpenLDAP 'deref' overlay

Sassy Natan sassyn at gmail.com
Fri Jan 2 18:55:59 GMT 2009


On 16 Dec 2008 08:18:21 Andrew Bartlett wrote:



""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
s4:provision: use extended_dn_out_ldb or extended_dn_out_dereference
depending on ...<http://gitweb.samba.org/?p=samba.git;a=commit;h=ebe1e923c862798602b563211ec8c625fc4032ea>

This just changes the existing stratagy of loading different modules
for the OpenLDAP backend to also include extended_dn_out_*

When we provision the OpenLDAP backend, we make sure to include the
'deref' overlay (which must be made available by the OpenLDAP build)
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

I'm using Debian OpenLDAP 2.4.11 via the debain repository, but it seems
that the 'deref' overlay doesn't exits in this verion, so I ahd to compile
my own OpenLDAP server version 2.4.13.

I was wonder if anyone can tell me which options should be on when compiling
the new version.
Bassilcy I add them all like this :


./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--sysconfdir=/etc/ --localstatedir=/var --libdir=/usr/lib/ldap
--includedir=/usr/include/ --mandir=/usr/share/man --enable-debug=yes
--enable-dynamic=yes --enable-syslog=yes --enable-proctitle=yes
--enable-ipv6=yes --enable-local=yes -enable-slapd=yes
--enable-cleartext=yes --enable-crypt=yes --enable-lmpasswd=yes
--enable-spasswd=yes --enable-modules=yes --enable-rewrite=yes
--enable-rlookups=yes --enable-slapi=yes --enable-slp=yes
--enable-wrappers=yes --enable-backends=yes --enable-bdb=yes
--enable-dnssrv=yes --enable-hdb=yes --enable-ldap=yes --enable-meta=yes
--enable-monitor=yes --enable-ndb=yes --enable-null=yes --enable-passwd=yes
--enable-perl=yes --enable-relay=yes --enable-shell=yes --enable-sock=yes
--enable-sql=yes --enable-overlays=yes --enable-accesslog=yes
--enable-auditlog=yes --enable-collect=yes --enable-constraint=yes
--enable-dds=yes --enable-deref=yes --enable-dyngroup=yes
--enable-dynlist=yes --enable-memberof=yes --enable-ppolicy=yes
--enable-proxycache=yes --enable-refint=yes --enable-retcode=yes
--enable-rwm=yes --enable-seqmod=yes --enable-syncprov=yes
--enable-translucent=yes --enable-unique=yes --enable-valsort=yes
--enable-shared --enable-fast-install --with-cyrus-sasl --with-fetch
--with-gssapi --with-threads --with-tls --with-odbc

But I'm I don't need all of this

Can some provide some feedback?

Thanks
Sassy


More information about the samba-technical mailing list