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