Jump to content

Authentication using existing windows login


mdarling

Recommended Posts

you would need to install a java applet or ActiveX controls... can't do it through PHP or Javascript to my knowledge

 

*edit* quick google found this activeX code

<script type="text/javascript">
<!--
var WinNetwork = new ActiveXObject("WScript.Network");
alert(WinNetwork.UserName);
//-->
</script> 

Actually, there is a Kerberos Module for Apache that might do the trick.  @TeNDoLLA - not really sure why you said that. You really didn't contribute anything did you? I was just thanking the guy and expressing my distaste for java and activeX - i am hoping for a mostly php solution. This is a php forum after all.

Actually, there is a Kerberos Module for Apache that might do the trick.  @TeNDoLLA - not really sure why you said that. You really didn't contribute anything did you? I was just thanking the guy and expressing my distaste for java and activeX - i am hoping for a mostly php solution. This is a php forum after all.

haha, dang..

 

http://www.phpbuilder.com/board/showthread.php?s=&threadid=10218911

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.