Project:Webserver authentication
Version:master
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (duplicate)

Issue Summary

Two simple changes to work with 5.1:
First a new file named webserver_auth.info

; $Id: $
name = Webserver Authentication
description = Allows Drupal to honor the webserver's authentication.

Second change module_exist to module_exists

23c23
<       if (!module_exists('user')) {
---
>       if (!module_exist('user')) {

Thanks.

AttachmentSize
profile_clash_0.patch247 bytes

Comments

#1

Status:active» reviewed & tested by the community

#2

Is there something else I can do to help get this patch applied? Thanks.

#3

Title:Update for 5.1» profile clash
Status:reviewed & tested by the community» closed (duplicate)

this patch was applied - http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/webserver_a...

nobody click here