jcifs.smb.NtlmPasswordAuthentication getPassword() null
我尝试使用 jcifs 与 AD 集成。 每次我执行 getPassword() 时,都会得到 null。 因为我用的是WMA。 每次 Firefox 都会提示输入用户名/密码。 如何获取用户输入的密码? 我可以使用 .getName(); 获取用户名
I trying to do integrating with AD with jcifs. Each time I do getPassword(), I get null. As I am using WMA. Each time Firefox will prompt for username/password . How to get the password entered by user? I able to get the username with .getName();
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于第二个问题:
Firefox 且不提示
如果您已经使用 kerberos 配置了静默身份验证,则可以执行此操作。
For the second question:
Firefox and not prompt
This if you already configured silent authentication using kerberos.