Zend certified PHP/Magento developer

Connect samba with Active Directory over port 636

I’m trying to connect my samba v3 with my Active directory over port 636 for a secure ldap, but every time that a run the command net ads info, the result is over port 389

root@articaproxy:~# net ads info
LDAP server: 192.168.0.103
LDAP server name: dc01.abolinhas.home
Realm: ABOLINHAS.HOME
Bind Path: dc=ABOLINHAS,dc=HOME
LDAP port: 389
Server time: Wed, 12 Feb 2020 15:28:40 WET
KDC server: 192.168.0.103
Server time offset: 0

My smb.conf

[global]
        ldap ssl = start tls
        ldap ssl ads = yes

How can i fix it in order the run the net ads over 636?