$OpenBSD: patch-doc_example_silcd_conf_in,v 1.5 2005/04/07 00:49:18 brad Exp $ --- doc/example_silcd.conf.in.orig Fri Mar 11 07:15:36 2005 +++ doc/example_silcd.conf.in Wed Apr 6 11:22:33 2005 @@ -35,7 +35,7 @@ General { # 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 @@ -171,14 +171,14 @@ ServerInfo { # # Server name (FQDN) # - hostname = "lassi.kuo.fi.ssh.com"; + hostname = "localhost"; # # Primary listener. Specify the IP address and the port to bind # the server. # Primary { - ip = "10.2.1.6"; + ip = "127.0.0.1"; port = 706; }; @@ -198,24 +198,24 @@ ServerInfo { # # Geographic location # - Location = "Kuopio, Finland"; + Location = "Earth"; # # Full admin name # - Admin = "Foo T. Bar"; + Admin = "Admin"; # # Admin's email address # - AdminEmail = "foo-admin@bar.com"; + AdminEmail = "root@127.0.0.1"; # # 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 @@ -441,10 +441,10 @@ Client { # required. # Admin { - Host = "10.2.1.199"; - User = "priikone"; - Nick = "pekka"; - Passphrase = "verysecret"; + Host = "127.0.0.1"; + User = "admin"; + Nick = "admin"; + Passphrase = "admin"; # PublicKey = "/path/to/the/public.pub"; }; @@ -467,13 +467,13 @@ Admin { # to true. For normal connections set it false. If it is set to true then # your server will be backup router. # -ServerConnection { - Host = "10.2.1.7"; - Passphrase = "verysecret"; - #PublicKey = "/path/to/the/public.pub"; - Params = "normal"; - Backup = false; -}; +#ServerConnection { +# Host = "10.2.1.7"; +# Passphrase = "verysecret"; +# #PublicKey = "/path/to/the/public.pub"; +# Params = "normal"; +# Backup = false; +#}; # # Configured router connections @@ -503,17 +503,17 @@ ServerConnection { # 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.pub"; - 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.pub"; +# Params = "normal"; +# Initiator = true; +# #BackupHost = "10.2.1.6"; +# #BackupPort = 706; +# #BackupLocal = true; +#}; # # Denied connections