LDAPAccountManager/lam
Roland Gruber a46462e237 fixed handling of special accounts 2005-06-30 16:22:58 +00:00
..
config obsoleted by PDF profiles 2005-06-05 11:31:10 +00:00
docs fixed reading of possible PDF entries 2005-06-19 09:40:30 +00:00
graphics initial checkin 2005-04-23 16:52:44 +00:00
help fixed typos 2005-06-18 16:12:01 +00:00
lib fixed handling of special accounts 2005-06-30 16:22:58 +00:00
locale translation update 2005-06-17 09:42:23 +00:00
po script for generating po-files for all languages 2005-03-13 10:53:47 +00:00
sess updated .htaccess files 2003-07-14 10:55:50 +00:00
style added export feature for tree view 2005-06-05 10:51:10 +00:00
templates added autofocus for password field 2005-06-28 15:46:41 +00:00
tests more general list functions in config.inc, 2005-04-14 17:42:15 +00:00
tmp disable directory listing 2003-09-28 17:47:51 +00:00
COPYING License information 2003-02-21 22:17:59 +00:00
HISTORY updates for 0.5.alpha2 2005-06-26 07:31:56 +00:00
INSTALL added information about used schema files 2005-05-21 13:57:28 +00:00
README fixed typo 2005-03-17 18:28:29 +00:00
TODO updates for 0.5.alpha2 2005-06-26 07:31:56 +00:00
VERSION set to 0.5.alpha2 2005-05-22 09:42:25 +00:00
copyright added Bitstream copyright 2005-06-13 16:33:50 +00:00
index.html Quotas and profiles should work now 2003-09-28 13:30:31 +00:00
session-vars.txt added tree view 2005-02-27 12:40:06 +00:00

README

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

  A set of PHP-scripts to administrate Unix and Samba accounts in an 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.

  http://sourceforge.net/projects/lam/

    Copyright (C) 2003 - 2004 Michael Duergner <michael@duergner.com>
                              Roland Gruber <post@rolandgruber.de>
                              Tilo Lutz <tilolutz@gmx.de>

    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/domain entries
      - deleting entries
      - adding new entries
      - editing entries
      - filtering and sorting
      - account profiles
      - access management
      - multiple configuration profiles
      - OU Editor
      - account creation via file upload
      - Samba 2 and 3 schema support

  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 is available in the directory "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 and languages.
    Debian users can add locales with "dpkg-reconfigure locales".

  Security:
    It is strongly recommended to use a SSL connection to your web server.

    LAM needs to store your LDAP username + password in the session. The session
    files are saved in sess/ and are accessible only by the web server. To increase
    security username and password are encrypted with MCrypt/AES or Blowfish.
    The key and IV are generated at random when you log in. They are stored in two
    cookies.
 

    Have fun!
        The LAM devel team