]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/debian/zephyr-server.templates
resurrect zephyr packaging
[1ts-debian.git] / zephyr / debian / zephyr-server.templates
1 # These templates have been reviewed by the debian-l10n-english
2 # team
3 #
4 # If modifications/additions/rewording are needed, please ask
5 # debian-l10n-english@lists.debian.org for advice.
6 #
7 # Even minor modifications require translation updates and such
8 # changes should be coordinated with translators and reviewers.
9
10 Template: zephyr-server/servers
11 Type: string
12 _Description: Zephyr servers:
13  Please specify the full names of the Zephyr servers, as a
14  space-separated list.
15  .
16  The list configured on clients can be a subset of the list configured
17  on servers.
18
19 Template: zephyr-server/no-more-krb4
20 Type: boolean
21 Default: true
22 Description: Incompatible Upgrade
23  You appear to be upgrading from a version of the zephyr server that
24  uses Kerberos version 4 to authenticate.  Kerberos version 4 support
25  has been removed from Debian, and accordingly from the zephyr server.
26  This version of the zephyr server uses only Kerberos 5 to
27  authenticate, and thus is almost certainly incompatible with any of
28  your currently deployed clients.
29  .
30  A server that authenticates both ways can be built for lenny from the
31  zephyr source package, see:
32    /usr/share/doc/libzephyr4-krb5/README.krb4-5
33  .
34  Continue with the upgrade?
35
36 Template: zephyr-server/read_conf
37 Type: boolean
38 Default: true
39 Description: for internal use
40  We want to try and capture user changes when they edit a config file
41  manually.  To do this we look at the file in the config script. However,
42  in the case of preconfigure, the config script is run twice before the
43  postinst is run.  Thus we may read the wrong value before the edited value
44  is written out in postinst. If this is false we skip reading config files
45  until postinst runs.