]> granicus.if.org Git - pwauth/commitdiff
Clarified some instructions.
authorjan@unixpapa.com <jan@unixpapa.com@c81c378c-2084-11de-9b1d-7d4d678aad79>
Mon, 21 May 2012 13:20:57 +0000 (13:20 +0000)
committerjan@unixpapa.com <jan@unixpapa.com@c81c378c-2084-11de-9b1d-7d4d678aad79>
Mon, 21 May 2012 13:20:57 +0000 (13:20 +0000)
pwauth/config.h

index 6f8e1b67991289238c2ac199a82a8d1e6f656a28..3434489cf01091dd41931f32c9cad5fdb69e811e 100644 (file)
  *
  * The second option is to create a special group, called something like
  * "pwauth" for user id's that are allowed to run pwauth.  To do this, you
- * should compile pwauth with the SERVER_UIDS variable UNDEFINED.  This will
- * disable the runtime uid check.  Then, when you install the pwauth program,
- * set it's group ownership to the "pwauth" group, and permit it so that only
- * the owner and the group can run it.  Do not permit it to be executable to
+ * should compile pwauth with the SERVER_UIDS variable UNDEFINED (that is
+ * the definition should be removed or commented out).  This will disable the
+ * runtime uid check.  Then, when you install the pwauth program, set it's
+ * group ownership to the "pwauth" group, and permit it so that only the
+ * owner and the group can run it.  Do not permit it to be executable to
  * others.  This has the advantage of not requiring a recompile if you want
  * to change the uid list.
  */