* ask the question added.
[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: Enable external Accounting Mode
15   Do you want to use Host based authentication or Citadel internal?
16   Host based accounting could be /etc/passwd or an LDAP directory.
17   WARNING: do not change this setting once your system is installed.
18   Answer "no" unless you completely understand this option.
19
20
21 Template: citadel/Administrator
22 Type: string
23 Default: Administrator
24 Description: Citadel Administrator
25   Enter the name of the Citadeladministrator (which is probably
26   you).  When an account is created with this name, it will
27   automatically be given administrator-level access.
28
29
30 Template: citadel/Installnote
31 Type: note
32 Description: Citadel/UX
33   For post configuring your Citadel Server, use citadel-webcit with your 
34   browser, log in as the user you specified as the Administrator, and
35   review the Points under the Administration menu. If you have further
36   questions review www.citadel.org, specialy the FAQ and Documentation
37   section.