realm is an url pattern

master
Joey Hess 2010-06-11 14:14:20 -04:00
parent 0822b0fc34
commit d5181a1977
2 changed files with 3 additions and 2 deletions

View File

@ -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,
},

View File

@ -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