From 233ca0bd19f9e07cc10ffcf91aeb384cd648c1bb Mon Sep 17 00:00:00 2001 From: Chtixof Date: Sun, 12 Apr 2015 15:39:30 +0200 Subject: [PATCH] README again --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9889e9..77fec14 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ Download, unzip and just copy the content of the `sources` folder to any folder The setup is optional. If you leave it as is, there is a single unnamed room, opened to all users. If you want to customize the access control, edit the file `conf/setup.ini`. The interesting parameter is `auth` that indicates which user is authorized to which room. In this example `auth = John:Game,John:Family,Mary:Game,Tim:Family,admin:*,*:Public,*:`, -- `John:Game,John:Family` = John can access the Game room, the Family room and the Public room -- `Mary:Game` = Mary can access the Game room and the Public room -- `Tim:Family` = Tim can access the Family room and the Public room +- `John:Game,John:Family` = John can access the Game room, the Family room +- `Mary:Game` = Mary can access the Game room +- `Tim:Family` = Tim can access the Family room - `admin:*` = admin can access all rooms - `*:Public` = everybody can only acccess the Public room - `*:` = everybody can access the unnamed room