Version 1/9 - Next » - Current version
Bryan Heath, 06/08/2012 03:47 pm


Changelog

2012-07-08 - Version 2.0.0

    Moved adLDAP into its own directory to make it cleaner
    Fixed double utf-8 encoding :/
    Fixed spelling issues
    When trying to authenticate to a domain a issue will stop the rest of the code from running
    Removed the use of sessions since it served no purpose
    Removed extra headers
    If user is not in a valid usergroup then log what groups they are in
    Removed KAYAKO_LDAP_STRIP_EMAIL since there should not be any reason to not strip it
    Minor tweaks to comments
    Readme now just points to Wiki so it can be updated

2012-05-05 - Version 2.0.0 BETA 5

    Added test HTML from - Thanks koltzc
    Added testing information to the bottom of the README
    Runs the adLDAP destruct now
    Fixed XML not being UTF-8
    Fixed XML elements and LDAP attributes to be UTF-8
    Added a bit more logging
    Made sure the log file is made before trying to use it

2011-10-24 - Version 2.0.0 BETA 4

    Added the ability to use multiple domains
    Fixed a minor bug on the destructor of the class
    Took out the username and password logging (just commented out)
    Teaks to comments
    Testing is disabled from the start

2011-10-18 - Version 2.0.0 BETA 3

    Added logging
    Errors are now handled internally

2011-10-14 - Version 2.0.0 BETA 2

    Added optional things to readme
    Add tools
    Changed some comments
    Minor tweaks

2011-10-13 - Version 2.0.0 BETA 1

    adLDAP v4.0.3
    Total rewrite
    Support for user/staff
    Valid XML
    Ability to test
    Improved error checking
    LOTS of commenting