LDAPAccountManager/lam
duergner b99b8277ad $_SESSION['header'] and setlanguage() added 2003-07-23 07:21:04 +00:00
..
config Altered the ISO specification 2003-07-23 07:18:26 +00:00
docs updated TODO 2003-06-09 22:29:54 +00:00
graphics removed unused banner 2003-05-18 16:34:07 +00:00
help *** empty log message *** 2003-07-20 18:41:26 +00:00
lib updated setlanguage() 2003-07-22 19:33:52 +00:00
locale/de_DE/LC_MESSAGES translation for german 2003-05-02 11:37:25 +00:00
po script to generate a .mo file 2003-07-08 08:55:20 +00:00
sess updated .htaccess files 2003-07-14 10:55:50 +00:00
style fixed errors in CSS, synchronized style of user list with other lists 2003-07-01 19:49:57 +00:00
templates $_SESSION['header'] and setlanguage() added 2003-07-23 07:21:04 +00:00
tests updated to new configuration system 2003-07-06 10:24:41 +00:00
COPYING License information 2003-02-21 22:17:59 +00:00
HISTORY updated to alpha 2 2003-07-05 09:31:26 +00:00
INSTALL some updates in documentation 2003-07-07 09:34:01 +00:00
README some updates in documentation 2003-07-07 09:34:01 +00:00
TODO updated to alpha 3 2003-07-07 09:10:46 +00:00
index.html Added function autoexpand user/group/hostnames 2003-06-09 14:17:23 +00:00

README

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

  A set of PHP-scripts to administrate Unix and Samba accounts in a LDAP server.
  LAM runs on any webserver with PHP4 support and connects to your LDAP server
  unencrypted or via SSL.
  The application manages accounts for users, groups and Samba hosts in
  multiple organizational units. LAM supports the Samba 2.x schema and the
  Samba 3 schema.

  alpha Release 0.2 - July 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 that supports CSS (Netscape 4.x is not recommended)

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

  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 /docs

  Internationalization:
    If you want to use a translated version of LAM be sure to install the
    needed locales. See locale/ for a list of supported locales.
    Debian users can add locales with "dpkg-reconfigure locales".
 

    Have fun!
        The LAM devel team