September 7th, 2011 by gia

Environment :
- Zimbra 7.1.1
- Joomla 1.7

Steps :

  1. Login to Joomla Administrator page.
  2. Go to Plugin Manager (Extensions > Plug-in Manager).
  3. Edit Authentication – LDAP Plugin.
  4. Enable a Plugin.
  5. Fill a Basic Options like below :
  6. Save & Close
  7. Open a file user.php (\libraries\joomla\database\table) .
  8. 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";
    		}
    
  9. Save a file.
  10. Login in Joomla Frontend using username and password Zimbra.
  11. If you’re lucky :D you can login with username and password Zimbra.

Facebook comments:

Leave a Reply

Switch to our mobile site