Fix integer functions.
[shishi.git] / shishi.skel.in
blobca273516cf32780e20c5b9e3c3cd78f76301e85d
1 # User configuration file for Shishi @VERSION@
2 # Copyright 2002  Simon Josefsson
3
4 # This file is free software; as a special exception the author gives
5 # unlimited permission to copy and/or distribute it, with or without
6 # modifications, as long as this notice is preserved.
7
8 # This file is distributed in the hope that it will be useful, but
9 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12 # Unless you you specify which configuration file to use (with the
13 # commandline option "--configuration-file filename"), Shishi uses the
14 # file $HOME/.shishi/config by default.  Note that the system
15 # configuration file is read before this file.  Settings specified
16 # here overrides those specified in the system configuration file.
18 # An option file can contain all long options which are
19 # available in Shishi. If the first non white space character of
20 # a line is a '#', this line is ignored.  Empty lines are also
21 # ignored.
23 # See the manual for a list of options.
25 # Read MIT or Heimdal configuration file for the following parameters:
26 #   default-realm
27 #   realm-kdc
28 #   kdc-timeout
29 #   kdc-retries
30 # You can override these values by specifying alternate values below.
31 read-krb5conf=/etc/krb5.conf
33 # Specify the default realm, by default the hostname of the host is used.
34 #default-realm JOSEFSSON.ORG
36 # Specify the default principal, by default the login username is used.
37 #default-principal jas
39 # Specify which encryption types client asks server to respond in
40 # during AS/TGS exchanges. List valid encryption types, in preference
41 # order.  Supported algorithms include des3-hmac-sha1-kd, des-cbc-md5,
42 # des-cbc-md4, des-cbc-crc and null.  This also indicates which
43 # encryption types are accepted by the client when receiving the response.
44 # Note that the preference order is not cryptographically protected,
45 # so a man in the middle can modify the order without being detected.
46 # Thus, only specify encryption types you trust completely here.  If
47 # this is not specified, des3-cbc-sha1-kd and des-cbc-md5 is used.
48 #client-kdc-etypes=des-cbc-md5
50 # Enable verbose library messages.
51 #verbose
53 # Enable debug library messages.
54 #debug
56 # Specify KDC addresses for realms.
57 # Value is REALM,KDCADDRESS[,KDCADDRESS...]
58 # KDCADDRESS is the hostname or IP address of KDC
59 realm-kdc=lab.josefsson.org,latte.josefsson.org
61 # How long shishi waits for a response from a KDC before continuing
62 # to next KDC for realm.  The default is 5 seconds.
63 #kdc-timeout=5
65 # How many times shishi sends a request to a KDC before giving up.
66 # The default is 3 times.
67 #kdc-retries=3