openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 23b27e3582fc6702fc841221f455cc9e14c9608f
parent 93b20e3228e7acdadb5b9e1aee924e2727647346
Author: dankert <devnull@localhost>
Date:   Fri,  5 Nov 2010 19:02:24 +0100

Konfigurationseinstellungen für OpenId 2.0

Diffstat:
Mconfig/security.ini.php | 27+++++++++++++++++++++++++++
1 file changed, 27 insertions(+), 0 deletions(-)

diff --git a/config/security.ini.php b/config/security.ini.php @@ -225,6 +225,32 @@ trusted_server= ; Should Users fullname and e-mail updated from the OpenId-Server? update_user=true +; Using User-Identitys? +user_identity=true + +; List of OpenId-Provider to use +; Special name "identity" for user defined identitys +;provider=example +provider=google + +; location of the providers Yadis-document (XRDS-file) +provider.example.xrds_uri=http://google.com/accounts +; which attribute is used for mappin to the internal database +;provider.example.map_attribute=email +; which attribut of internal user database is used +; valid values are 'mail', 'username' +;provider.example.map_internal=mail + +; Google supports Open-Id 2.0 +provider.google.xrds_uri=http://google.com/accounts/o8/id +provider.google.map_attribute=email +provider.google.map_internal=mail + +; Yahoo +provider.yahoo.xrds_uri=http://?????? +provider.yahoo.map_attribute=usename +provider.yahoo.map_internal=mail + ; Single Sign-on @@ -266,6 +292,7 @@ expect_regexp="/running on/" username_regexp="/running on localhost as ([a-z]+)@localhost/" + ; Settings for a new user [newuser]