Quote:
Originally Posted by codershark
Is it possible to make a SingleSignOn ??? When someone logIn into Windows he is also logIn in forum ????
|
I've been doing some reasearch, and if you have control over your webserver (and the modules installed) you could try playing with
mod_auth_vas which implements SPNEGO - The basis for windows domain login support for IIS/IE.
You'd still need some fairly significant mods to vB, (or perhaps a plug somewhere near global_start???) to tell it to use and trust the external username supplied by SPNEGO.
H.