java - 不需要登录的系统,服务端怎么获取客户端唯一标示?
ringa_lee
ringa_lee 2017-04-18 10:24:41
0
2
647

1.公司是用的内网,域账号登录电脑,打开office软件,会自动登录当前进入电脑的域账号,
2.现在开发一个内部网站,不需要用户自己登录,通过页面请求,自动获取当前客户端的域账号信息,
3.唯一的mac或者ip定位不了,因为换了电脑也能登录其他的域账号。
4.希望能够提供思路,解决这个问题。

ringa_lee
ringa_lee

ringa_lee

reply all(2)
小葫芦

UC can just use LDAP.

PHPzhong

So the question is summarized as: How to get the domain account of the current computer login in the browser?

If you really want to do this, you can only use a browser plug-in, or use electron or the like to package your website into a desktop application, where you can find a way to read the domain information and pass it to the website.

Or you can change your mind and let the user log in to the domain account in the browser, that is, using LDAP or the like. This obviously cannot achieve your automatic login requirements.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!