Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Commit

Permalink
add SQLite example to show bind param
Browse files Browse the repository at this point in the history
	addresses #276
  • Loading branch information
jpmens committed Jul 6, 2017
1 parent 0d40d5d commit 97e061d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,12 @@ auth_opt_ldap_uri ldap://127.0.0.1/ou=Users,dc=mens,dc=de?cn?sub?(&(objectclass=
| dbpath | | Y | path to database |
| sqliteuserquery | | Y | SQL for users |

Example:

```
auth_opt_sqliteuserquery SELECT pw FROM users WHERE username = ?
```

### Redis


Expand Down

0 comments on commit 97e061d

Please sign in to comment.