Recently we changed the authentication method at the backend for AD as NTLM V2 in the Samba auth methods and while this was changed, though the server login and other login methods to RHEL7 machine worked correctly, we were unable to authenticate while performing a git clone to code repo in AzureDevOps.
The issue was identified that the NTLM V1 version in the Samba auth method is supported for the RHEL7 servers which we use and later rolling back the version from V2 to V1, we were able to authenticate the git clone.
Can anyone let me know if you ever faced this kind of authentication issues with NTLM V2 and how it was fixed? or is there any other auth methods with which we can do the git clone to RHEL7 machines by having NTLM V2 for Samba auth at the AD level.