Is it possible to make the actual login block optional? Just have it trigger PubCookie without "login" action?

Comments

geste’s picture

Title: Make login block optional? » Have Pubcookie handle AppID from Apache virtual host directive (not .htaccess)?
Component: User interface » Miscellaneous

Not sure this is a feature request or request for information......

All of our intranet Pubcookie settings are set in several Apache virtual hosts in a number of /etc/httpd/conf.d/*.conf files. As such, there isn't a login directory with .htaccess. As it stands now, will the Pubcookie module work with this type of config? I tried leaving that setting blank, but did not seem to work.

Thanks!

Jim.

jvandyk’s picture

Status: Active » Closed (works as designed)

I think you would have to assign the Apache pubcookie settings to a subdirectory of your Drupal site using the Directory directive in httpd.conf. Pubcookie triggers because the client lands at the path defined in the menu hook. See the "Why It Works" section of the README file.