[ewiki] corrections

Moin, moin!

I have a problem getting auth_perm_unix running. I use the following 
combination (snipplet form my config-file):

include("plugins/auth/userdb_systempasswd.php"); # connects to passwd-file
include("plugins/auth/auth_method_http.php");      # auth via http-popup
include("plugins/auth/auth_perm_unix.php");        # unix-user-per-page-rights

QUESTION 1:

For userdb_systempasswd.php I need to setup a passwd-file. The README says:

  "This plugin provides a user 'database' by using the internal/system
  page "system/passwd". You first must create that page and initially
  create one user at least. [...]"

... which I doesn't help me. Where do I find the internal/system-page(s)? Or 
do I put a file "passwd" in the dir "system"?

QUESTION 2:

In analogy to the previous question, how do I set up the system/groups page. I 
tried to set up a wiki-page called "system/groups" and alternatively 
"UserGroups", but that didn't work. (The groups-stuff is needed for 
auth_perm_unix.)

QUESTION 3:

When using auth_method_http I have the problem of how to re-login, i.e. when 
having misstyped or logged in a user1 and now wanting to log in as admin, how 
do I do that?

QUESTION 4:

Currently auth_perm_unix only works w/ auth_method_http and not w/ 
auth_method_form, is that correct? (I read it somewhere, don't remember where 
right now.)

CONTRIBUTION:

And a small correction: In plugin/userdb_systempasswd.php in the initial 
comments add other auth-perm (indicated by ##):

   You'll also need:
    - EWIKI_PROTECTED_MODE
    - plugins/auth_perm_ring.php ##(or ..._unix.php)##
    - plugins/auth_method_http.php (or another one)

That's it so far, I hope for answers and hope that they are not to specific 
but may lead to a more elaborate documentation of this new feature, so that 
not other people will post annoying questions such as me.

Btw. I am extremly happy w/ the documentation of the project! It's really fun 
to work w/ it! Good night says

Timm



Other related posts: