aboutsummaryrefslogtreecommitdiff
path: root/src/usr.opt
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-05-18 11:25:40 +0300
committerSergey Poznyakoff <gray@gnu.org>2014-05-18 11:25:40 +0300
commitbc0eeb7706bf5ba3d89f7f5e3563827c3981cc70 (patch)
tree5ba01fa967b924d32d8520f041f5f73b7d2cd6bc /src/usr.opt
parent9087acb001afd6fefa0fe4f2e4fbdcb3ae524e02 (diff)
downloadanubis-bc0eeb7706bf5ba3d89f7f5e3563827c3981cc70.tar.gz
anubis-bc0eeb7706bf5ba3d89f7f5e3563827c3981cc70.tar.bz2
Support for MySQL options file.
* NEWS: Document the use of MySQL options file. * doc/anubis.texi: Document all anubisusr options. Describe the use of MySQL options file. * src/mysql.c (mysql_db_open): Use MySQL options file. Two new URL parameters: options-file and options-group. * src/usr.opt: New option --tls-priorities.
Diffstat (limited to 'src/usr.opt')
-rw-r--r--src/usr.opt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr.opt b/src/usr.opt
index 72ab222..fa9d859 100644
--- a/src/usr.opt
+++ b/src/usr.opt
@@ -37,6 +37,13 @@ BEGIN
#endif
END
+OPTION(tls-priorities,,PRIO,Set TLS priorities)
+BEGIN
+#ifdef HAVE_TLS
+ secure.prio = optarg;
+#endif
+END
+
OPTION(file,f,FILE,
Set user configuration file name.)
BEGIN

Return to:

Send suggestions and report system problems to the System administrator.