Disabled directory listing – Now no domain users can login.
-
We use your dir auth plugin for our internal blog for authentication. Earlier today I made a required change to disable directory listing for our multi-site blog instance by editing the .htaccess file in ./data/wordpress. Since then domain users are unable to login to WordPress using domain credentials. We are seeing the following error –
wpDirAuth Directory Authentication Error: Could not authenticate user. Please check your credentials. [dzarelli]
I am still able to login using my local admin account.
To disable directory access I added the following line to the .htaccess file at the bottom:
Options -IndexesThen I restarted HTTPD and since that time I was unable to login using domain credentials. I did go ahead and edit the .htaccess file again and removed the line I had added previously, and restarted httpd, but the issue still persists. Full disclosure, I also updated a couple plugins earlier in the day but that seemed to be fine when I tested afterwards.
I cannot seem to locate a log file for wpdirauth, and I’m not sure what log file to look at to find related errors. Any help you you provide would be greatly appreciated. Thank you!
The page I need help with: [log in to see the link]
- The topic ‘Disabled directory listing – Now no domain users can login.’ is closed to new replies.