26 Feb
2014
26 Feb
'14
4:59 a.m.
Hi,
LDAP authentication can be done either by performing an authenticated bind to the LDAP server - determine/lookup the relevant DN - supply the relevant credentials or by searching for the relevant LDAP object obtaining the relevant "password" attribute, and checking it.
- and that depends on the authentication mechanism being used. for PAP style stuff, sure, bind as user...for MSCHAPv2 style challenge response you have no material to use. alan