Forums | Mahara Community
Developers
/
Local customization of classes
01 March 2013, 5:44
Hi all,
I need to make some local customizations of Mahara's LDAP Authentication. At the moment, I'm doing this in place in auth/ldap/lib.php and auth/lib.php, but I'd prefer to make use of the local folder instead to simplify the upgrade process.
The documentation on local/lib.php seems pretty scarce, so I'm not sure how to go about creating local customizations to functions in the AuthLdap and Auth classes.