chiark / gitweb /
README just tells you to use disorder authorize now
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 20 Oct 2007 14:39:01 +0000 (15:39 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 20 Oct 2007 14:39:01 +0000 (15:39 +0100)
README
clients/disorder.c

diff --git a/README b/README
index d59e017805bb7811f6c8705b4b9f0143f9ed9d1a..9945728421fc4f53d1fb5086e0c28b32f15e53bb 100644 (file)
--- a/README
+++ b/README
@@ -147,26 +147,12 @@ NOTE: If you are upgrading from an earlier version, see README.upgrades.
 
    The track should stop playing, and (if you set any up) a scratch sound play.
 
-8. Add any other users you want to config.private.  Each user's password
-   should be stored in a file in their home directory, ~/.disorder/passwd,
-   which should be readable only by them, and should take the form of a single
-   line:
+8. Add any other users you want.  These easiest way to do this is:
 
-     password MYPASSWORD
-
-   (root doesn't need this as the client can read it out of config.private
-   when running as root.)
-
-   Note that the server must be reloaded (e.g. by 'disorder reconfigure')
-   when new users are added.
-
-   Alternatively the administrator can create /etc/disorder/config.USERNAME
-   containing the same thing as above.  It can either be owned by the user and
-   mode 400, or owned by root and the user's group (if you have per-user
-   groups) and mode 440.
+     disorder authorize USERNAME
 
-   You can use 'disorder authorize' to automatically pick passwords and
-   create these files.
+   This will automatically choose a random password and add new line to
+   /etc/disorder/config.private and create /etc/disorder/config.USERNAME.
 
 9. Optionally source completion.bash from /etc/profile or similar, for
    example:
index 7134e7b63df58eedf18dec46ccff4f1b4355b0fa..58177668ba2b05550e480e57ed578b94eb4549e8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder.
- * Copyright (C) 2004, 2005, 2006 Richard Kettlewell
+ * Copyright (C) 2004, 2005, 2006, 2007 Richard Kettlewell
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by