pedigree wrote:
If you want to integrate WWG and "Product X" then what you would have to do is rewrite the authenication code in either of the programs to process the username/passwords of the other.
Example - if you want WWG to authenicate users against a phpNuke forum, then you would have to hash the entered password using the phpNuke code (but in ASP ie a rewrite) and vice versa. You can change all the authenicate code as demostrated in the Windows security version of the code.
I dont know about phpNuke but I think its passwords are stored as a hash (give up on trying to reverse the hash to give the password, you cant) and WWG is 160 bit so you cant even just copy the hash codes over.
A code rewrite of at least one is going to be required. Try asp2php and feed it the php login code file, see if it gives you something that you could possibly plug into WWG. Either that or attempt to set WWG cookies from Product X.
p.
|
thanks man....yea i was thinking about setting the cookies across the whole application using the WWG cookie.