-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
25 lines (14 loc) · 1.1 KB
/
README
File metadata and controls
25 lines (14 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.