1Kwiki::Users::Remote(3)User Contributed Perl DocumentatioKnwiki::Users::Remote(3)
2
3
4

NAME

6       Kwiki::Users::Remote - automatically set Kwiki user name from HTTP
7       authentication
8

SYNOPSIS

10        $ cd /path/to/kwiki
11        $ echo "users_class: Kwiki::Users::Remote" >> config.yaml
12
13       In your Apache configuration:
14
15           <Location /kwiki>
16               AuthName     "my kwiki"
17               AuthType     Basic
18               AuthUserFile /path/to/htpasswd
19               Require      valid-user
20           </Location>
21
22       Optionally, to display the user name:
23
24        $ cd /path/to/kwiki
25        $ kwiki -add Kwiki::UserName::Remote
26

DESCRIPTION

28       When using HTTP authentication for your Kwiki, use this module to
29       automatically set the user's name from the username they logged in
30       with. This name will appear in any Recent Changes listing.
31
32       You might also want to use Kwiki::UserName::Remote.
33

ACKNOWLEDGEMENTS

35       Gerald Richter submitted a patch so that username changes would be
36       recognized under mod_perl
37

AUTHORS

39       Ian Langworth <langworth.com>
40

SEE ALSO

42       Kwiki, Kwiki::UserName::Remote
43
45       Copyright (C) 2004, 2005 by Ian Langworth
46
47       This library is free software; you can redistribute it and/or modify it
48       under the same terms as Perl itself.
49
50
51
52perl v5.32.1                      2021-01-27           Kwiki::Users::Remote(3)
Impressum