Forums | Mahara Community
Support
/
LDAP Option Greyed Out
04 May 2010, 10:12
Hi,
Newbie question...
I am trying to set up LDAP integration with Mahara, but when i create an institution i am not able to select the LDAP option (its greyed out) - when i go into 'Administer Extensions' LDAP is listed as an installed plugin (of type auth).
Confused, any help much appreciated.
Thanks
04 May 2010, 18:48
If the option is greyed out it may be because the PHP LDAP module is not installed and/or enabled.
Check in your phpinfo.php (create one if necessary).
http://www.php.net/manual/en/ldap.installation.php
05 May 2010, 3:56
Thanks Steve.
The fella that administrates the server is away this week so i cant scp in to take a look, i'll have to wait until Monday - but will post back here to say what it was.
cheers
06 May 2010, 4:22
If you can upload files to your server via FTP (with FileZilla or sometnihg similar) than you can do this:
- create new file in Notepad or some similar text editor.
- write the following line to that file:
<?php phpinfo(); ?> - save file as let's say abcdef.php
- upload it to your server
- in your web browser type the address:
http://your.server.com/abcdef.php
This way you'll be able to see server's php info...
Regards, G
11 May 2010, 10:02
Solved
There was a proxy address issue which had been updated without our knowledge. We then had some ldap libraries missing - which we installed, and now it works.
Thanks all.