search for: with_internal_ldb

Displaying 2 results from an estimated 2 matches for "with_internal_ldb".

2016 Oct 03
2
ldb-tools stand alone different than built-in?
On Mon, Oct 3, 2016 at 10:39 AM, Sketch <smblist at rednsx.org> wrote: > > The standalone tools (as packaged by CentOS) don't have all of the > extensions that are built when you build a Samba DC. If you have already > rebuilt CentOS Samba packages with DC support, you need to add samba's ldb > modules to ldb's module path. > This is what I suspected.
2016 Oct 03
2
ldb-tools stand alone different than built-in?
...e ldb-tools package from COS doesn't work, as we've discussed previously. Rebuilding the COS 7 samba SRPM with the ldb tools isn't that difficult given it needs to be rebuild anyway to provide DC functionality. Here are the mods I made the spec file to build the ldb tools: -%global with_internal_ldb 0 +%global with_internal_ldb 1 +Requires: libldb -Requires: pyldb +#Requires: pyldb -%{_libdir}/samba/libldb-cmdline.so +#%{_libdir}/samba/libldb-cmdline.so +%{_libdir}/samba/libldb-cmdline-samba4.so +%{_libdir}/samba/libpyldb-util.so.1 +%{_libdir}/samba/libpyldb-util.so.1.1.20 -- Greg J. Zar...