Re: [Geoserver-users] Geofence interaction with geoserver REST API

2015-01-22 Thread Landry Breuil
On 01/20/15 11:47, Landry Breuil wrote: > On 01/20/15 10:03, Landry Breuil wrote: >> Hi, >> >> currently using gs 2.3.2 with catalog in CHALLENGE mode, i can list the >> workspaces via the geoserver REST API and all are shown. My goal is to >> allow non-privile

Re: [Geoserver-users] Geofence interaction with geoserver REST API

2015-01-20 Thread Landry Breuil
On 01/20/15 10:03, Landry Breuil wrote: > Hi, > > currently using gs 2.3.2 with catalog in CHALLENGE mode, i can list the > workspaces via the geoserver REST API and all are shown. My goal is to > allow non-privileged users to POST layers & styles into a workspace on >

[Geoserver-users] Geofence interaction with geoserver REST API

2015-01-20 Thread Landry Breuil
Hi, currently using gs 2.3.2 with catalog in CHALLENGE mode, i can list the workspaces via the geoserver REST API and all are shown. My goal is to allow non-privileged users to POST layers & styles into a workspace on which they have write access, which works fine in the setup i have now, with *.*

Re: [Geoserver-users] No roles with ROLE_ADMINISTRATOR can't create any either

2013-08-07 Thread Landry Breuil
ognized as administrators, no admin menus). Users are correctly authenticated though. -- Landry Breuil Mouton a 5 pattes du CRAIG -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshoo

Re: [Geoserver-users] Enabling only WMS on selected layers

2013-03-12 Thread Landry Breuil
nt fully published, and one 'restricted' for the layers you want to restrict, then disable the WFS for the latter. Use the specific endpoints to access wfs (ie http://fqdn/geoserver/public/wfs). At least that's what i gathered from tinkering with the security subsystem. Not 100% sure,

[Geoserver-users] PUT'ing styles or listing layers via REST as regular non-administrator role via http header filter

2012-12-07 Thread Landry Breuil
BUT if i set the ACL to topp.*.r=ROLE_AUTHENTICATED the same request still shows no layers. Is it an expected behaviour ? is ROLE_AUTHENTICATED not set by the http header or http auth filter while it should ? -- Landry Breuil

Re: [Geoserver-users] anonymous user granted access to authenticated-only layers when using http headers auth filter

2012-11-07 Thread Landry Breuil
mousUser")) {return null;} return request.getHeader(getPrincipalHeaderAttribute()); } } With that, i correctly get 401 codes when unauthenticated and trying to access a protected layer behind my proxy. Landry > Zitat von Landry Breuil : > >> Hi, >> >> still

[Geoserver-users] anonymous user granted access to authenticated-only layers when using http headers auth filter

2012-11-07 Thread Landry Breuil
o account, and is upgraded to ROLE_AUTHENTICATED since the http header filter finds the header it looks for ? So, on which side is the problem ? GeoServer or the proxy ? -- Landry Breuil Mouton a 5 pattes du CRAIG -- L

[Geoserver-users] Verbose logging of authentication filters ?

2012-10-31 Thread Landry Breuil
de in src/main/src/main/java/org/geoserver/security/auth, there are almost no calls to LOGGER, so i suppose that nothing is logged in this area ? Do i need to wrap my head around the code and add debug statements myself ? -- Landry B

Re: [Geoserver-users] [gs 2.2.1] Failure to change authentication filters

2012-10-30 Thread Landry Breuil
only an authentication filter page issue. See http://pastebin.mozilla.org/1891309 for the full backtraces of both exceptions. Landry > Zitat von Landry Breuil : > >> Hi, >> >> testing geoserver 2.2.1 here, i'm trying to change the authentication >> filters (i

[Geoserver-users] [gs 2.2.1] Failure to change authentication filters

2012-10-30 Thread Landry Breuil
thenticate(GeoServerAuthenticationProvider.java:57) at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:156) Could it be a local issue or a real bug ? This is gs 2.2.1 war, with the default provided datadir. -- Lan

Re: [Geoserver-users] CAS authentication for early adopters

2012-09-24 Thread Landry Breuil
e definitely interested in testing such a setup. We're using georchestra which provides a CAS authentification server, and i'd like to test geoserver 2.2 with it. We're not going in production before 2.2.1 anyway, but

[Geoserver-users] Uploading a zip containing an ecw file with .eww/.prj doesnt find the projection

2012-09-11 Thread Landry Breuil
c/main/java/org/geotools/coverageio/gdal/) ? Using strace, i've seen geoserver looking for .eww, .hdr, .prj and .aux. It's not really obvious how should i proceed to make geotools more verbose inside geoserver.. - what additional inf