From 881bb4d750dbb07cae3d4f8836a6c06ba465272e Mon Sep 17 00:00:00 2001 From: Christophe Nowicki Date: Wed, 15 Sep 2004 08:25:45 +0000 Subject: New logging system based on Pear::Log package. Every actions on the idp, sp will be logged inside the database, syslog a file. --- php/Attic/examples/sample-idp/setup.php | 43 ++++++++++++++++++++++++--------- 1 file changed, 32 insertions(+), 11 deletions(-) (limited to 'php/Attic/examples/sample-idp/setup.php') diff --git a/php/Attic/examples/sample-idp/setup.php b/php/Attic/examples/sample-idp/setup.php index 9403f7d9..3a7d35fd 100644 --- a/php/Attic/examples/sample-idp/setup.php +++ b/php/Attic/examples/sample-idp/setup.php @@ -78,6 +78,9 @@ $config = array( 'dsn' => "pgsql://idp:idp@localhost/idp", 'server_dump_filename' => "lasso_server_dump.xml", + 'log_name' => $_SERVER['SERVER_NAME'], + 'log_handler' => 'syslog', + 'auth_type' => 'auth_form', 'idp-metadata' => "/home/cnowicki/mcvs/lasso/tests/data/idp1-la/metadata.xml", 'idp-public_key' => "/home/cnowicki/mcvs/lasso/tests/data/idp1-la/public-key.pem", 'idp-private_key' => "/home/cnowicki/mcvs/lasso/tests/data/idp1-la/private-key-raw.pem", @@ -371,26 +374,44 @@

Lasso Identity Provider Setup

-

- - + -
Database Configuration
DSN (Data Source Name) :' maxlength='100'>HelpDatabase
-

-
-

- - + + + + + + + + + + + + + + + + + + + + + -- cgit
Authentification Configuration
DSN (Data Source Name) :' maxlength='100'>Help
Authentification
Authentification type : +  
Logging
Name :' maxlength='100'> 
Handler : +