Mercurial > public > src > moin > 1.9
diff MoinMoin/config/multiconfig.py @ 5382:942766fe487d
openid client: add setting cfg.openidrp_allowed_op, default is []
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Tue, 15 Dec 2009 22:10:58 +0100 |
parents | 852a5dbe3ef5 |
children | 4226fde63931 |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Tue Dec 15 22:03:39 2009 +0100 +++ b/MoinMoin/config/multiconfig.py Tue Dec 15 22:10:58 2009 +0100 @@ -1198,6 +1198,12 @@ "User object attributes that are not persisted to permanent storage (internal use)."), )), + 'openidrp': ('OpenID Relying Party', + 'These settings control the built-in OpenID Relying Party (client).', + ( + ('allowed_op', [], "List of forced providers"), + )), + 'openid_server': ('OpenID Server', 'These settings control the built-in OpenID Identity Provider (server).', (