2003-05-07 22:33:53 +00:00
|
|
|
|
|
|
|
LAM - Readme
|
|
|
|
============
|
|
|
|
|
2005-08-08 14:12:30 +00:00
|
|
|
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.
|
2003-07-07 09:34:01 +00:00
|
|
|
|
2003-05-07 22:33:53 +00:00
|
|
|
http://sourceforge.net/projects/lam/
|
|
|
|
|
2005-08-08 14:12:30 +00:00
|
|
|
Copyright (C) 2003 - 2005 Michael Duergner <michael@duergner.com>
|
2004-12-16 19:40:52 +00:00
|
|
|
Roland Gruber <post@rolandgruber.de>
|
|
|
|
Tilo Lutz <tilolutz@gmx.de>
|
2003-05-07 22:33:53 +00:00
|
|
|
|
|
|
|
Requirements:
|
2005-08-08 14:12:30 +00:00
|
|
|
PHP4/5
|
2003-08-03 20:11:53 +00:00
|
|
|
Openldap (2.0 or greater)
|
|
|
|
A web-browser that supports CSS (Netscape 4.x is not recommended)
|
2003-05-07 22:33:53 +00:00
|
|
|
|
|
|
|
Summary:
|
2003-07-07 09:34:01 +00:00
|
|
|
With LAM you can easily manage user, group and machine accounts stored in
|
2005-08-08 14:12:30 +00:00
|
|
|
an LDAP directory over a web interface. At the moment it supports:
|
2003-08-03 20:11:53 +00:00
|
|
|
|
2005-08-08 14:12:30 +00:00
|
|
|
- managing user/group/host/domain entries
|
2003-07-07 09:34:01 +00:00
|
|
|
- filtering and sorting
|
|
|
|
- account profiles
|
|
|
|
- multiple configuration profiles
|
2005-08-08 14:12:30 +00:00
|
|
|
- tree viwer
|
|
|
|
- schema browser
|
2003-08-03 20:11:53 +00:00
|
|
|
- OU Editor
|
2004-12-16 19:40:52 +00:00
|
|
|
- account creation via file upload
|
2005-08-08 14:12:30 +00:00
|
|
|
- PDF export for all accounts
|
|
|
|
- manage user/group Quota and create home directories
|
2003-05-07 22:33:53 +00:00
|
|
|
|
2003-05-22 23:16:32 +00:00
|
|
|
Important:
|
2005-08-08 14:12:30 +00:00
|
|
|
The default password to edit the configuration options is "lam".
|
2003-05-22 23:16:32 +00:00
|
|
|
|
2003-05-07 22:33:53 +00:00
|
|
|
Installation:
|
|
|
|
Please see the INSTALL file.
|
|
|
|
|
|
|
|
Documentation:
|
2004-02-25 19:54:03 +00:00
|
|
|
Basic documentation is available in the directory "docs".
|
2003-05-07 22:33:53 +00:00
|
|
|
|
2005-09-13 09:20:34 +00:00
|
|
|
Upgrade from older versions:
|
|
|
|
See docs/README.upgrade.txt for upgrade instructions.
|
|
|
|
|
2003-05-27 16:30:41 +00:00
|
|
|
Internationalization:
|
|
|
|
If you want to use a translated version of LAM be sure to install the
|
2004-02-25 19:54:03 +00:00
|
|
|
needed locales. See locale/ for a list of supported locales and languages.
|
2003-05-27 16:30:41 +00:00
|
|
|
Debian users can add locales with "dpkg-reconfigure locales".
|
2003-08-10 09:49:30 +00:00
|
|
|
|
|
|
|
Security:
|
|
|
|
It is strongly recommended to use a SSL connection to your web server.
|
|
|
|
|
2005-08-08 14:12:30 +00:00
|
|
|
LAM needs to store your LDAP user name + password in the session. The session
|
2003-08-10 09:49:30 +00:00
|
|
|
files are saved in sess/ and are accessible only by the web server. To increase
|
2005-08-10 19:18:35 +00:00
|
|
|
security username and password are encrypted with MCrypt/AES if available.
|
2004-02-25 19:54:03 +00:00
|
|
|
The key and IV are generated at random when you log in. They are stored in two
|
2004-01-10 11:08:10 +00:00
|
|
|
cookies.
|
2003-05-27 16:30:41 +00:00
|
|
|
|
2005-09-13 09:20:34 +00:00
|
|
|
Download:
|
|
|
|
You can get the newest version at http://sourceforge.net/projects/lam/
|
|
|
|
|
2005-08-08 14:12:30 +00:00
|
|
|
License:
|
|
|
|
LAM is published under the GNU General Public License.
|
|
|
|
The comlete list of licenses can be found in the copyright file.
|
|
|
|
|
2003-05-07 22:33:53 +00:00
|
|
|
|
|
|
|
Have fun!
|
|
|
|
The LAM devel team
|