LDAPAccountManager/lam
duergner 82f181fc7d Task for help support altered 2003-05-08 20:38:09 +00:00
..
config fixed maxlistentries setting 2003-05-07 14:29:44 +00:00
graphics fixed banner 2003-04-24 15:52:50 +00:00
help Example help.txt 2003-05-08 20:18:07 +00:00
lib error corrected 2003-05-07 18:21:19 +00:00
locale/de_DE/LC_MESSAGES translation for german 2003-05-02 11:37:25 +00:00
po Added GPL licence 2003-05-01 17:37:07 +00:00
style fixed color of visited links 2003-05-07 22:37:01 +00:00
templates Basic functions implemented. Ready for testing. Call templates/help.php?HelpNumber=[number existing in help/help.txt] 2003-05-08 20:16:32 +00:00
tests fixed maxlistentries setting 2003-05-07 14:29:44 +00:00
COPYING License information 2003-02-21 22:17:59 +00:00
HISTORY initial checkin 2003-05-05 21:18:23 +00:00
INSTALL initial checkin 2003-05-07 22:33:53 +00:00
README initial checkin 2003-05-07 22:33:53 +00:00
TODO Task for help support altered 2003-05-08 20:38:09 +00:00
index.html Added index.html 2003-05-01 17:02:57 +00:00

README

$Id$

LAM - Readme
============

  A set of PHP-scripts to administrate entries of a LDAP server

  alpha Release 0.0.1 - May 2003
  ------------------------------
  http://sourceforge.net/projects/lam/

    Copyright (C) 2003 Michael Duergner <michael@duergner.com>
                       Roland Gruber <mail@rolandgruber.de>
                       Tilo Lutz <tilolutz@gmx.de>
                       Leonhard Walchshäusl <dechutes@gmx.net>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

  Requirements:
    PHP4
    openldap (2.1.12 or >)
    a web-browser

  Summary:
    with LAM you can easily manage user, group and machine accounts stored in
    the LDAP server over a web interface. In the moment it supports
      -displaying the user/group/host entries
      -deleting entries
      -adding new entries
      -editing entries
      -filtering and sorting
      -access management

  Download:
    You can get the newest version at http://sourceforge.net/projects/lam/

  Credits:
    Please see the Documentation.txt/.html file.

  Installation:
    Please see the INSTALL file.

  ChangeLog:
    Now in ChangeLog

  Documentation:
    Basic documentation available in Documentation.txt/.html


    Have fun!
        The LAM devel team