83 |
# Authentication settings |
# Authentication settings |
84 |
######################################################## |
######################################################## |
85 |
|
|
|
# Authentication Mode for TURN requests: |
|
|
# 0 = None - do not challenge any TURN requests (note: this goes |
|
|
# against the TURN RFC) |
|
|
# 1 = Short Term Password |
|
|
# 2 = Long Term Password |
|
|
AuthenticationMode = 2 |
|
|
|
|
86 |
# Authentication Realm for Long Term Passwords |
# Authentication Realm for Long Term Passwords |
87 |
AuthenticationRealm = reTurn |
AuthenticationRealm = reTurn |
88 |
|
|