Quantcast
Channel: Authentication
Viewing all articles
Browse latest Browse all 8256

Re: Moodle 3.0 NTLM SSO Issue

$
0
0
by Mike Alavi.  

Hi All,

I ran the code below:

<?php

if (isset($_SERVER['REMOTE_USER']) && !empty($_SERVER['REMOTE_USER'])) {

echo "<p>NTLM authentication seems to be working. User: " . $_SERVER['REMOTE_USER'] . "</p>";

} else {

echo '<p>NTLM is not working</p>';

}

?>

The out put was:  NTLM is not working

Thanks,

Mike


Viewing all articles
Browse latest Browse all 8256

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>