Multiple moodles, single login

Multiple moodles, single login

von Loris M -
Anzahl Antworten: 4
Not sure if this has been done yet, i have searched but couldnt find what i wanted so here goes:
We have two moodle sites, one an intranet site the other a moodle site with courses etc. They both run out of their own databases and moodle folders.
Is it possible to login using credentials on either site and still be logged in when switching between sites?
We are only using ldap AD authentication on both sites.

Thanks,
Loris
Als Antwort auf Loris M

Re: Multiple moodles, single login

von John Isner -
In Moodle 1.8 you can have a single sign-on to multiple Moodles by using the Moodle networking feature.
Als Antwort auf John Isner

Re: Multiple moodles, single login

von Loris M -

Thanks for the reply,

I have openssl enabled in my php.ini file:

extension=php_mbstring.dll
extension=php_openssl.dll
extension=php_bz2.dll
extension=php_cpdf.dll
extension=php_curl.dll
extension=php_dba.dll
extension=php_dbase.dll
extension=php_dbx.dll
;extension=php_exif.dll
extension=php_fdf.dll
extension=php_filepro.dll
extension=php_gd2.dll
extension=php_gettext.dll
;extension=php_ifx.dll
extension=php_iisfunc.dll
extension=php_imap.dll
extension=php_interbase.dll
extension=php_java.dll
extension=php_ldap.dll
;extension=php_mcrypt.dll
extension=php_mhash.dll
extension=php_mime_magic.dll
extension=php_ming.dll
extension=php_mssql.dll
extension=php_msql.dll
extension=php_mysql.dll
extension=php_mysqli.dll
;extension=php_oci8.dll
;extension=php_oracle.dll
extension=php_pdf.dll
extension=php_pgsql.dll
extension=php_shmop.dll
extension=php_snmp.dll
extension=php_sockets.dll
;extension=php_sybase_ct.dll
extension=php_tidy.dll
extension=php_ffi.dll
extension=php_xmlrpc.dll
extension=php_xsl.dll
;extension=php_yaz.dll
extension=php_zip.dll

but the moodle installation is not picking it up:

opensslbg4.jpg

am i missing something else?

I am running II6, moodle is running out of a Website.

Thanks,

Loris

Als Antwort auf Loris M

Re: Multiple moodles, single login

von John Isner -
I don't know Windows server, but take a look at this discussion. You may need a couple of additional dll's. If that doesn't work for you and you need to research it further, go to the front page of moodle.org and type 'windows openssl' into the search box on the upper right side of page.
Als Antwort auf John Isner

Re: Multiple moodles, single login

von Loris M -

i have tried everything that has been said eg. put the two dll's in system32, phpinfo is reporting that curl is installed:

cURL support enabled
cURL Information libcurl/7.16.0 OpenSSL/0.9.8a zlib/1.2.3

i have restarted the webserver several times with no luck, moodle still thinks its not installed. traurig

Loris