Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cc_jjones

    (@cc_jjones)

    I’ve downgraded to 1.0.6, which works as expected.

    The same happens to 1.0.8. Is it normal or is it a bug ???

    Maybe the answer is in the FAQ

    “Does the LDAP plugin supercede the base WP login?
    Yes. Once the plugin is enabled, authentication control is passed on to the LDAP system.”

    Admin login is disabled in 1.0.7. To enable it change the line in ldap_login_password_and_role_manager.php from

    if ( $username.'x' == 'x' <strong>|| </strong>strtolower($username).'x' == 'adminx' ) {

    to

    if ( $username.'x' == 'x' ) {

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Admin Account Not Authenticating’ is closed to new replies.