LDAPAccountManager/lam
Roland Gruber b3d4152e22 *** empty log message *** 2009-03-28 18:40:40 +00:00
..
config NIS netgroups 2009-02-03 18:16:57 +00:00
docs added 2.6.0 changes 2009-03-03 18:36:24 +00:00
graphics *** empty log message *** 2009-02-22 19:20:21 +00:00
help allow to get login user DN from LDAP 2009-03-07 16:22:30 +00:00
lib fixed translation 2009-03-28 18:26:41 +00:00
locale typo 2009-03-28 18:31:53 +00:00
po added Polish 2008-04-16 16:49:07 +00:00
sess fixed .htaccess files 2007-03-13 17:28:48 +00:00
style changed default layout 2009-02-17 20:36:52 +00:00
templates better error handling 2009-03-07 18:20:03 +00:00
tests moved list size setting to new list configuration page 2007-12-09 10:45:04 +00:00
tmp disable directory listing 2003-09-28 17:47:51 +00:00
.htaccess added more .htaccess files 2008-09-28 12:18:19 +00:00
COPYING license info added 2006-07-30 09:47:10 +00:00
HISTORY *** empty log message *** 2009-03-26 19:50:35 +00:00
INSTALL better documentation of configuration setup 2008-12-17 09:58:21 +00:00
README *** empty log message *** 2009-01-31 10:10:13 +00:00
VERSION *** empty log message *** 2009-03-28 18:40:40 +00:00
copyright new LAM Pro files, tooltip script 2009-02-07 19:23:54 +00:00
index.html removed XML header 2008-03-22 16:42:02 +00:00
phpdoc.sh main is default package 2008-11-02 17:47:17 +00:00

README

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

  LDAP Account Manager (LAM) manages user, group and host accounts in an LDAP
  directory. LAM runs on any webserver with PHP5 support and connects to your
  LDAP server unencrypted or via SSL/TLS.
  Currently LAM supports these account types: Samba 2 and 3, Unix, Kolab 2,
  address book entries, NIS mail aliases and MAC addresses. There is a tree
  viewer included to allow access to the raw LDAP attributes. You can use
  templates for account creation and use multiple configuration profiles.
  LAM is translated to Catalan, Chinese (Traditional + Simplified), Czech,
  Dutch, English, French, German, Hungarian, Italian, Japanese, Polish,
  Portuguese, Russian and Spanish.

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

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

  Requirements:
    PHP5 (>= 5.1)
    Openldap (2.0 or greater)
    A web-browser that supports CSS

  Summary:
    With LAM you can easily manage user, group and machine accounts stored in
    an LDAP directory over a web interface. At the moment it supports:

      - managing user/group/host/domain entries
      - filtering and sorting
      - account profiles
      - multiple configuration profiles
      - tree viwer
      - schema browser
      - OU Editor
      - account creation via file upload
      - PDF export for all accounts
      - manage user/group Quota and create home directories

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

  Installation:
    Please see the INSTALL file.

  Documentation:
    Basic documentation is available in the directory "docs".

  Upgrade from older versions:
    See docs/README.upgrade.txt for upgrade instructions.

  Internationalisation:
    If you want to use a translated version of LAM be sure to install the
    needed locales. See the LAM "locale" directory for a list of supported locales and languages.
    You can get a list of all installed locales on your sysem by executing: locale -a
    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 user name + 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 if available.
    The key and IV are generated at random when you log in. They are stored in two
    cookies.
 
  Download:
    You can get the newest version at http://lam.sourceforge.net/.

  License:
    LAM is published under the GNU General Public License.
    The complete list of licenses can be found in the copyright file.


    Have fun!
        The LAM devel team