Posted by zibas on April 24, 2007 at 3:17pm
Jump to:
| 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.
| Attachment | Size |
|---|---|
| profile_clash_0.patch | 247 bytes |
Comments
#1
#2
Is there something else I can do to help get this patch applied? Thanks.
#3
this patch was applied - http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/webserver_a...