From 7ad4f9fa87a11dbb2ab93dd6af89442463bda58b Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Tue, 22 Oct 2013 19:55:54 +0200 Subject: [PATCH] Add MySQL CNID backend options to the manpage --- doc/manpages/man5/afp.conf.5.xml | 38 ++++++++++++++++++++++++++++++++ man/man5/afp.conf.5.in | 20 +++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/doc/manpages/man5/afp.conf.5.xml b/doc/manpages/man5/afp.conf.5.xml index df6d2403..e0c485c5 100644 --- a/doc/manpages/man5/afp.conf.5.xml +++ b/doc/manpages/man5/afp.conf.5.xml @@ -818,6 +818,44 @@ + + cnid mysql host = MySQL server address + (G) + + + name or address of a MySQL server for use with the mysql CNID + backend. + + + + + cnid mysql user = MySQL user + (G) + + + MySQL user for authentication with the server. + + + + + cnid mysql pw = password + (G) + + + Password for MySQL server. + + + + + cnid mysql db = database name + (G) + + + Name of an existing database for which the specified user + has full privileges. + + + cnid server = ipaddress[:port] (G)/(V) diff --git a/man/man5/afp.conf.5.in b/man/man5/afp.conf.5.in index bf5434eb..d993ce3f 100644 --- a/man/man5/afp.conf.5.in +++ b/man/man5/afp.conf.5.in @@ -543,6 +543,26 @@ close vol = \fIBOOLEAN\fR (default: \fIno\fR) \fB(G)\fR Whether to close volumes possibly opened by clients when they\*(Aqre removed from the configuration and the configuration is reloaded\&. .RE .PP +cnid mysql host = \fIMySQL server address\fR \fB(G)\fR +.RS 4 +name or address of a MySQL server for use with the mysql CNID backend\&. +.RE +.PP +cnid mysql user = \fIMySQL user\fR \fB(G)\fR +.RS 4 +MySQL user for authentication with the server\&. +.RE +.PP +cnid mysql pw = \fIpassword\fR \fB(G)\fR +.RS 4 +Password for MySQL server\&. +.RE +.PP +cnid mysql db = \fIdatabase name\fR \fB(G)\fR +.RS 4 +Name of an existing database for which the specified user has full privileges\&. +.RE +.PP cnid server = \fIipaddress[:port]\fR \fB(G)/(V)\fR .RS 4 Specifies the IP address and port of a cnid_metad server, required for CNID dbd backend\&. Defaults to localhost:4700\&. The network address may be specified either in dotted\-decimal format for IPv4 or in hexadecimal format for IPv6\&.\- -- 2.39.2