'Network User' is now 'Normal User'
[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: select
13 _Choices: Internal, Host, LDAP, Active Directory
14 Default: Internal
15 _Description: Enable external authentication mode?
16  Please choose the user authentication mode. By default Citadel will
17  use its own internal user accounts database. If you choose Host, 
18  Citadel users will have accounts on the host system, 
19  authenticated via /etc/passwd or a PAM source. 
20  LDAP chooses an RFC 2307 compliant directory server, 
21  the last option chooses the nonstandard MS Active Directory LDAP scheme.
22  .
23  Do not change this option unless you are sure it is required, since
24  changing back requires a full reinstall of Citadel.
25
26
27 Template: citadel/LDAPServer
28 Type: string
29 Default: 0.0.0.0
30 _Description: LDAP host
31  Please enter the host name or IP address of your LDAP server.
32
33 Template: citadel/LDAPServerPort
34 Type: integer
35 Default: 389
36 _Description: LDAP port number
37  Please enter the port number of the LDAP service (usually 389).
38
39 Template: citadel/LDAPBaseDN
40 Type: string
41 Default: dc=example,dc=com
42 _Description: LDAP base DN
43  Please enter the Base DN to search for authentication
44  (for example: dc=example,dc=com),
45
46 Template: citadel/LDAPBindDN
47 Type: string
48 Default: 
49 _Description: LDAP bind DN
50  Please enter the DN of an account to use for binding to the LDAP server
51  for performing queries.  The account does not require any other
52  privileges.  If your LDAP server allows anonymous queries, you can.
53  leave this blank.
54
55 Template: citadel/LDAPBindDNPassword
56 Type: string
57 Default: OpenSesame
58 _Description: LDAP bind password
59  If you entered a Bind DN in the previous question, you must now enter
60  the password associated with that account.  Otherwise, you can leave this
61  blank.
62
63 Template: citadel/Administrator
64 Type: string
65 Default: Administrator
66 _Description: Citadel administrator username:
67  Please enter the name of the Citadel user account that should be granted
68  administrative privileges once created.
69
70 Template: citadel/Installnote
71 Type: note
72 _Description: Citadel/UX
73   For post configuring your Citadel Server, use citadel-webcit with your 
74   browser, log in as the user you specified as the Administrator, and
75   review the Points under the Administration menu. If you have further
76   questions review www.citadel.org, specialy the FAQ and Documentation
77   section.