LDAPAccountManager/lam
Roland Gruber 03205089f5 updated copyright year 2005-08-08 14:18:21 +00:00
..
config default PDF structures 2005-07-27 19:00:36 +00:00
docs added note about incompatibility with current Kolab PHP version 2005-08-04 17:58:54 +00:00
graphics added new logos 2005-07-07 20:36:12 +00:00
help fixed typos 2005-06-18 16:12:01 +00:00
lib fixed bug with group memberships 2005-08-08 09:31:04 +00:00
locale translation update for 0.5.rc1 2005-07-29 12:31:16 +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 temporarily deactivated update_cache() calls 2005-08-08 09:26:19 +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 fixed bug with group memberships 2005-08-08 09:31:04 +00:00
INSTALL added PHP:XML requirement and note on memory_limit 2005-07-05 16:29:49 +00:00
README updated Readme 2005-08-08 14:12:30 +00:00
TODO removed PDF issue which is done 2005-08-08 14:16:54 +00:00
VERSION changed to 0.5.rc1 2005-07-02 12:06:18 +00:00
copyright updated copyright year 2005-08-08 14:18:21 +00:00
index.html added encoding and content type 2005-07-27 09:34:18 +00:00
session-vars.txt added tree view 2005-02-27 12:40:06 +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 PHP4/5 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, English, French, German, Hungarian, Italian,
  Spanish and Japanese.

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

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

  Requirements:
    PHP4/5
    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
    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".

  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 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 or Blowfish.
    The key and IV are generated at random when you log in. They are stored in two
    cookies.
 
  License:
    LAM is published under the GNU General Public License.
    The comlete list of licenses can be found in the copyright file.


    Have fun!
        The LAM devel team