search for: internal_ldb

Displaying 1 result from an estimated 1 matches for "internal_ldb".

Did you mean: internal_id
2016 Oct 03
2
ldb-tools stand alone different than built-in?
...-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...