Adding plain text password authentication for testing.

This commit is contained in:
lotodore
2009-09-19 20:49:17 +00:00
parent 97e01d6b80
commit 4856dc2a45
70 changed files with 277 additions and 222 deletions
+1
View File
@@ -90,6 +90,7 @@ AnonymousLogin ::= SEQUENCE {
-- TODO challenge/response
AuthenticatedLogin ::= SEQUENCE {
playerName UTF8String (SIZE(1..32)),
password UTF8String (SIZE(1..32)),
avatar AvatarHash OPTIONAL
}