Bug 191 - Cluster test assumes replication runs as superuser
Summary: Cluster test assumes replication runs as superuser
Status: NEW
Alias: None
Product: Slony-I
Classification: Unclassified
Component: other scripts (show other bugs)
Version: devel
Hardware: All All
: low normal
Assignee: Slony Bugs List
URL:
Depends on: 190
Blocks:
  Show dependency tree
 
Reported: 2011-01-18 09:09 UTC by Christopher Browne
Modified: 2011-01-18 09:09 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Browne 2011-01-18 09:09:09 UTC
Documentation on clustertest configuration (https://github.com/ssinger/slony1-engine/blob/clustertest/clustertest/conf/databases.properties) indicates:

##
# Users with superuser rights that slony will work with
##

This contradicts Slony documentation:

http://slony.info/documentation/2.0/security.html

It is reasonable for some tests to have the replication user given superuser capabilities, but we should have at least one (possibly most!) tests that validate that replication works fine when the replication user is only given weak capabilities.