exchange

Pass ldap drupal credentials to Exchange owa webmail 2007 login form

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();\">";