working on admin users

This commit is contained in:
mom040267 2015-01-07 08:19:11 +00:00
parent f17ce4fe83
commit 6b54e11dcb
5 changed files with 6 additions and 6 deletions

View File

@ -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).

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"