LDAPAccountManager/lam-0.4
Roland Gruber 87c5333b3b added .htaccess file fix 2004-12-18 15:17:27 +00:00
..
config added French 2004-03-13 11:32:29 +00:00
debian updates for 0.4.7 2004-12-16 20:19:20 +00:00
docs added hint for CRYPT problem 2004-05-26 17:17:44 +00:00
graphics *** empty log message *** 2004-02-04 18:39:55 +00:00
help renamed title to job title, 2004-05-19 16:58:21 +00:00
lib added encoding fix in HTTP header 2004-12-09 18:18:34 +00:00
locale updated to 0.4.6 2004-05-26 14:47:32 +00:00
po update script for French translation 2004-03-13 11:31:19 +00:00
sess Initial import. 2003-12-29 22:12:19 +00:00
style no longer underline links 2004-02-03 16:46:22 +00:00
templates added "*.exe" to Samba logon script regex 2004-12-17 16:52:11 +00:00
tests fixed scriptServer test 2004-07-18 10:16:08 +00:00
tmp Initial import. 2003-12-29 22:12:19 +00:00
COPYING Initial import. 2003-12-29 22:12:19 +00:00
HISTORY added .htaccess file fix 2004-12-18 15:17:27 +00:00
INSTALL some smaller documentation updates 2004-02-25 19:54:03 +00:00
README updated copyright 2004-12-16 18:57:34 +00:00
TODO updated for release 2004-02-29 11:38:24 +00:00
copyright fixed typo 2004-12-16 20:03:10 +00:00
index.html Initial import. 2003-12-29 22:12:19 +00:00
session-vars.txt updated mass upload 2004-02-19 12:49:07 +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.

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

    Copyright (C) 2003 - 2004 Michael Duergner <michael@duergner.com>
                              Roland Gruber <mail@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
      - User 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