LDAPAccountManager/lam/README

70 lines
2.4 KiB
Plaintext
Raw Normal View History

2003-05-07 22:33:53 +00:00
LAM - Readme
============
2003-05-22 23:16:32 +00:00
A set of PHP-scripts to administrate entries of a LDAP server. User, group and
samba accounts can be displayed, searched, filtered, added, removed and edited
over an easy to use web interface. Even the configuration options are
embedded in the interface. Access to the interface is routed through the LDAP
server.
2003-05-07 22:33:53 +00:00
2003-05-23 17:50:20 +00:00
alpha Release 0.1 - May 2003
2003-05-07 22:33:53 +00:00
------------------------------
http://sourceforge.net/projects/lam/
Copyright (C) 2003 Michael Duergner <michael@duergner.com>
Roland Gruber <mail@rolandgruber.de>
Tilo Lutz <tilolutz@gmx.de>
Leonhard Walchsh<73>usl <dechutes@gmx.net>
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-05-22 23:16:32 +00:00
openldap (2.0 or greater)
2003-05-27 16:30:41 +00:00
a web-browser that supports CSS (Netscape 4.x is not recommended)
2003-05-07 22:33:53 +00:00
Summary:
with LAM you can easily manage user, group and machine accounts stored in
2003-05-23 17:50:20 +00:00
a LDAP server over a web interface. At the moment it supports
2003-05-07 22:33:53 +00:00
-displaying the user/group/host entries
-deleting entries
-adding new entries
-editing entries
-filtering and sorting
-access management
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:
2003-05-27 16:30:41 +00:00
Basic documentation available in /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
needed locales. See locale/ for a list of supported locales.
Debian users can add locales with "dpkg-reconfigure locales".
2003-05-07 22:33:53 +00:00
Have fun!
The LAM devel team