You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NTLM v1 code linked above is not really recommended since it takes any username the browser supplies and doesn't verify the password hash. If you really want to do this, you could possibly have something like:
$auth should contain the username/domain. Note I haven't tested the code above and is highly not recommended using this for any type of authentication.
Hi !
You have an example of using NTLM v1 here https://loune.net/2007/10/simple-lightweight-ntlm-in-php/
Using this library, how would the code look that achieves the same ?
Thanks in advance !
The text was updated successfully, but these errors were encountered: