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

setnamessecret made global to setNames()

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@6225 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent 0ef695f0
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ try {
$authResponse = $soapExtra->authenticate( $authReq );
if( preg_match( "/[0-9a-z]{2,}/i", $authResponse->auth ) ) {
$scstatus .= "WebAuth authenticated at RBAC, received an internal SessionId. ";
$scstatus .= "WebAuth authenticated at RBAC, received an internal SessionId. " ;
}
} catch( SoapFault $f ) {
......@@ -382,7 +382,7 @@ function escapeForDN ($string)
function setNameInRBAC ()
{
global $givennames, $surnames, $cns, $mails, $organisations, $soapExtra, $newSid, $identity_provider, $remote_user;
global $givennames, $surnames, $cns, $mails, $organisations, $soapExtra, $newSid, $identity_provider, $remote_user, $setnamessecret;
$setNameReq = new setNameRequest();
$setNameReq->auth = $newSid;
$setNameReq->log = "";
......
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