当前位置: 技术问答>java相关
JSP中如何验证Windows2000用户?
来源: 互联网 发布时间:2015-09-13
本文导语: 一个JSP应用,使用的操作系统为Windows2000。 能否验证通过表单登录的用户(就是说已有用户名和密码)是否为Windows2000的域用户? 如果有一个现成的COM(VC编写的)可以实现这样的功能,能否在JSP(或者applet)中调用该COM的...
一个JSP应用,使用的操作系统为Windows2000。
能否验证通过表单登录的用户(就是说已有用户名和密码)是否为Windows2000的域用户?
如果有一个现成的COM(VC编写的)可以实现这样的功能,能否在JSP(或者applet)中调用该COM的接口实现验证呢?
能否验证通过表单登录的用户(就是说已有用户名和密码)是否为Windows2000的域用户?
如果有一个现成的COM(VC编写的)可以实现这样的功能,能否在JSP(或者applet)中调用该COM的接口实现验证呢?
|
if you are using IIS, turn on the Integrated Windows Authentication:
go to the Properties page of your web application, go to Directory Security tab, click on the first Edit button....
also see
NT Authentication
http://java.bizeo.com/jtc/servlet/controller?a=101&newsletterID=7
Accessing COM objects from JavaServer Pages™ using the J-Integra™ pure Java-COM bridge
http://www.linar.com/jintegra/doc/jsp2com/
go to the Properties page of your web application, go to Directory Security tab, click on the first Edit button....
also see
NT Authentication
http://java.bizeo.com/jtc/servlet/controller?a=101&newsletterID=7
Accessing COM objects from JavaServer Pages™ using the J-Integra™ pure Java-COM bridge
http://www.linar.com/jintegra/doc/jsp2com/