From 922e504b0f174adcd70b1860d47f5af583a8d9b3 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 20 Dec 2006 20:44:46 +0000 Subject: [PATCH] * Updated documentation to reflect the change from compile-time auth mode selection to setup-time auth mode selection. * THIS IS 7.01 --- citadel/docs/citadel.html | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/citadel/docs/citadel.html b/citadel/docs/citadel.html index d881e637e..a60f7cf67 100644 --- a/citadel/docs/citadel.html +++ b/citadel/docs/citadel.html @@ -664,21 +664,18 @@ username or user ID of the account you created is, so it knows what user to run as. If you create an account called citadel, bbs, or guest, the setup program will automatically pick up the user ID by default.

-

For all other users in /etc/passwd (or in some other name service -such as NIS), Citadel will automatically set up +

For all other users in /etc/passwd (or in some other name +service such as NIS), Citadel can automatically set up +such as NIS), Citadel can automatically set up an account using the full name (or 'gecos' in Unixspeak) of the user. It'll also ignore any password you supply, because it uses the user's -password -on the host system. This allows a 'single sign on' type of environment. -Note that this does have to be enabled at compile time -- it's the -configure -option called --enable-autologin. Keep in mind that these -users -can use *either* their Citadel login name or their login name on the -host -computer, and their password on the host computer.
-
-

+password on the host system. This allows a 'single sign on' type of +environment. +Note that this does have to be enabled at setup time -- it's the +option called "host based authentication mode". Keep in +mind that these users can use *either* their Citadel login name or +their login name on the host computer, and their password on the +host computer.

Bypassing the login: prompt

If you normally log in to your host system using some method other @@ -850,6 +847,21 @@ will be preserved.

port which Citadel clients use to connect to your Citadel server. In almost all cases, you want to use the default -- port 504, which is the official port number assigned by the IANA for Citadel implementations.

+

setup will then ask you about authentication mode. Please +understand this question thoroughly before answering it. You have a +choice of two authentication modes: +

+You will be asked if you wish to use host based authentication. If you +wish to do so, answer "Yes" at the prompt. For most installations, "No" +is the appropriate answer. +

The Citadel service will then be started, and you will see the following message:

Setup is finished.  You may now log in.
-- 2.39.2