blob: ddabe76bfba3fa13a069d8c9d1db5fd0333ba712 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2006/01/31 20:12:41 jschauma Exp $
To use this plugin, follow these steps:
$ cd /path/to/kwiki
$ echo "users_class: Kwiki::Users::Remote" >> config.yaml
In your Apache configuration:
<Location /kwiki>
AuthName "my kwiki"
AuthType Basic
AuthUserFile /path/to/htpasswd
Require valid-user
</Location>
Optionally, to display the user name, edit the file /path/to/kwiki/plugins
and uncomment the line 'Kwiki::UserName::Remote' and run
$ cd /path/to/kwiki
$ kwiki -update
===========================================================================
|