Is it possible to retrieve information about LDAP authentication - whether it was successful or not?
I need to achieve the following scenario:
I know it is possible to retrieve information about user login history in Active Directory, but haven't find any info on whether it is possible to proceed in the way as I explained. Any help would be appreciated.
Does LDAP return whether a user login was successful?
Within LDAP, a BIND REQUEST is sent by the client and a BIND RESPONSE is returned by the LDAP Server.
If the client receives BIND RESPONSE of 0 then it is a successful, otherwise it is NOT.