KxSystems / ldap

Kdb+ integration with LDAP
https://code.kx.com/q
Apache License 2.0
5 stars 5 forks source link

Allow kdb to use an optional cb to influence sasl processing. #141

Closed sshanks-kx closed 1 year ago

sshanks-kx commented 1 year ago

Used in interactiveBind. Without it, it can perform a kerberos login using defaults. With it, kdb can be in control & potentially integrate with various auth methods (and external libs). Return details needs to stay in memory to bind complete (might be multiple steps/callbacks returning different data each time).

sshanks-kx commented 1 year ago

added for #138