<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Bernhard Reiter ha scritto:
<blockquote cite="mid20051020141547.8E7921D8F3B@supertolla.itapac.net"
 type="cite">
  <pre wrap="">Once I had a few minutes to try read the ldap information that exchange
would provide. Attached is a dirty script that I could use to see something.
WARNING! I did not give this any research nor thought
and cannot say if this is the right approach or completey bogus.
  </pre>
</blockquote>
Let's work togheter on that subject.<br>
During this month i'll have to migrate several tousand of users from an
exchange installation to Kolab.<br>
Fortunatelly the domain is "plain" and not structured.<br>
<br>
If you could provide a test installation of an exchange server i can
work on the migration scripts.<br>
I think that there are serious trouble regarding the way active
directory password's hash (NTLMv1 and NTLMv2).<br>
An interesting feature of cyrus sasl is the support of NTLM. <br>
Which kolab migration scenario could we immagine?<br>
<br>
<a class="moz-txt-link-freetext" href="http://www.asyd.net/docs/cyrus-options.html">http://www.asyd.net/docs/cyrus-options.html</a><br>
<table border="1" width="95%">
  <tbody>
    <tr>
      <td>ntlm_server</td>
      <td>NTLM (server)</td>
      <td>Name of server (WinNT, Win2K, Samba, etc) to which
authentication
will be proxied.</td>
      <td>(null) - perform authentication internally</td>
    </tr>
    <tr>
      <td>ntlm_v2</td>
      <td>NTLM (client)</td>
      <td>Send NTLMv2 responses to the server.</td>
      <td>no (send NTLMv1)</td>
    </tr>
  </tbody>
</table>
<br>
<br>
Fabio<br>
</body>
</html>