At the last step of the cartaro installation process, we can enabled the checkbox "Support Geoserver Drupal authentication". I didn't check it initially because I always got the famous 'Geoserver login failed' message:

GeoServer login failed: Could not contact GeoServer. Please check the GeoServer URL and your site maintenance account.

If this checkbox is not active, the installation is successful.

Once logged in as administrator in my local cartaro site, I would like to set this authetication support ¿is that posible? right now.

any help appreciated,

thanks

CommentFileSizeAuthor
#3 geoserver_multi.tar_.gz743 bytesilpise
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

friedjoff’s picture

Category: support » feature

Hi,

right now it isn't possible to change this setting after installation in the Drupal administration interface. We will probably implement this feature later, but in the meantime you can use drush:

drush vset geoserver_workspace_support 1

augustus.kling’s picture

Status: Active » Postponed
ilpise’s picture

Issue summary: View changes
FileSize
743 bytes

I've wrote this simple module to set the

geoserver_workspace_support

variable.
If the variable is set to True then the username for access GeoServer is prefixed with the workspace name.
See line 139 of geoserver.module file

You can set the variable in admin->structure->geoserver once installed the module.

Anonymous’s picture

Status: Postponed » Closed (fixed)