]> sipb.mit.edu Git - ikiwiki.git/commitdiff
realm is an url pattern
authorJoey Hess <joey@kitenet.net>
Fri, 11 Jun 2010 18:14:20 +0000 (14:14 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 11 Jun 2010 18:14:20 +0000 (14:14 -0400)
IkiWiki/Plugin/openid.pm
doc/plugins/openid.mdwn

index 57cb139cae5b82509a59f4300b5d11e03ff9640e..f4ba8db189c8bcb6e0c3592c55fee760430c73c8 100644 (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,
                },
index 3fb4c26b82983d2e99bcff24f6ef6677327f6a01..f3b3abfbb6cd8af0203d522ca13d07201a3d540b 100644 (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