Login using LDAP Zimbra 7.1.1 in Joomla 1.7
Environment :
– Zimbra 7.1.1
– Joomla 1.7
Steps :
- Login to Joomla Administrator page.
- Go to Plugin Manager (Extensions > Plug-in Manager).
- Edit Authentication – LDAP Plugin.
- Enable a Plugin.
- Fill a Basic Options like below :
- Save & Close
- Open a file user.php (\libraries\joomla\database\table) .
- Comment line 193 and 194 and add this line “$this->email = $this->username . “@rgiapratama.net”;”line 195, as shown below :
if ((trim($this->email) == "") || ! JMailHelper::isEmailAddress($this->email)) { //$this->setError(JText::_('JLIB_DATABASE_ERROR_VALID_MAIL')); //return false; $this->email = $this->username . "@rgiapratama.net"; }
- Save a file.
- Login in Joomla Frontend using username and password Zimbra.
- If you’re lucky :D you can login with username and password Zimbra.
Hello gia,
thanks for this great howto. On my joomla 1.7.3 wiith Zimbra 7.1.4 OSE installation it works great. I have a second installation with joomla 2.5.4 and the same Zimbra 7.1.4 OSE it dosn’t work. Error message is: Can’t connect to LDAP Server. Have you maybe any solutions to troubleshooting for me? Thanks in advance.
Greetings Rainer
Hello Rainer :),
U r welcome :), my Joomla 2.5.1 and after read your comment i’m upgrade my Joomla to 2.5.4. I can login smoothly :D fyi My Zimbra version 7.1.4 OSE