Fix installation for silc-client and silc-toolkit packages
[silc.git] / debian-silc-server / silcd-admin.conf.default
1 #
2 # silcd-primary-ip.conf
3 #
4 # Debian configuration file for the administrator of the SILC server.  Some
5 # options in this file is managed using debconf.  You can invoke
6 # `dpkg-reconfigure silcd` if you want to change such options.
7 #
8 # To gain administrator privileges, the OPER user and arguments must match
9 # what is defined in this file.
10
11 # IP used by the server administrator (any IP will be allowed if unset).
12 #Host = "10.2.1.199";
13
14 # Username used by the server administrator (any username will be allowed if
15 # unset).
16 #User = "priikone";
17
18 # Nickname used by the server administrator (any nickname will be allowed if
19 # unset).
20 Nick = "";
21
22 # Passphrase used for authentication (given as an argument to the OPER
23 # command).  Passphrase authentication will be disabled if unset.
24 Passphrase = "";
25
26 # Publickey of the system administrator (no key verification will happen if
27 # unset).
28 #PublicKey = "/etc/silcd/admin.pub";