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

removed debug output

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@3875 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent ab2b358f
No related branches found
No related tags found
No related merge requests found
......@@ -126,10 +126,6 @@ class TgExtra {
$filter .= "(&" . $this->config->getValue( "authentication", "filter" );
$filter .= "(" . $this->config->getValue( "authentication", "namingattribute" ) . "=" . $inRequest->username . "))";
$file = fopen( "/tmp/debug.log", "a+" );
fwrite( $file, "Searching with: " . $filter . "\n\n" );
fclose( $file );
// Search for the users entry
$arrUserEntry = $this->connection['user']->search( $this->config->getValue( "authentication", "base" ), $filter, "sub",
Array( $this->config->getValue( "authentication", "namingattribute" ) ) );
......
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