Skip to content

Commit

Permalink
Init with upstream 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine committed Feb 16, 2012
0 parents commit 384d380
Show file tree
Hide file tree
Showing 20 changed files with 3,247 additions and 0 deletions.
64 changes: 64 additions & 0 deletions docs/CHANGELOG
@@ -0,0 +1,64 @@
OpenID-LDAP-PHP
***************
An open source PHP-based OpenID IdP package using LDAP as backend.


By Zdravko Stoychev <zdravko (at) 5group (dot) com> aka Dako.
Copyright 1996-2011 by 5Group & Co. http://www.5group.com/
See LICENSE file for more details.

**********
CHANGE LOG
**********

Version 0.8.9
- Maintenance and security update.

Version 0.8.8
- Added Auto-DN Patch by Barry Stewart <bstewart@aptima.com>, Colon
patch by Kozlov Ilya <unicast.ru@gmail.com>, and SREG default server
values (not obtained from AD).


Version 0.8.7
- Fixed Authorization mode failure. Added mandatory SSL connection
requirement. Fixed SSL LDAP server connection on test phase. Added
VeriSign's SeatBelt Firefox plugin support (credits go to Kaspars).

Version 0.8.6
- Added Login form field styling. Added ActiveDirectory connect flag and
CN attribute lookup after search flag. Added some Windows usage notes.
Added favorite icon html head code. Integrated pre-0.9 phpMyID changes.

Version 0.8.5
- Added LDAP protocol setting. Fixed Cancel URL Accept mode with missing
openid.mode param. Fixed invalid trust root dots counter. Updated the
mod_rewrite section in README file. Changed logo.gif image.

Version 0.8.4
- Modified username field on home page usage; javascript was replaced
with post form and new page was added as post target. Added new mode
for confirming SREG transfers.

Version 0.8.3
- Merged with all phpMyID version 0.8 changes. Added SREG to LDAP field
mappings for user's fullname array support (first name + last name).
Updated is the README file.

Version 0.8.2
- Added style.css file. Added username field on home page for faster
and intuitive navigation to user pages. Added two image files. Note
all images and icons were relocated into "images" subfolder, and all
documents were relocated into "docs" one.

Version 0.8.1
- Fixed login page as title should be in a new paragraph. Replaced all
misused "RP" with correct "Server" and "IdP" ones. Various HTML text
templates moved into index.html file.

Version 0.8
- Initial Release, based on phpMyID version 0.7 with some improvements,
fixes and multi-user support with LDAP backend.


EOF
36 changes: 36 additions & 0 deletions docs/FAQ
@@ -0,0 +1,36 @@
OpenID-LDAP-PHP
***************
An open source PHP-based OpenID IdP package using LDAP as backend.


By Zdravko Stoychev <zdravko (at) 5group (dot) com> aka Dako.
Copyright 1996-2011 by 5Group & Co. http://www.5group.com/
See LICENSE file for more details.

**************************
FREQUENTLY ASKED QUESTIONS
**************************

WHY ISN'T THERE A WEB BASED CONFIG GUI?

OpenID-LDAP-PHP is, more or less, "security" software. That being the case, I
find it essential that I do my best to ensure my users employ good security
practices, and the bottom line is that web based config tools are not secure
enough. You have to allow your web server write access to a config file, and
you have to send your credentials "over the wire" in a non-secure way to
perform the setup at all.


WHY IS GMP NOT ON BY (OR EVEN USED BY) DEFAULT?

From the GMP home page (gmplib.org):

GMP is very often miscompiled! We are seeing ever increasing
problems with miscompilations of the GMP code. It has now come
to the point where a compiler should be assumed to miscompile GMP.

That about says it all as far as I'm concerned. If you know you have a good GMP
library, you can switch it on.


EOF
1 change: 1 addition & 0 deletions docs/INSTALL
@@ -0,0 +1 @@
Please read the README file.
341 changes: 341 additions & 0 deletions docs/LICENSE

Large diffs are not rendered by default.

0 comments on commit 384d380

Please sign in to comment.