$NetBSD: patch-ab,v 1.5 2002/03/29 11:34:51 rh Exp $ --- doc/example_silcd.conf.in.orig Sun Mar 17 14:39:17 2002 +++ doc/example_silcd.conf.in Wed Mar 27 21:05:25 2002 @@ -36,7 +36,7 @@ # This is the default path where to search modules. If omitted # built-in modules will be used. Built-in modules will also be # used if a module file cannot be located. - module_path = "@MODULESDIR@"; + module_path = ""; # If both passphrase and public key authentication is set for a # connection the public key authentication is the preferred one @@ -139,8 +139,8 @@ # # Server FQDN and IP address # - hostname = "lassi.kuo.fi.ssh.com"; - ip = "10.2.1.6"; + hostname = "localhost"; + ip = "127.0.0.1"; port = 706; # @@ -152,7 +152,7 @@ # # Geographic location # - Location = "Kuopio, Finland"; + Location = "Generic City, Generic Country"; # # Full admin name @@ -168,8 +168,8 @@ # Run SILC server as specific user and group. The server must be # initially run as root. # - User = "nobody"; - Group = "nobody"; + User = "silcd"; + Group = "silcd"; # # Public and private keys @@ -182,7 +182,7 @@ # # Specifies the text file displayed on client connection # - #MotdFile = "@ETCDIR@/motd.txt"; + MotdFile = "@ETCDIR@/motd.txt"; # # Pid file @@ -209,7 +209,7 @@ # reduces memory usage. By default it is false and log files are # written with FlushDelay timeout. # - #QuickLogs = true; + QuickLogs = true; # FlushDelay tells log files update delay (seconds) in case you # have chosen buffering output. This setting has effect only if @@ -368,9 +368,9 @@ # required. # Admin { - Host = "10.2.1.199"; - User = "priikone"; - Nick = "pekka"; + Host = "127.0.0.1"; + User = "admin"; + Nick = "admin"; Passphrase = "verysecret"; # PublicKey = "/path/to/the/public.key"; }; @@ -393,13 +393,13 @@ # to true. For normal connections set it false. If it is set to true then # this server will be backup router. # -ServerConnection { - Host = "10.2.1.7"; - Passphrase = "verysecret"; - #PublicKey = "/path/to/the/public.key"; - Params = "normal"; - Backup = false; -}; +#ServerConnection { +# Host = "10.2.1.7"; +# Passphrase = "verysecret"; +# #PublicKey = "/path/to/the/public.key"; +# Params = "normal"; +# Backup = false; +#}; # # Configured router connections @@ -426,17 +426,17 @@ # backup router is in our cell then set the "BackupLocal" option to true. # If the backup router is in other cell then set it to false. # -RouterConnection { - Host = "10.2.1.100"; - Port = 706; - Passphrase = "verysecret"; - #PublicKey = "/path/to/the/public.key"; - Params = "normal"; - Initiator = true; - #BackupHost = "10.2.1.6"; - #BackupPort = 706; - #BackupLocal = true; -}; +#RouterConnection { +# Host = "10.2.1.100"; +# Port = 706; +# Passphrase = "verysecret"; +# #PublicKey = "/path/to/the/public.key"; +# Params = "normal"; +# Initiator = true; +# #BackupHost = "10.2.1.6"; +# #BackupPort = 706; +# #BackupLocal = true; +#}; # # Denied connections