LDAPAccountManager/lam/README

82 lines
2.9 KiB
Plaintext
Raw Normal View History

2003-05-07 22:33:53 +00:00
LAM - Readme
============
2005-03-17 18:28:29 +00:00
A set of PHP-scripts to administrate Unix and Samba accounts in an LDAP server.
2003-07-07 09:34:01 +00:00
LAM runs on any webserver with PHP4 support and connects to your LDAP server
unencrypted or via SSL.
The application manages accounts for users, groups and Samba hosts in
multiple organizational units. LAM supports the Samba 2.x schema and the
Samba 3 schema.
2003-05-07 22:33:53 +00:00
http://sourceforge.net/projects/lam/
2004-12-16 19:40:52 +00:00
Copyright (C) 2003 - 2004 Michael Duergner <michael@duergner.com>
Roland Gruber <post@rolandgruber.de>
Tilo Lutz <tilolutz@gmx.de>
2003-05-07 22:33:53 +00:00
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Requirements:
PHP4
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
2003-08-03 20:11:53 +00:00
a LDAP server over a web interface. At the moment it supports:
- displaying the user/group/host/domain entries
2003-07-07 09:34:01 +00:00
- deleting entries
- adding new entries
- editing entries
- filtering and sorting
- account profiles
- access management
- multiple configuration profiles
2003-08-03 20:11:53 +00:00
- OU Editor
2004-12-16 19:40:52 +00:00
- account creation via file upload
2003-08-03 20:11:53 +00:00
- Samba 2 and 3 schema support
2003-05-07 22:33:53 +00:00
2003-05-22 23:16:32 +00:00
Important:
The standard password to edit the configuration options is "lam".
2003-05-07 22:33:53 +00:00
Download:
You can get the newest version at http://sourceforge.net/projects/lam/
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
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.
LAM needs to store your LDAP username + password in the session. The session
files are saved in sess/ and are accessible only by the web server. To increase
2004-01-10 11:08:10 +00:00
security username and password are encrypted with MCrypt/AES or Blowfish.
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
2003-05-07 22:33:53 +00:00
Have fun!
The LAM devel team