$OpenBSD: patch-doc_example_silcd_conf_in,v 1.3 2003/10/29 04:12:47 brad Exp $ --- doc/example_silcd.conf.in.orig 2003-10-02 09:41:49.000000000 -0400 +++ doc/example_silcd.conf.in 2003-10-27 11:25:30.000000000 -0500 @@ -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 @@ -170,14 +170,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; }; @@ -197,24 +197,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 @@ -440,10 +440,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"; }; @@ -466,13 +466,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 @@ -502,17 +502,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