1
Here's something that I haven't seen mentioned yet...
I have a server with XOOPS at 2.0.13.2. It uses the "Authentication Hack" to authenticate via the LDAP server.
I want to upgrade to 2.0.16. This now has authentication built in (yeah!). So I did a fresh install of 2.0.16 on my local computer just to be sure that I could configure the built-in authentication stuff correctly and see how it works. And, of course, it seems to be better than the hack ever was (more options, etc.). So far so good...
So I download 2.0.16 to the server and following the instructions to the letter. The only difference I made was to comment out the line in mainfile.php that was dedicated to loading in the old "Authentication Hack". As you can probably guess, however, I wasn't able to connect to the ldap server and authenticate on my server (upgraded Xoops) like I can on my local machine (fresh install).
Why not? Well, interestingly enough, the Admin/Preferences/Authentication screen on the server doesn't have all the parameters that the same screen does on the client! Check out these screen shots:
Local Version (fresh install):Server Version (upgrade install):As you can see, there is an extra parameter in the fresh install that didn't come over via the upgrade process. Does anyone have any ideas on how to fix this?
Thanks in advance for your help!