I’m using the JCIFS library to implement Single Sign-On with the NTLMv1 Method. THis is working fine. But now i’m trying to find out, why do i have to specify a username in the configuration of the NTLMHttpFilter in web.xml?
What is this username and password used for?
As far as I can tell, the values for jcifs.smb.client.username and jcifs.smb.client.password are used by jCIFS to log on to the domain controller.