parent
4adbcf1b63
commit
addb3fe058
|
@ -1,3 +1,9 @@
|
||||||
|
??? 0.4.2
|
||||||
|
- added config wizard
|
||||||
|
- MHash is only needed for PHP < 4.3
|
||||||
|
- use Blowfish for encryption instead of MCrypt
|
||||||
|
|
||||||
|
|
||||||
29.12.2003 0.4.1
|
29.12.2003 0.4.1
|
||||||
|
|
||||||
- better error handling at login
|
- better error handling at login
|
||||||
|
|
|
@ -6,7 +6,7 @@ Installation Instructions for LAM
|
||||||
1. Requirements
|
1. Requirements
|
||||||
|
|
||||||
- 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, mhash)
|
ldap, gettext, mcrypt+mhash optional)
|
||||||
- Perl
|
- Perl
|
||||||
- Openldap (>2.0)
|
- Openldap (>2.0)
|
||||||
- A web browser :-)
|
- A web browser :-)
|
||||||
|
|
|
@ -80,8 +80,9 @@ LAM - Readme
|
||||||
|
|
||||||
LAM needs to store your LDAP username + password in the session. The session
|
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
|
files are saved in sess/ and are accessible only by the web server. To increase
|
||||||
security username and password are encrypted with AES (256 bit). The key and iv
|
security username and password are encrypted with MCrypt/AES or Blowfish.
|
||||||
are generated at random when you log in. They are stored in two cookies.
|
The key and iv are generated at random when you log in. They are stored in two
|
||||||
|
cookies.
|
||||||
|
|
||||||
|
|
||||||
Have fun!
|
Have fun!
|
||||||
|
|
|
@ -9,5 +9,3 @@ stable
|
||||||
|
|
||||||
0.4.2
|
0.4.2
|
||||||
|
|
||||||
- add install wizard
|
|
||||||
- remove MCrypt functions (use Blowfish)
|
|
||||||
|
|
Loading…
Reference in New Issue