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.
|
2006-02-21 19:04:24 +00:00
|
|
|
LAM is translated to Catalan, Chinese (Traditional), Dutch, English, French,
|
2006-07-30 09:40:40 +00:00
|
|
|
German, Hungarian, Italian, Japanese, Russian and Spanish.
|
2003-07-07 09:34:01 +00:00
|
|
|
|
2003-05-07 22:33:53 +00:00
|
|
|
http://sourceforge.net/projects/lam/
|
|
|
|
|
2007-01-14 18:29:06 +00:00
|
|
|
Copyright (C) 2003 - 2007 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)
|
2006-01-14 10:10:15 +00:00
|
|
|
A web-browser that supports CSS
|
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.
|
|
|
|
|
2005-12-03 15:02:44 +00:00
|
|
|
Internationalisation:
|
2003-05-27 16:30:41 +00:00
|
|
|
If you want to use a translated version of LAM be sure to install the
|
2006-09-03 13:06:12 +00:00
|
|
|
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
|
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:
|
2005-12-05 19:09:04 +00:00
|
|
|
You can get the newest version at http://lam.sourceforge.net/.
|
2005-09-13 09:20:34 +00:00
|
|
|
|
2005-08-08 14:12:30 +00:00
|
|
|
License:
|
|
|
|
LAM is published under the GNU General Public License.
|
2005-12-03 15:02:44 +00:00
|
|
|
The complete list of licenses can be found in the copyright file.
|
2005-08-08 14:12:30 +00:00
|
|
|
|
2003-05-07 22:33:53 +00:00
|
|
|
|
|
|
|
Have fun!
|
|
|
|
The LAM devel team
|