LDAPAccountManager/lam
Roland Gruber 9a91103229 fixed lost filter in navigation bar 2003-05-23 17:30:47 +00:00
..
config fixed pwdallowlogin 2003-05-18 16:46:29 +00:00
docs Readme to config/shells 2003-05-17 10:01:59 +00:00
graphics removed unused banner 2003-05-18 16:34:07 +00:00
help changed package name to ldap-account-manager 2003-05-15 17:33:29 +00:00
lib Very small bugfix. Could not unset userworkstations when modifying user. 2003-05-22 14:39:05 +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 added some layout for listuser 2003-05-21 22:51:35 +00:00
templates fixed lost filter in navigation bar 2003-05-23 17:30:47 +00:00
tests added new settings: scriptPath + scriptServer 2003-05-12 17:52:54 +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 filled with text :) 2003-05-22 23:16:10 +00:00
README error correction for alpha release 2003-05-22 23:16:32 +00:00
TODO Added some ideas to TODO 2003-05-22 14:41:11 +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. User, group and
  samba accounts can be displayed, searched, filtered, added, removed and edited
  over an easy to use web interface. Even the configuration options are
  embedded in the interface. Access to the interface is routed through the 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.0 or greater)
    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

  Important:
    The standard password to edit the configuration options is "lam".


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

  Installation:
    Please see the INSTALL file.

  Documentation:
    Basic documentation available in /doc



    Have fun!
        The LAM devel team