Search found 3 matches
- Sun Dec 06, 2009 11:13 am
- Forum: Support
- Topic: Global ID and md5 authentication
- Replies: 16
- Views: 4046
Re: Global ID and md5 authentication
Thanks tank program. I did try with the latest version of the script, and also tried with my own implementation following the same authentication logic. I did found that 2.8.3 and 3 series of the game performs different on global id authentication. I guess it is something in the client, but I can't ...
- Sat Dec 05, 2009 6:17 pm
- Forum: Support
- Topic: Global ID and md5 authentication
- Replies: 16
- Views: 4046
Re: Global ID and md5 authentication
Steps to reproduce the problem.. Get the authentication reference implementation (there is a copy here http://moosnet.homelinux.net/armaauth/0.1/index.php) put (as index.php) into http://X/armaauth/0.1/index.php Try to authenticate user test@X with password 'password'. Go to GetPrefix(), replace %u:...
- Sat Dec 05, 2009 5:31 pm
- Forum: Support
- Topic: Global ID and md5 authentication
- Replies: 16
- Views: 4046
Global ID and md5 authentication
can anyone confirm md5 authentication with empty prefix and suffix is working? I tried several combinations and was unable to make it work. I could authenticate however when prefix is not empty, so I guess my code is not wrong (it is copied from the http auth). It was just that I always get PASSWORD...