We have a mail system which can modify active directory users/orgnization_unit via ldaps URL. It needs a server certificate stored in java keystore to make a ssl/tls connection.
Now I want to use samba4 as domain controller instead of Windows server, but i didn't find a guide like this one for active directory: https://confluence.atlassian.com/display/DOC/Configuring+an+SSL+Connection+to+Active+Directory.
How to get a ssl certificate from samba4 DC server? Is it even possible?
I'm using fedora 18, but not using the samba package shipped by fedora, because it does not support domain controller yet. I compiled samba-4.0.5 from source according this guide: http://linuxdrops.com/install-samba-4-on-centos-rhel-fedora-debian-ubuntu/.