I have a need to, for a short time, restrict the usernames which can successfully authenticate using webserver_auth. This patch allows my custom module to do that simply by implementing the alter hook.

I also have a need to make usernames lowercase because the backend (MS AD) is case-insensitive. This alter hook also makes this possible.

Also makes it possible to implement this feature request in another module: https://drupal.org/node/444024

CommentFileSizeAuthor
webserver_auth.alter_.patch1.24 KBezheidtmann
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

specky_rum’s picture

Thanks for the patch and apologies for the delay. I will check this out in the coming days.

specky_rum’s picture

Issue summary: View changes

Apologies again for the delay. This is now committed and in the latest dev release.

specky_rum’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.