From 3f87768c8cd4d72fcbc3650c6802e1a0c9d570ac Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 14 Jul 2008 10:06:13 +0000 Subject: * doc/guide.tex: Update what permissions does enable-user grant * doc/guide.html: Likewise * src/configure.ac: Don't explicitely put root privileges when a user is not explicitely enabled * src/configure: Likewise * src/Makefile.in: Likewise SVN Revision: 1443 --- doc/guide.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index 9b655b7b8..735fc1f8c 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -339,12 +339,17 @@ To get the full list run the command:

Some options that you may be interested in modifying:

--prefix=/
- Specify the path prefix where the files will be copied when running the make install command.

--enable-user[=USER]
+ Specify the path prefix where the files will be copied when running + the make install command.

--enable-user[=USER]
Allow this normal system user to execute the ejabberdctl script (see section 4.1), - modify the configuration files and read log files. - The account must exist in the machine. It doesn’t need a HOME directory. - If the option is not set, then only root can perform those actions.

--enable-pam
+ read the configuration files, + read and write in the spool directory, + read and write in the log directory. + The account user and group must exist in the machine + before running make install. + This account doesn’t need an explicit HOME directory, because + /var/lib/ejabberd/ will be used by default.

--enable-pam
Enable the PAM authentication method (see section 3.1.4).

--enable-odbc or --enable-mssql
Required if you want to use an external database. See section 3.2 for more information.

--enable-full-xml
-- cgit v1.2.3