working on admin users
This commit is contained in:
parent
f17ce4fe83
commit
6b54e11dcb
@ -92,7 +92,7 @@ Options with required values:
|
||||
-N, --redis-userdb Redis user database connection string.
|
||||
See the --redis-userdb option in the turnserver section.
|
||||
-u, --user User name.
|
||||
-r, --realm Realm, for long-term credentials mechanism only.
|
||||
-r, --realm Realm.
|
||||
-p, --password Password.
|
||||
-o, --origin Origin
|
||||
-H, --sha256 Use SHA256 as the keys hash function (a non-standard feature).
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Text automatically generated by txt2man
|
||||
.TH TURN 1 "03 January 2015" "" ""
|
||||
.TH TURN 1 "07 January 2015" "" ""
|
||||
.SH GENERAL INFORMATION
|
||||
|
||||
\fIturnadmin\fP is a TURN administration tool. This tool can be used to manage
|
||||
@ -162,7 +162,7 @@ User name.
|
||||
.TP
|
||||
.B
|
||||
\fB\-r\fP, \fB\-\-realm\fP
|
||||
Realm, for long\-term credentials mechanism only.
|
||||
Realm.
|
||||
.TP
|
||||
.B
|
||||
\fB\-p\fP, \fB\-\-password\fP
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Text automatically generated by txt2man
|
||||
.TH TURN 1 "03 January 2015" "" ""
|
||||
.TH TURN 1 "07 January 2015" "" ""
|
||||
.SH GENERAL INFORMATION
|
||||
|
||||
The \fBTURN Server\fP project contains the source code of a TURN server and TURN client
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Text automatically generated by txt2man
|
||||
.TH TURN 1 "03 January 2015" "" ""
|
||||
.TH TURN 1 "07 January 2015" "" ""
|
||||
.SH GENERAL INFORMATION
|
||||
|
||||
A set of turnutils_* programs provides some utility functionality to be used
|
||||
|
||||
@ -634,7 +634,7 @@ static char AdminUsage[] = "Usage: turnadmin [command] [options]\n"
|
||||
" -N, --redis-userdb Redis user database connection string, if Redis DB is used.\n"
|
||||
#endif
|
||||
" -u, --user Username\n"
|
||||
" -r, --realm Realm for long-term mechanism only\n"
|
||||
" -r, --realm Realm\n"
|
||||
" -p, --password Password\n"
|
||||
#if !defined(TURN_NO_SQLITE) || !defined(TURN_NO_PQ) || !defined(TURN_NO_MYSQL) || !defined(TURN_NO_MONGO) || !defined(TURN_NO_HIREDIS)
|
||||
" -o, --origin Origin\n"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user