Skip to content

ebugnet/mahara_ldap_sync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Please note that these scripts are for Mahara 1.7 and below. Starting at mahara 1.8, they are now included in core distribution
(see https://launchpad.net/mahara/1.8/1.8.0 ) 


Quick installation guide :

1) using git : in mahara's local directory execute the following command :

  git clone https://github.com/patrickpollet/mahara_ldap_sync.git

or 1bis) download the latest zip of the code from https://github.com/patrickpollet/mahara_ldap_sync and unzip it
into mahara's local directory and rename patrickpollet-mahara_ldap_sync_xxxxx folder to mahara_ldap_sync

2)copy or symlink the file mahara_ldap_sync/lang/en.utf8/local.ldap.php into local/lang/en.utf8. You may have to create this directory

3) you may have to edit the file mahara/auth/ldap/lib.php to replace all occurence of word private to protected.

4) in case a new version is released on github just type on the command line 'git pull' within directory local/mahara_ldap_sync if you are using git
 or repeat step 1bis otherwise.

Documentation :

 See the wiki page dor more details and usage : https://github.com/patrickpollet/mahara_ldap_sync/wiki/

Enjoy.

About

CLI scripts to sync Mahara database with an LDAP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.5%
  • Shell 2.5%