Submitted by dqsi on
redirection intranet autologin webmail owa 2007 avec credentials ldap drupal
Placez ce code dans "settings.php"
function custom_url_rewrite_outbound(&$path, &$options, $original_path) {
global $user;
//redirection/ autologon owa airlinair
if (($original_path=='node/403')&&(request_uri()=="/drupal/fr/webmail")){
echo "<html>";
echo "<head>";
echo "</head>";
echo "<body onLoad=\"logonForm.submit();\">";
echo "<form action=\"http://webmail.xxxxx.com/owa/auth/owaauth.dll\" method=\"POST\" name=\"logonForm\">";
echo "<input type=\"hidden\" name=\"destination\" value=\"http://webmail.xxxxxx.com/owa/\">";
echo "<input type=\"hidden\" name=\"flags\" value=\"0\">";
echo "<input type=\"hidden\" name=\"forcedownlevel\" value=\"0\">";
echo "<input id=\"username\" name=\"username\" type=\"hidden\" value=\"".$user->name."\">";
echo "<input id=\"password\" name=\"password\" type=\"hidden\" value=\"".$_SESSION['ldap_login']['pass']."\">";
echo "<input type=\"submit\" class=\"btn\" value=\"Se connecter\" onclick=\"clkLgn()\" style=\"visibility:hidden\">";
echo "<input name=\"isUtf8\" type=\"hidden\" value=\"1\">";
echo "</form>";
echo "</body>";
echo "</html>";
die;
}
}
bonjour, je voudrais pouvoir
Permalien Soumis par karl le 28 Mars, 2011 - 15:42
bonjour,
je voudrais pouvoir intégrer Outlook web access 2007 a mon portail drupal.
pourriez vous expliquez votre solution pour voir si cela peux faire avancer mon projet.
cordialement