added host problem, fixed typos
This commit is contained in:
parent
7a37639134
commit
427dc65618
|
@ -8,8 +8,8 @@ Installation Instructions for LAM
|
||||||
- Apache webserver (SSL optional) with installed PHP-Module (PHP-Module with
|
- Apache webserver (SSL optional) with installed PHP-Module (PHP-Module with
|
||||||
ldap, gettext, mcrypt, openldap)
|
ldap, gettext, mcrypt, openldap)
|
||||||
- Perl
|
- Perl
|
||||||
- openldap (>2.0)
|
- Openldap (>2.0)
|
||||||
- a web browser :-)
|
- A web browser :-)
|
||||||
|
|
||||||
|
|
||||||
2. Installation
|
2. Installation
|
||||||
|
|
22
lam/README
22
lam/README
|
@ -9,7 +9,7 @@ LAM - Readme
|
||||||
multiple organizational units. LAM supports the Samba 2.x schema and the
|
multiple organizational units. LAM supports the Samba 2.x schema and the
|
||||||
Samba 3 schema.
|
Samba 3 schema.
|
||||||
|
|
||||||
alpha Release 0.2 - July 2003
|
alpha Release 0.3 - August 2003
|
||||||
------------------------------
|
------------------------------
|
||||||
http://sourceforge.net/projects/lam/
|
http://sourceforge.net/projects/lam/
|
||||||
|
|
||||||
|
@ -34,13 +34,14 @@ LAM - Readme
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
PHP4
|
PHP4
|
||||||
openldap (2.0 or greater)
|
Openldap (2.0 or greater)
|
||||||
a web-browser that supports CSS (Netscape 4.x is not recommended)
|
A web-browser that supports CSS (Netscape 4.x is not recommended)
|
||||||
|
|
||||||
Summary:
|
Summary:
|
||||||
With LAM you can easily manage user, group and machine accounts stored in
|
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
|
a LDAP server over a web interface. At the moment it supports:
|
||||||
- displaying the user/group/host entries
|
|
||||||
|
- displaying the user/group/host/domain entries
|
||||||
- deleting entries
|
- deleting entries
|
||||||
- adding new entries
|
- adding new entries
|
||||||
- editing entries
|
- editing entries
|
||||||
|
@ -48,17 +49,26 @@ LAM - Readme
|
||||||
- account profiles
|
- account profiles
|
||||||
- access management
|
- access management
|
||||||
- multiple configuration profiles
|
- multiple configuration profiles
|
||||||
|
- OU Editor
|
||||||
|
- User creation via file upload
|
||||||
|
- Samba 2 and 3 schema support
|
||||||
|
|
||||||
Important:
|
Important:
|
||||||
The standard password to edit the configuration options is "lam".
|
The standard password to edit the configuration options is "lam".
|
||||||
|
|
||||||
|
|
||||||
Download:
|
Download:
|
||||||
You can get the newest version at http://sourceforge.net/projects/lam/
|
You can get the newest version at http://sourceforge.net/projects/lam/
|
||||||
|
|
||||||
Installation:
|
Installation:
|
||||||
Please see the INSTALL file.
|
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:
|
Documentation:
|
||||||
Basic documentation available in /docs
|
Basic documentation available in /docs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue