Skip to content
Snippets Groups Projects
Commit c9038336 authored by Martin Haase's avatar Martin Haase
Browse files

minor betterings :)

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@10037 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent 42bd70b4
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ Your delegated credential was successfully retrieved and stored in TG-auth*. Her
<pre>
$certificate
</pre>
The corresponding private key is now held by TG-auth*. This service will be integrated in the TextGrid middleware soon.
The corresponding private key is now held by TG-auth*.
<p>
<form method="post" action="$noDelegationURL">
<input type="hidden" name="ePPNplusSID" value="$eppn|$sid" />
......
......@@ -255,6 +255,12 @@ class RBAC {
// -------------------------------------
// Creating the session...
$creReq->sid = $Sid;
// $file=fopen("/tmp/creq", "a+");
//fwrite ($file, "--------------\n");
//fwrite ($file, serialize ($creReq));
//fwrite ($file, "\n");
//fclose($file);
try {
$creResponse = $this->soapPolicy->createSession( $creReq );
......
......@@ -148,7 +148,7 @@ class WebUtils {
if (isset($rbachash["identity_provider"])) {
echo "<tr><td>Shibboleth Identity ProviderID</td><td>". $rbachash["identity_provider"] ."</td></tr>\n";
}
if (isset($rbachash["$identified_user"]['authnmethod'] )) {
if (isset($rbachash["identified_user"]['authnmethod'] )) {
echo "<tr><td>User ID Attribute Name</td><td>". $rbachash["identified_user"]['authnmethod'] ."</td></tr>\n";
}
if (isset($rbachash["remote_user"])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment