* depend on bdb 4.3 or 4.4
[citadel.git] / citadel / debian / citadel-server.templates
1 Template: citadel/ServerIPAddress
2 Type: string
3 Default: 0.0.0.0
4 Description: Listen IP for Citadel
5   Specify the IP address on which your server will run.  If you
6   specify 0.0.0.0, Citadel will listen on all addresses.  
7   You can usually skip this unless you are running multiple 
8   instances of Citadel on the same computer.
9
10
11 Template: citadel/LoginType
12 Type: boolean
13 Default: false
14 Description: Citadel Account Mode
15   Normally, a Citadel system uses a "black box" authentication mode.
16   This means that users do not have accounts or home directories on
17   the underlying host system -- Citadel manages its own user database.
18   However, if you wish to override this behavior, you can enable the
19   host based authentication mode which is traditional for Unix systems.
20   You will allso need host based authentication if you want to authenticate
21   against an ldap directory or another pam source for example.
22   WARNING: do *not* change this setting once your system is installed.
23   .
24   (Answer "no" unless you completely understand this option)
25   Do you want to enable host based authentication mode?
26
27
28 Template: citadel/Administrator
29 Type: string
30 Default: Administrator
31 Description: Citadel Administrator
32   Enter the name of the Citadeladministrator (which is probably
33   you).  When an account is created with this name, it will
34   automatically be given administrator-level access.
35
36
37 Template: citadel/Installnote
38 Type: note
39 Description: Citadel/UX
40   For post configuring your Citadel Server, use citadel-webcit with your 
41   browser, log in as the user you specified as the Administrator, and
42   review the Points under the Administration menu. If you have further
43   questions review www.citadel.org, specialy the FAQ and Documentation
44   section.