From d5181a197732f1c6bb80fdf8c508568b8c4225c7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 11 Jun 2010 14:14:20 -0400 Subject: [PATCH] realm is an url pattern --- IkiWiki/Plugin/openid.pm | 2 +- doc/plugins/openid.mdwn | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/IkiWiki/Plugin/openid.pm b/IkiWiki/Plugin/openid.pm index 57cb139ca..f4ba8db18 100644 --- a/IkiWiki/Plugin/openid.pm +++ b/IkiWiki/Plugin/openid.pm @@ -42,7 +42,7 @@ sub getsetup () { }, openid_realm => { type => "string", - description => "url of openid realm (default is cgiurl)", + description => "url pattern of openid realm (default is cgiurl)", safe => 0, rebuild => 0, }, diff --git a/doc/plugins/openid.mdwn b/doc/plugins/openid.mdwn index 3fb4c26b8..f3b3abfbb 100644 --- a/doc/plugins/openid.mdwn +++ b/doc/plugins/openid.mdwn @@ -23,7 +23,8 @@ certian setups. It defaults to the `cgiurl` (or `openid_cgiurl` if set); only allowing ikiwiki's [[CGI]] to authenticate. If you have multiple ikiwiki instances, or other things using openid on the same site, you may choose to put them - all in the same realm to improve the user's openid experience. + all in the same realm to improve the user's openid experience. It is an + url pattern, so can be set to eg "http://*.example.com/" * `openid_cgiurl` can be used to cause a different than usual `cgiurl` to be used when doing openid authentication. The `openid_cgiurl` must -- 2.45.0