From 4a8f891d8fafd8dec50620ce45076dbe112f9f3e Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 13 Apr 2008 21:48:44 +0000 Subject: More ticket #485: fixed TURN server permission not allowing peer with the same IP to get through, and added option to disable FINGERPRINT verification in TURN server since it is currently broken when TURN is used with ICE (which has a FINGERPRINT in its Binding Request) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1924 74dad513-b988-da41-8d7b-12977e46ad98 --- pjnath/src/pjturn-srv/auth.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pjnath/src/pjturn-srv/auth.c') diff --git a/pjnath/src/pjturn-srv/auth.c b/pjnath/src/pjturn-srv/auth.c index e02079e4..0f7e6991 100644 --- a/pjnath/src/pjturn-srv/auth.c +++ b/pjnath/src/pjturn-srv/auth.c @@ -33,7 +33,10 @@ static struct cred_t char passwd[MAX_PASSWORD]; } g_cred[] = { - { "user", "passwd" }, + { "100", "100" }, + { "700", "700" }, + { "701", "701" }, + { "702", "702" } }; #define THE_NONCE "pjnath" -- cgit v1.2.3