Is it possible to do LDAPS authentication using client certificates? if so/how?
I found the below but it still uses a bind method using user and password.
I don't want to use user and password. Currently using LDAPS from python to AD DC via port 3269.
It seems python-ldap always require user and password? are there alternative libraries/languages/toolsets/apis that do support client certificates?