kluck
07/31/2018, 8:54 AMldapAuthenticate
, but I don't understand how I can use my "manager" binding along with a user search. In ktor, there seems to be only a userDNFormat
String to configure the lookup. What am I doing wrong?cy
07/31/2018, 9:47 AMldapAuthenticate
overloads. There is also ldapAuthenticate
that provides way to configure initial context before and particular users search logic. The function with userDNFormat
is just a shortcut that suitable for frequently used casekluck
07/31/2018, 1:03 PM