- 25 Mar, 2005 2 commits
-
-
Leigh Stoller authored
wiki pages for projects and users on an existing testbed. This assumes I can easily partition the actual twiki code into a distribution that we can give people. I haven't really thought much about that, but I assume its not too hard.
-
Leigh Stoller authored
do not replicate the notes into 1200 files (and of course, so we easily change the notes later).
-
- 24 Mar, 2005 3 commits
-
-
Leigh Stoller authored
-
Leigh Stoller authored
send the password hash over in the ssh, instead of getting it from the local password file.
-
Leigh Stoller authored
them. Also a few other helpful details and links.
-
- 21 Mar, 2005 3 commits
-
-
Leigh Stoller authored
The main change is that I now add an .htpasswd entry for the user's emulab ID (stoller) in addition to the wikiname (LeighStoller). I also create a mapping file (with perl dbmopen) to map from the Emulab ID to the WikiName. This lets people log in using their Emulab ID, which is pretty much required since we cannot pass the token to http basic auth when it puts up the dialog box. Without this, we will forever be answering questions from confused users. TWiki already had something of a mapping mechanism, but it was broken and horribly inefficient, so I ended up whacking the twiki code to make it work with the above mentioned dbm file.
-
Leigh Stoller authored
the .htpasswd file on ops. Note that I have disabled registration and password changes from the twiki interface on ops for now. I'll think about this as needed.
-
Leigh Stoller authored
-
- 20 Mar, 2005 1 commit
-
-
Leigh Stoller authored
the rest of the code that ties it into emulab is still scattered around my devel tree and under test.
-