~ubuntu-branches/debian/sid/coturn/sid

« back to all changes in this revision

Viewing changes to examples/etc/turnuserdb.conf

  • Committer: Package Import Robot
  • Author(s): Oleg Moskalenko
  • Date: 2014-11-23 00:15:03 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20141123001503-oxzujsbx5ye4ea6i
Tags: 4.3.1.1-1
Sync to 4.3.1.1: SQLite support added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#This file can be used as user accounts storage for long-term credentials mechanism.
2
 
#
3
 
#username1:key1
4
 
#username2:key2
5
 
# OR:
6
 
#username1:password1
7
 
#username2:password2
8
 
#
9
 
# Keys must be generated by turnadmin utility. The key value depends
10
 
# on user name, realm, and password:
11
 
#
12
 
# Example:
13
 
# $ turnadmin -k -u ninefingers -r north.gov -p youhavetoberealistic
14
 
# Output: 0xbc807ee29df3c9ffa736523fb2c4e8ee
15
 
# ('0x' in the beginning of the key is what differentiates the key from
16
 
# password. If it has 0x then it is a key, otherwise it is a password).
17
 
#
18
 
# The corresponding user account entry in the userdb file will be:
19
 
20
 
#ninefingers:0xbc807ee29df3c9ffa736523fb2c4e8ee
21
 
# Or, equivalently (less secure):
22
 
#ninefingers:youhavetoberealistic
23
 
#