X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=umurmur.conf.example;h=fad2b8091c3c0522354cc1e48ffde81f7eee00cb;hb=3a9d9e4e2ec7ad528d50d920161aea272c01d35d;hp=09b49c5a581de5c8354341481e18f4ee66e02001;hpb=ed9b54bd89b704e6111acbd91b6a7b50e3c30cf5;p=umurmur.git diff --git a/umurmur.conf.example b/umurmur.conf.example index 09b49c5..fad2b80 100644 --- a/umurmur.conf.example +++ b/umurmur.conf.example @@ -4,8 +4,15 @@ certificate = "/etc/umurmur/cert.crt"; private_key = "/etc/umurmur/key.key"; password = ""; max_users = 10; -username = ""; -groupname = ""; + +# username and groupname for privilege dropping. +# Will attempt to switch user if set. +# username = ""; +# If groupname not set the user's default login group will be used +# groupname = ""; + +# bindport = 64738; +# bindaddr = "192.168.1.1"; # Root channel must always be defined first. # If a channel has a parent, the parent must be defined before the child channel(s).