LDAPAccountManager/lam
Roland Gruber b34f642b2a setlanguage function is called on load 2003-05-09 16:27:09 +00:00
..
config added default language 2003-05-09 16:22:46 +00:00
graphics added new logo 2003-05-09 10:17:12 +00:00
help Example help.txt 2003-05-08 20:18:07 +00:00
lib added default language 2003-05-09 16:22:46 +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 links 2003-05-09 10:16:33 +00:00
templates setlanguage function is called on load 2003-05-09 16:27:09 +00:00
tests added default language 2003-05-09 16:22:46 +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