The webserver_auth module overwrites the user variable if $user->uid doesn't match what is in the authmap table. This throws off the masquerade module when it tries to set the $user variable to someone with a different uid. (Its module weight is -10, so it always does this before webserver_auth.)
The attached is a small patch to allow masquerade to work alongside webserver_auth. Is there any chance of adding this support to the module?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 783462-masquerade-support-7.x-1.patch | 808 bytes | aron novak |
| drupal-webserver_auth-masquerade.patch | 672 bytes | dm0 |
Comments
Comment #1
aron novakAttempt to support it under D7
Comment #2
aron novak