1
Tried to log in to my website this morning and am getting the message
Incorrect Login!
ldap extension not loaded
Seems the other site admin changed one of the settings.
the fix was in a post by Bender (Thanks again m8)
"
You can deactivate ldap authentication like this:
- go into your db
- table: xoops_config (depending on your table prefix of course)
- field: auth_method (number 53 for me)
- set conf_value from ldap to xoops
Done.
"