GeoServer doesn't affect Postgres permissions; all database access to a
particular store in GeoServer is made using the same connection parameters
(and therefore the same Postres user).  The permissions in GeoServer only
influence what GeoServer itself will allow (through WFS transactions for
example).

If you want to have different levels of access to Postgres you will need to
use Postgres's security tools:
http://www.postgresql.org/docs/8.4/interactive/sql-createuser.html

It is possible to create multiple 'stores' in GeoServer connecting to the
same database with different user credentials, but I am not sure if this
will actually help you accomplish what you're trying to do.

Hope this helps.

--
David Winslow
OpenGeo - http://opengeo.org/

On Sat, Nov 27, 2010 at 2:58 PM, Robert Buckley <[email protected]>wrote:

> Hi,
>
> I was wondering what the relationship is between geoserver security and
> postgis permission.
> If I set "read" permissions for " * " and as rule one, and set "write"
> permissions for "user 1" as the second rule for the given layer, this means
> that "*"  (ie everyone else) has only read permissions, and only "user 1"
> has "write" permissions for the given layer, or am I wrong?
>
> ...but what has geoserver to do with digitizing with Udig for example? How
> does geoserver control read/write permissions in postgis?
>
> Am I not understanding something?
>
>
> yours,
>
> Robert Buckley
>
>
>
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> Geoserver-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to