* depend on ical >= 0.43
[citadel.git] / citadel / debian / citadel-server.templates
1 Template: citadel/ServerIPAddress
2 Type: string
3 Default: 0.0.0.0
4 _Description: Listening address for the Citadel server:
5  Please specify the IP address which the server should be listening to. If you
6  specify 0.0.0.0, the server will listen on all addresses.
7  .
8  This can usually be left to the default unless multiple instances
9  of Citadel are running on the same computer.
10
11 Template: citadel/LoginType
12 Type: boolean
13 Default: false
14 _Description: Enable external authentication mode?
15  Please choose the user authentication mode. By default Citadel will
16  use its own internal user accounts database. If you accept this
17  option, Citadel users will have accounts on the host system,
18  authenticated via /etc/passwd (or LDAP).
19  .
20  Do not accept this option unless you are sure it is required, since
21  changing back requires a full reinstall of Citadel.
22
23 Template: citadel/Administrator
24 Type: string
25 Default: Administrator
26 _Description: Citadel administrator username:
27  Please enter the name of the Citadel user account that should be granted
28  administrative privileges once created.
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.