2006-07-09 14:14:57 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-08-15 11:08:29 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
2006-07-09 14:14:57 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title></title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="../style/layout.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<!-- begin navigation menu -->
|
|
|
|
<table width="100%" border=0 class="main">
|
|
|
|
<tr>
|
|
|
|
<td class="menu" width=180>
|
2007-11-27 17:46:18 +00:00
|
|
|
<script type="text/javascript" src="../lam.js"></script>
|
2006-07-22 10:57:59 +00:00
|
|
|
<center><a href="../index.htm"><img
|
|
|
|
alt="LDAP Account Manager" src="../images/lam_logo.jpg"
|
2006-07-09 14:14:57 +00:00
|
|
|
style="border: 0px solid;"></a></center>
|
|
|
|
<p></p>
|
2007-11-27 17:46:18 +00:00
|
|
|
<table class="nav" cellspacing="0" width="95%">
|
2006-07-09 14:14:57 +00:00
|
|
|
<tbody>
|
|
|
|
<tr>
|
2006-08-15 11:08:29 +00:00
|
|
|
<th class="nav" colspan="2" align="left"
|
|
|
|
width="100%">General information</th>
|
2006-07-09 14:14:57 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-08-15 11:08:29 +00:00
|
|
|
onclick="parent.location.href='../index.htm'"
|
|
|
|
class="nav"><a class="nav" href="../index.htm"
|
|
|
|
>Home</a></td>
|
2006-07-09 14:14:57 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-08-15 11:08:29 +00:00
|
|
|
onclick="parent.location.href='../news/index.htm'"
|
|
|
|
class="nav"><a class="nav" href="../news/index.htm"
|
|
|
|
>News</a></td>
|
2006-07-09 14:14:57 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-07-22 10:57:59 +00:00
|
|
|
onclick="parent.location.href='../screenshots/index.htm'"
|
2006-08-15 11:08:29 +00:00
|
|
|
class="nav"><a class="nav" href="../screenshots/index.htm"
|
2006-07-09 14:14:57 +00:00
|
|
|
>Screenshots</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-07-22 10:57:59 +00:00
|
|
|
onclick="parent.location.href='../documentation/index.htm'"
|
2006-08-15 11:08:29 +00:00
|
|
|
class="nav"><a class="nav" href="../documentation/index.htm"
|
2006-07-09 14:14:57 +00:00
|
|
|
>Documentation</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-07-22 10:57:59 +00:00
|
|
|
onclick="parent.location.href='../changelog/index.htm'"
|
2006-08-15 11:08:29 +00:00
|
|
|
class="nav"><a class="nav" href="../changelog/index.htm"
|
2006-07-09 14:14:57 +00:00
|
|
|
>Changelog</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-08-15 11:08:29 +00:00
|
|
|
onclick="parent.location.href='../todo/index.htm'"
|
|
|
|
class="nav"> <a class="nav" href="../todo/index.htm"
|
2008-01-03 18:54:35 +00:00
|
|
|
>Roadmap</a></td>
|
2006-08-15 11:08:29 +00:00
|
|
|
</tr>
|
2006-09-23 15:46:10 +00:00
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
|
|
|
onclick="parent.location.href='../todo/bugs.htm'"
|
|
|
|
class="nav"> <a class="nav" href="../todo/bugs.htm"
|
|
|
|
>Bugs</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
|
|
|
onclick="window.open('http://sourceforge.net/tracker/?group_id=73243&atid=537214', '_blank')"
|
|
|
|
class="nav"><a class="nav"
|
|
|
|
href="http://sourceforge.net/tracker/?group_id=73243&atid=537214" target="_blank">Feature requests</a></td>
|
|
|
|
</tr>
|
2006-08-15 11:08:29 +00:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<p> </p>
|
2007-11-27 17:46:18 +00:00
|
|
|
<table class="nav" cellspacing="0" width="95%">
|
2006-08-15 11:08:29 +00:00
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<th class="nav" colspan="2" align="left"
|
|
|
|
width="100%">Support us</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
|
|
|
onclick="parent.location.href='../lamPro/index.htm'"
|
|
|
|
class="nav"><a class="nav" href="../lamPro/index.htm"><FONT color="Red"><b>LAM Pro</b></FONT></a></td>
|
|
|
|
</tr>
|
2008-05-20 16:28:53 +00:00
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)" onclick="parent.location.href='http://www.rg-se.de/scalix/index.htm'" class="nav"><a class="nav" href="http://www.rg-se.de/scalix/index.htm"><font color="Orange"><b>Scalix plugin</b></font></a></td>
|
|
|
|
</tr>
|
2006-08-15 11:08:29 +00:00
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-07-22 10:57:59 +00:00
|
|
|
onclick="parent.location.href='../sponsors/donations.htm'"
|
2006-08-15 11:08:29 +00:00
|
|
|
class="nav"><a class="nav" href="../sponsors/donations.htm">Donations</a></td>
|
2006-07-09 14:14:57 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-07-22 10:57:59 +00:00
|
|
|
onclick="parent.location.href='../sponsors/index.htm'"
|
2006-08-15 11:08:29 +00:00
|
|
|
class="nav"><a class="nav" href="../sponsors/index.htm">Sponsors</a></td>
|
2006-07-09 14:14:57 +00:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<p> </p>
|
2007-11-27 17:46:18 +00:00
|
|
|
<table class="nav" cellspacing="0" width="95%">
|
2006-07-09 14:14:57 +00:00
|
|
|
<tbody>
|
|
|
|
<tr>
|
2006-08-15 11:08:29 +00:00
|
|
|
<th class="nav" colspan="2" align="left"
|
2006-07-09 14:14:57 +00:00
|
|
|
width="100%">Download</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-07-22 10:57:59 +00:00
|
|
|
onclick="parent.location.href='../download/index.htm'"
|
2006-08-15 11:08:29 +00:00
|
|
|
class="nav"><a class="nav" href="../download/index.htm">Releases</a></td>
|
2006-07-09 14:14:57 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-07-22 10:57:59 +00:00
|
|
|
onclick="parent.location.href='../download/rpm.htm'"
|
2006-08-15 11:08:29 +00:00
|
|
|
class="nav"><a class="nav" href="../download/rpm.htm">RPM packages</a></td>
|
2006-07-09 14:14:57 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-07-22 10:57:59 +00:00
|
|
|
onclick="parent.location.href='../download/debian.htm'"
|
2006-08-15 11:08:29 +00:00
|
|
|
class="nav"><a class="nav" href="../download/debian.htm">Debian
|
2006-07-09 14:14:57 +00:00
|
|
|
packages</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-07-22 10:57:59 +00:00
|
|
|
onclick="parent.location.href='../download/freebsd.htm'"
|
2006-08-15 11:08:29 +00:00
|
|
|
class="nav"><a class="nav" href="../download/freebsd.htm">FreeBSD
|
2006-07-09 14:14:57 +00:00
|
|
|
port</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-07-22 10:57:59 +00:00
|
|
|
onclick="parent.location.href='../cvs-access/index.htm'"
|
2006-08-15 11:08:29 +00:00
|
|
|
class="nav"><a class="nav" href="../cvs-access/index.htm"
|
2006-07-09 14:14:57 +00:00
|
|
|
>CVS access</a></td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<p> </p>
|
2007-11-27 17:46:18 +00:00
|
|
|
<table class="nav" cellspacing="0" width="95%">
|
2006-07-09 14:14:57 +00:00
|
|
|
<tbody>
|
|
|
|
<tr>
|
2006-08-15 11:08:29 +00:00
|
|
|
<th class="nav" colspan="2" align="left"
|
2006-07-09 14:14:57 +00:00
|
|
|
width="100%">Developers</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-07-22 10:57:59 +00:00
|
|
|
onclick="parent.location.href='../developers/docs.htm'"
|
2006-08-15 11:08:29 +00:00
|
|
|
class="nav"><a class="nav" href="../developers/docs.htm">Documentation</a></td>
|
2006-07-09 14:14:57 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-07-22 10:57:59 +00:00
|
|
|
onclick="parent.location.href='../i18n/index.htm'"
|
2006-08-15 11:08:29 +00:00
|
|
|
class="nav"><a class="nav" href="../i18n/index.htm">Translations</a></td>
|
2006-07-09 14:14:57 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
|
|
|
onclick="window.open('http://www.sourceforge.net/projects/lam', '_blank')"
|
2006-08-15 11:08:29 +00:00
|
|
|
class="nav"><a class="nav"
|
2006-07-09 14:14:57 +00:00
|
|
|
href="http://www.sourceforge.net/projects/lam" target="_blank">LAM at
|
|
|
|
SourceForge</a></td>
|
|
|
|
</tr>
|
2006-09-23 15:46:10 +00:00
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
|
|
|
onclick="window.open('http://sourceforge.net/tracker/?group_id=73243&atid=537213', '_blank')"
|
|
|
|
class="nav"><a class="nav"
|
|
|
|
href="http://sourceforge.net/tracker/?group_id=73243&atid=537213" target="_blank">Patch tracker</a></td>
|
|
|
|
</tr>
|
2006-07-09 14:14:57 +00:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<p> </p>
|
2007-11-27 17:46:18 +00:00
|
|
|
<table class="nav" cellspacing="0" width="95%">
|
2006-07-09 14:14:57 +00:00
|
|
|
<tbody>
|
|
|
|
<tr>
|
2006-08-15 11:08:29 +00:00
|
|
|
<th class="nav" colspan="2" align="left"
|
2006-07-09 14:14:57 +00:00
|
|
|
width="100%">Specials</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-07-22 10:57:59 +00:00
|
|
|
onclick="parent.location.href='../live-demo/index.htm'"
|
2006-08-15 11:08:29 +00:00
|
|
|
class="nav"><a class="nav" href="../live-demo/index.htm"
|
2006-07-09 14:14:57 +00:00
|
|
|
>LAM-Live-Demo</a></td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<p> </p>
|
2007-11-27 17:46:18 +00:00
|
|
|
<table class="nav" cellspacing="0" width="95%">
|
2006-07-09 14:14:57 +00:00
|
|
|
<tbody>
|
|
|
|
<tr>
|
2006-08-15 11:08:29 +00:00
|
|
|
<th class="nav" colspan="2" align="left"
|
2006-07-09 14:14:57 +00:00
|
|
|
width="100%">Communication</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td onmouseover="list_over(this)" onmouseout="list_out(this)"
|
2006-07-22 10:57:59 +00:00
|
|
|
onclick="parent.location.href='../mailinglists/index.htm'"
|
2006-08-15 11:08:29 +00:00
|
|
|
class="nav"><a class="nav" href="../mailinglists/index.htm"
|
2006-07-09 14:14:57 +00:00
|
|
|
>Mailing lists</a></td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<p><br>
|
|
|
|
<br>
|
|
|
|
</p>
|
|
|
|
<center>
|
|
|
|
<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=73243&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
|
|
|
|
</center>
|
|
|
|
</td>
|
|
|
|
<td width=20> </td>
|
|
|
|
<!-- end navigation menu -->
|
|
|
|
<td class="mainarea">
|
|
|
|
|
|
|
|
|
|
|
|
<h1>News</h1>
|
|
|
|
<br>
|
|
|
|
<p> </p>
|
2007-07-22 16:20:33 +00:00
|
|
|
|
2008-04-16 17:45:41 +00:00
|
|
|
<table cellspacing="0" width="100%">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
2008-04-30 17:39:50 +00:00
|
|
|
<th>Wednesday 30th April 2008 - 2.3.0</th>
|
2008-04-16 17:45:41 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2008-04-30 17:39:50 +00:00
|
|
|
<td>LAM now supports password policies and phpGroupware accounts.</td>
|
2008-04-16 17:45:41 +00:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<br>
|
|
|
|
<p> </p>
|
|
|
|
|
2008-01-06 18:15:35 +00:00
|
|
|
<table cellspacing="0" width="100%">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
2008-01-23 18:19:32 +00:00
|
|
|
<th>Wednesday 23th January 2008 - 2.2.0</th>
|
2008-01-06 18:15:35 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>This release adds a number of usability enhancements. The controls of the main tab were moved and are permanently visible.
|
2008-01-23 18:19:32 +00:00
|
|
|
<br>LAM Pro customers can set different access levels and use the new password reset page.</td>
|
2008-01-06 18:15:35 +00:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<br>
|
|
|
|
<p> </p>
|
|
|
|
|
2007-10-30 20:02:17 +00:00
|
|
|
<table cellspacing="0" width="100%">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
2007-11-07 18:03:52 +00:00
|
|
|
<th>Wednesday 7th November 2007 - 2.1.0</th>
|
2007-10-30 20:02:17 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2008-01-06 18:15:35 +00:00
|
|
|
<td>This release comes with a new tabular design for the account pages. The Samba 3 module now supports terminal server settings.</td>
|
2007-10-30 20:02:17 +00:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<br>
|
|
|
|
<p> </p>
|
|
|
|
|
2007-07-22 16:20:33 +00:00
|
|
|
<table cellspacing="0" width="100%">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
2007-08-08 19:21:58 +00:00
|
|
|
<th>Wednesday 8th August 2007 - 2.0.0</th>
|
2007-07-22 16:20:33 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2007-08-11 09:33:27 +00:00
|
|
|
<td>This is the first release which requires PHP5. It includes three
|
|
|
|
new translations (Simplified Chinese, Czech and Portuguese) and includes
|
2007-08-08 19:21:58 +00:00
|
|
|
several bug fixes and minor improvements.</td>
|
2007-07-22 16:20:33 +00:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<br>
|
|
|
|
<p> </p>
|
|
|
|
|
2007-03-07 19:10:29 +00:00
|
|
|
<table cellspacing="0" width="100%">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
2007-03-28 18:16:13 +00:00
|
|
|
<th>Wednesday 28th March 2007 - 1.3.0</th>
|
2007-03-07 19:10:29 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2007-03-28 18:16:13 +00:00
|
|
|
<td>LAM can now display user photos in the account list and supports multiple lamdaemon servers.<br><br>
|
|
|
|
This release fixes also a security bug where HTML characters in LDAP data were not escaped.</td>
|
2007-03-07 19:10:29 +00:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<br>
|
|
|
|
<p> </p>
|
|
|
|
|
2007-01-15 17:53:55 +00:00
|
|
|
<table cellspacing="0" width="100%">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
2007-01-24 17:26:02 +00:00
|
|
|
<th>Wednesday 24th January 2007 - 1.2.0</th>
|
2007-01-15 17:53:55 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>This release includes minor enhancements of the Samba 3 module. The LAM Pro version now supports groupOf(Unique)Names accounts.</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<br>
|
|
|
|
<p> </p>
|
|
|
|
|
2007-03-22 19:08:47 +00:00
|
|
|
<table cellspacing="0" width="100%">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<th>Monday 13th November 2006 - End of PHP4 support</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>The support for PHP version 4 for LAM will end on 01.03.2007. This means that all releases after this date will require PHP 5 to run.</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<br>
|
|
|
|
<p> </p>
|
|
|
|
|
2006-10-24 21:05:58 +00:00
|
|
|
<table cellspacing="0" width="100%">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
2006-11-01 20:44:56 +00:00
|
|
|
<th>Wednesday 1st November 2006 - 1.1.1</th>
|
2006-10-24 21:05:58 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>This version fixes the password hashing bug. LAM now includes a test page for lamdaemon.</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<br>
|
|
|
|
<p> </p>
|
|
|
|
|
2006-09-11 20:30:21 +00:00
|
|
|
<table cellspacing="0" width="100%">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
2006-09-20 19:25:21 +00:00
|
|
|
<th>Wednesday 20th September 2006 - 1.1.0</th>
|
2006-09-11 20:30:21 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>This release comes with a new lamdaemon implementation which should be far more stable now.</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<br>
|
|
|
|
<p> </p>
|
|
|
|
|
2006-07-09 14:14:57 +00:00
|
|
|
<br><h2><a href="archives.htm">Archived news</a></h2>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
</td></tr></table>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|