19 Jun 2011 00:49
Re: Problems with adduser
Markus Hoenicka <markus.hoenicka <at> mhoenicka.de>
2011-06-18 22:49:12 GMT
2011-06-18 22:49:12 GMT
Quoting Torsten Bronger <bronger <at> physik.rwth-aachen.de>: > Hallöchen! > > I use RefDB SVN-747 with PostgreSQL. With refdba, I experience the > following: > Hi, which PosgreSQL server version do you use? I did not have time to catch up with the latest PostgreSQL releases. My first guess is that there are some subtle changes in the database engine's access control which RefDB does not handle gracefully. The 238 status message in this context simply confirms that the ALTER GROUP ADD USER SQL query ran successfully. Right after adding a user, it does not show up in the listuser output because of the way RefDB checks for the presence of a user. It does not query the database engine's access control because some engines do not have such a thing. Instead, RefDB checks whether or not the requested user has entries in the reference database. So you should think of the listuser output as "users that have entries" rather than as "users that have access". regards, Markus -- -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev
RSS Feed