You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2010/02/03 18:28:57 UTC

svn commit: r906136 - /incubator/vcl/trunk/web/shibauth/index.php

Author: jfthomps
Date: Wed Feb  3 17:28:56 2010
New Revision: 906136

URL: http://svn.apache.org/viewvc?rev=906136&view=rev
Log:
VCL-294

added a call to addLoginLog

Modified:
    incubator/vcl/trunk/web/shibauth/index.php

Modified: incubator/vcl/trunk/web/shibauth/index.php
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/shibauth/index.php?rev=906136&r1=906135&r2=906136&view=diff
==============================================================================
--- incubator/vcl/trunk/web/shibauth/index.php (original)
+++ incubator/vcl/trunk/web/shibauth/index.php Wed Feb  3 17:28:56 2010
@@ -180,6 +180,9 @@
 else
 	$usernid = getUserlistID($userid);
 
+$affilid = getAffiliationID($affil);
+addLoginLog($userid, 'shibboleth', $affilid, 1);
+
 # save data to shibauth table
 $shibdata = array('Shib-Application-ID' => $_SERVER['Shib-Application-ID'],
                   'Shib-Identity-Provider' => $_SERVER['Shib-Identity-Provider'],