LDAPAccountManager/lam-web/developers/phpdoc/ric_README.html

142 lines
5.2 KiB
HTML
Raw Normal View History

2006-11-15 17:12:15 +00:00
<html>
<head>
<title>README</title>
<link rel="stylesheet" type="text/css" href="media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">default</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
2007-11-04 11:19:11 +00:00
[ <a href="elementindex.html" class="menu">all elements</a> ]
2006-11-15 17:12:15 +00:00
</td>
</tr>
<tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="ric">
<p><a href="ric_INSTALL.html">INSTALL</a></p>
2007-11-04 11:19:11 +00:00
<p><a href="ric_README.html">README</a></p>
2006-11-15 17:12:15 +00:00
</div>
<b>Packages:</b><br />
<a href="li_configuration.html">configuration</a><br />
<a href="li_Help.html">Help</a><br />
<a href="li_LDAP.html">LDAP</a><br />
<a href="li_lib.html">lib</a><br />
<a href="li_lists.html">lists</a><br />
<a href="li_main.html">main</a><br />
<a href="li_modules.html">modules</a><br />
<a href="li_PDF.html">PDF</a><br />
<a href="li_profiles.html">profiles</a><br />
<a href="li_selfService.html">selfService</a><br />
<a href="li_tests.html">tests</a><br />
<a href="li_tools.html">tools</a><br />
<a href="li_types.html">types</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1 align="center">README</h1>
<pre>
LAM - Readme
============
LDAP Account Manager (LAM) manages user, group and host accounts in an LDAP
2007-11-04 11:19:11 +00:00
directory. LAM runs on any webserver with PHP5 support and connects to your
2006-11-15 17:12:15 +00:00
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.
2007-11-04 11:19:11 +00:00
LAM is translated to Catalan, Chinese (Traditional + Simplified), Czech,
Dutch, English, French, German, Hungarian, Italian, Japanese, Portuguese,
Russian and Spanish.
2006-11-15 17:12:15 +00:00
http://sourceforge.net/projects/lam/
2007-11-04 11:19:11 +00:00
Copyright (C) 2003 - 2007 Michael Duergner &lt;michael@duergner.com&gt;
2006-11-15 17:12:15 +00:00
Roland Gruber &lt;post@rolandgruber.de&gt;
Tilo Lutz &lt;tilolutz@gmx.de&gt;
Requirements:
2007-11-04 11:19:11 +00:00
PHP5 (&gt;= 5.1)
2006-11-15 17:12:15 +00:00
Openldap (2.0 or greater)
A web-browser that supports CSS
Summary:
With LAM you can easily manage user, group and machine accounts stored in
an LDAP directory over a web interface. At the moment it supports:
- managing user/group/host/domain entries
- filtering and sorting
- account profiles
- multiple configuration profiles
- tree viwer
- schema browser
- OU Editor
- account creation via file upload
- PDF export for all accounts
- manage user/group Quota and create home directories
Important:
The default password to edit the configuration options is &quot;lam&quot;.
Installation:
Please see the INSTALL file.
Documentation:
Basic documentation is available in the directory &quot;docs&quot;.
Upgrade from older versions:
See docs/README.upgrade.txt for upgrade instructions.
Internationalisation:
If you want to use a translated version of LAM be sure to install the
needed locales. See the LAM &quot;locale&quot; 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
Debian users can add locales with &quot;dpkg-reconfigure locales&quot;.
Security:
It is strongly recommended to use a SSL connection to your web server.
LAM needs to store your LDAP user name + password in the session. The session
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.
The key and IV are generated at random when you log in. They are stored in two
cookies.
Download:
You can get the newest version at http://lam.sourceforge.net/.
License:
LAM is published under the GNU General Public License.
The complete list of licenses can be found in the copyright file.
Have fun!
The LAM devel team
</pre>
<div class="credit">
<hr />
2007-11-04 11:19:11 +00:00
Documentation generated on Sun, 04 Nov 2007 12:10:36 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.0</a>
2006-11-15 17:12:15 +00:00
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html>