Skip to content

Commit

Permalink
#2288 add sql backend to man page
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@22634 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 6, 2019
1 parent 5b3fa37 commit ddc173e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/man/xpra.1
Original file line number Diff line number Diff line change
Expand Up @@ -671,10 +671,11 @@ the pipe character \fI|\fP which is used as delimiter, or newlines
and carriage returns.
This module is deprecated, \fIsqlite\fP should be used instead.

.IP \fBsqlite\fP and \fBmysql\fP
.IP \fBsqlite\fP, \fBmysql\fP and \fBsql\fP
checks the username and password against the sqlite database file
specified using the \fIfilename\fP option, or the mysql database
specified using the \fIuri\fP option.
specified using the \fIfilename\fP option (for the \fIsqlite\fP backend),
or the database specified using the \fIuri\fP option
(\fImysql\fP and \fIsql\fP backends).
The authentication will be processed using the following query
(which is configurable using the \fIpassword_query\fP option):
\fISELECT password FROM users WHERE username=(?)\fP
Expand Down

0 comments on commit ddc173e

Please sign in to comment.