|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
.\" Text automatically generated by txt2man |
|
|
|
|
.TH TURN 1 "21 November 2014" "" "" |
|
|
|
|
.TH TURN 1 "23 November 2014" "" "" |
|
|
|
|
.SH GENERAL INFORMATION |
|
|
|
|
|
|
|
|
|
The \fBTURN Server\fP project contains the source code of a TURN server and TURN client |
|
|
|
@ -133,7 +133,7 @@ User database settings: |
|
|
|
|
.B |
|
|
|
|
\fB\-b\fP, \fB\-\-db\fP, \fB\-\-userdb\fP |
|
|
|
|
SQLite user database file name (default \- /var/db/turndb or |
|
|
|
|
/usr/local/var/db/turndb). |
|
|
|
|
/usr/local/var/db/turndb or /var/lib/turn/turndb). |
|
|
|
|
.TP |
|
|
|
|
.B |
|
|
|
|
\fB\-e\fP, \fB\-\-psql\-userdb\fP |
|
|
|
@ -973,7 +973,7 @@ Obviously, only a few users can be set that way, and their credentials are fixed |
|
|
|
|
for the \fIturnserver\fP process lifetime. |
|
|
|
|
.IP 2) 4 |
|
|
|
|
Users can be stored in SQLite DB. The default SQLite database file is /var/db/turndb |
|
|
|
|
or /usr/local/var/db/turndb. |
|
|
|
|
or /usr/local/var/db/turndb or /var/lib/turn/turndb. |
|
|
|
|
.IP 3) 4 |
|
|
|
|
Users can be stored in PostgreSQL database, if the \fIturnserver\fP was compiled with PostgreSQL |
|
|
|
|
support. Each time \fIturnserver\fP checks user credentials, it reads the database (asynchronously, |
|
|
|
@ -1028,7 +1028,7 @@ with schema.sql SQL script. With Redis, you do not have to do even that \- just |
|
|
|
|
it will set the users for you (see the \fIturnadmin\fP manuals). If you are using SQLite, then the |
|
|
|
|
\fIturnserver\fP or \fIturnadmin\fP will initialize the empty database, for you, when started. The |
|
|
|
|
TURN server installation process creates an empty initialized SQLite database in the default |
|
|
|
|
location (/var/db/turndb or /usr/local/var/db/turndb, depending on the system). |
|
|
|
|
location (/var/db/turndb or /usr/local/var/db/turndb or /var/lib/turn/turndb, depending on the system). |
|
|
|
|
.PP |
|
|
|
|
================================= |
|
|
|
|
.SH LIBRARIES |
|
|
|
@ -1105,6 +1105,8 @@ it would affect the performance. |
|
|
|
|
.PP |
|
|
|
|
/usr/local/var/db/turndb |
|
|
|
|
.PP |
|
|
|
|
/var/lib/turn/turndb |
|
|
|
|
.PP |
|
|
|
|
/usr/local/etc/turnserver.conf |
|
|
|
|
.PP |
|
|
|
|
================================= |
|
|
|
|