LDAPAccountManager/lam/README

79 lines
2.8 KiB
Plaintext
Raw Normal View History

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
2007-08-07 17:47:47 +00:00
directory. LAM runs on any webserver with PHP5 support and connects to your
2005-08-08 14:12:30 +00:00
LDAP server unencrypted or via SSL/TLS.
2009-10-11 12:03:39 +00:00
Currently LAM supports these account types: Samba 3, Unix, Kolab 2,
2005-08-08 14:12:30 +00:00
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.
2007-07-22 13:21:06 +00:00
LAM is translated to Catalan, Chinese (Traditional + Simplified), Czech,
2008-04-16 16:49:07 +00:00
Dutch, English, French, German, Hungarian, Italian, Japanese, Polish,
Portuguese, Russian and Spanish.
2003-07-07 09:34:01 +00:00
2009-10-25 18:02:49 +00:00
http://www.ldap-account-manager.org/
2003-05-07 22:33:53 +00:00
2009-01-31 10:10:13 +00:00
Copyright (C) 2003 - 2009 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:
2007-10-04 17:49:59 +00:00
PHP5 (>= 5.1)
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
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:
2009-08-10 16:13:27 +00:00
You can get the newest version at http://www.ldap-account-manager.org/.
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