- Enable IIS Challenge/Response on the web directory where Wiki lives;
- Modify one line in one file of the Wiki
Okay, if you have to do it yourself (and don't have a shining infrastructure department who manages your web servers), enabling security on the wiki directory is a snap.
- Go to the IIS Admin, navigate to your wiki directory, right click and click Properties.
- Click the Directory Security tab, then click the Edit button in the "Authentication and access control" section.
- In the "Authentication Methods" window, uncheck the "Enable Anonymous acess" box and make sure that "Integrated Windows authentication IS checked.
- Hit 'Okay', then 'Apply' and close out the IIS admin.
Whenever a user navigates to the wiki web directory now, they will be asked for their username and password (it'll be the same one they use to log into their machine on the network). They may also have to append the network domain name to their username, as in the following example where user 'DBoude' is on the BPL domain: BPL\DBoude
For step 2, open the wiki template Views/dsp.edit.cfm. Somewhere around line 50 to 59, find the table row for author, and change it to this:
<td>
Author:
</td>
<td><input type="text" name="author" value="#listlast(cgi.auth_user, "\")#"></td>
</tr>
That's it!
You are not logged in, so your subscription status for this entry is unknown. You can login or register here.
I'm also considering adding a real user system to Canvas. Would that be useful?