From 427dc6561852102f494c6533d3f3552c1eb28799 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 3 Aug 2003 20:11:53 +0000 Subject: [PATCH] added host problem, fixed typos --- lam/INSTALL | 4 ++-- lam/README | 22 ++++++++++++++++------ 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/lam/INSTALL b/lam/INSTALL index 3ebc7910..4fa6e25a 100644 --- a/lam/INSTALL +++ b/lam/INSTALL @@ -8,8 +8,8 @@ Installation Instructions for LAM - Apache webserver (SSL optional) with installed PHP-Module (PHP-Module with ldap, gettext, mcrypt, openldap) - Perl - - openldap (>2.0) - - a web browser :-) + - Openldap (>2.0) + - A web browser :-) 2. Installation diff --git a/lam/README b/lam/README index f00ba2e7..924ad9e0 100644 --- a/lam/README +++ b/lam/README @@ -9,7 +9,7 @@ LAM - Readme multiple organizational units. LAM supports the Samba 2.x schema and the Samba 3 schema. - alpha Release 0.2 - July 2003 + alpha Release 0.3 - August 2003 ------------------------------ http://sourceforge.net/projects/lam/ @@ -34,13 +34,14 @@ LAM - Readme Requirements: PHP4 - openldap (2.0 or greater) - a web-browser that supports CSS (Netscape 4.x is not recommended) + Openldap (2.0 or greater) + A web-browser that supports CSS (Netscape 4.x is not recommended) Summary: With LAM you can easily manage user, group and machine accounts stored in - a LDAP server over a web interface. At the moment it supports - - displaying the user/group/host entries + a LDAP server over a web interface. At the moment it supports: + + - displaying the user/group/host/domain entries - deleting entries - adding new entries - editing entries @@ -48,17 +49,26 @@ LAM - Readme - account profiles - access management - multiple configuration profiles + - OU Editor + - User creation via file upload + - Samba 2 and 3 schema support Important: The standard password to edit the configuration options is "lam". - Download: You can get the newest version at http://sourceforge.net/projects/lam/ Installation: Please see the INSTALL file. + Known Bugs: + - If you fill in the Unix workstations field the LDAP add/modify operation + may fail. This is because the host attribute is provided only by + objectClass account which conflicts with inetOrgPerson. + If you want to use host restrictions, add the host attribute to + inetOrgPerson in your schema file. + Documentation: Basic documentation available in /docs