Jump to content

Recommended Posts

Posted

Hi Guys

 

Any tips with trying to get single sign on working on moodle.

 

I have LDAP working - and enabled the NTLM settings and entered my subnet , but still no joy.

 

Moodle running on ubuntu server - moodle version 1.99

 

any ideas guys - it may be somehting to do with enabling apache mod_auth_ntlm_winbind.

 

Thanks

 

 

Chris

Posted

Guys

 

Tyring to following to the instructions at -

 

NTLM authentication - MoodleDocs mod_auth_ntlm_winbind on Debian/Ubuntury

 

You need to install the following packages (and all of their dependencies) by using aptitude, synaptic, etc.:

 

You need to install the following packages (and all of their dependencies) by using aptitude, synaptic, etc.:

 

autoconf apache2-threaded-dev debian-builder

 

Once you have them installed, open up a text console, go to the directory where you downloaded the mod_auth_ntlm_winbind files an execute the following commands (as a normal user):

 

autoconf

./configure --with-apxs=/usr/bin/apxs2 --with-apache=/usr/sbin/apache2

make

That should compile it without errors. Then as a user that can run commands as root via sudo, execute the following command from the same directory:

 

sudo make install

 

 

I have downloaded the required files - but when i runt he first part of the command "apache2-threaded-dev debian-builder" i get the error "autoconf apache2-threaded-dev debian-builder

 

Any IDeas - as i think this is the only part i am missing to get SSO working

 

Thanks

 

 

Chris

  • 3 years later...
Posted
old thread but thought I would answer it incase anyone finds it and needs the answer, you need to type
sudo apt-get install autoconf apache2-threaded-dev debian-builder

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...