OPNsense Forum

Archive => 19.1 Legacy Series => Topic started by: fathibn on February 05, 2019, 09:39:09 am

Title: System: Trust: Certificates (The field "Private" Key data is required.)
Post by: fathibn on February 05, 2019, 09:39:09 am
Hi,
Shouldn't be only the certificate field required.
I need to trust the certificate of a samba AD domain controller to be able to use it as an authentication server for Opnsense.

Since Samba enforces authentication over TLS, otherwise we get an ldap bind error Strong(er) authentication required.
I could solve this by allowing authentication over unsecure ldap connexion in smb.conf but this is not an advisable solution since it will expose all user credentials over the net.
TIA
Title: Re: System: Trust: Certificates (The field "Private" Key data is required.)
Post by: franco on February 05, 2019, 09:40:20 am
Hi,

This hasn't been implemented yet as it is a larger chunk of work: https://github.com/opnsense/core/issues/1460


Cheers,
Franco
Title: Re: System: Trust: Certificates (The field "Private" Key data is required.)
Post by: fathibn on February 05, 2019, 12:51:55 pm
Thanks franco.