forked from patrickpollet/mahara_ldap_sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
15 lines (9 loc) · 795 Bytes
/
README
File metadata and controls
15 lines (9 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
1) using git : in mahara's local directory execute the following command :
git clone git@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.
Enjoy.