File Release Notes and Changelog
Release Name: 1.1.8
Notes:
Changes:
## 2004/06/21 - 1.1.8
## - fix: Bug in NTLMcheck.php's logic (thanks to owalter for this fix)
## - fix: If you don't select one of field for the users profile, it will no longer be zeroed out when they logon
## - Add: change what fields are shown on the profile page depending on the boards mode and on the users auth type
##
## 2004/06/09 - 1.1.7 - beta (don't install in productions with out fully testing)
## - Add: You can now use both phbBB's User Database and your LDAP DB at the same time (If a user is in both DBs, LDAP will be used)
## +--------------------------------------------------------------+
## | | Board Authentication Mode |
## | | LDAP | phpBB |
## | +---------------+-----------------------------+
## | User | LDAP or phpBB | LDAP | phpBB |
## | Authentication | LDAP | LDAP | can't login |
## | Type | phpBB | phpBB | phpBB |
## +----------------+---------------+------------+----------------+
## - Add: You can now enable and disable the group sync function, as well as select the membership field to use.
## - Add: You can now set the LDAP peoperties used to populate the users information.
## - fix: the terms used in LDAPcheck.php are now the same as used in the board config.
##
## 2004/05/11 - 1.1.6
## - fix: Changed some SQL syntax that some implementations of MySQL didn't like in functions_ldap_groups.php
## - fix: Didn't follow case in LDAPcheck.php Action command witch caused errors on case sensitive systems.
##
## 2004/04/30 - 1.1.5 (CRITICAL UPDATE)
## - fix: Bad function call in NTLM authentication enabled systems that where not using NTLM to authenticate incorrectly
##
## 2004/04/27 - 1.1.4
## - Add: LDAPCheck.php has been updated to help you figure out what settings you need to set to what. It's no longer just a troubleshooting tool
## - fix: The group function was not adding users the Groups in phpBB unless the groups was a member of another group
## - fix: Reported an error getting the primary Group ID if you aren't using Active Directory (what? you mean MS's way is not the only way? Oh! lol)
## - fix: There was a problem looking up users from the admin page if the Guest Account was disabled
## - BUG: If you’re trying to sync your group with LDAP and the group is set as the users "Primary Group" it's not going to work.
##
## 2004/04/05 - 1.1.3
## - Add: Clarified the settings in the Admin Panel
## - Add: Basic auth is now an expectable NTLM mode (this can be turned off via a define flag in functions_ldap.php)
## - Add: You can now disable anonymous access to your forum, as a board config option.
## - Add: If you are authenticated via NTLM and you click logout, you are no longer automatically logged back in.
## - fix: The board now checks that the user logged onto the forum and your NTLM user is the same, if not, you’re logged out
##
## 2004/04/02 - 1.1.2
## - fix: Updated how I found the NTLM user so it works with only one \, but still works if your system sends you two \'s
##
## 2004/04/02 - 1.1.1
## - fix: Had an incorrect function call in ntlm_get_user()
## - fix: You don't need to have a Domain anymore
## - Add: NTLMcheck.php, a Tool to check your NTLM auth settings if you’re having problems.
##
## 2004/03/22 - 1.1.0
## - Add: Proxy DN function (Agdros)
## - Add: tls (Agdros)
## - Add: LDAP group sync
## - Add: NTLM Authentication
## - Add: 2nd LDAP server
##