Detect user logged on a computer using Java web app

后端 未结 4 982
梦如初夏
梦如初夏 2020-12-04 18:38

I want to develop an Java application that can detect the user logged on a Windows Domain. These credentials are going to be used to logging on the Java application running

4条回答
  •  佛祖请我去吃肉
    2020-12-04 19:13

    I recall using mod_ntlm for apache did the trick for me, but that was few years ago, so I don't know what had changed since.

提交回复
热议问题