I first posted over two months ago about the fact that I’d been digging around in Rails forum software and discovered that beast.caboo.se was loaded with spam. I notified both of them via email, while I recieved a reply from Josh, over 2 months later and still nothing has been done about the spam. Beast has now been replaced by ’Altered Beast’ as the forum to use (since Beast is pre rails 2.0). Never the less the official beast forum still shows up high in the search rankings on google.
Whatever respect I had for Josh Grobel and Rick Olsen aka Technoweenie is now gone. Josh argued that the forum isn’t used anymore. My response to that would be to delete the spam and lock the forums so you don’t have to deal with it anymore. I know everyone is on limited time, but it clearly reflects badly on them when sex sites are advertised on their forums and yet they do nothing about it.
Why don’t they care? 15 minutes of one of their time and the problem would be gone.
Prasad on his blog (you can find the link on the right), has a really really useful collection of dql that can be used for various admin tasks. I’m going to slowly build up my own list of DQL for much the same purposes. A note on convention: This is standard convention but as a refresher (or for those not aware of that convention) anything within < > is to be filled in at runtime. Remove the < > brackets and replace with appropriate value.
update dm_sysobject object set acl_name = ‘<acl_name>’, set acl_domain = ‘<acl_owner>’ where folder (‘/<folder>’, DESCEND) and r_lock_owner = ”
update dm_sysobject object set acl_name = ‘<new_acl_name>’, set acl_domain = ‘<acl_owner>’ where folder (‘/<folder>’, DESCEND) and r_lock_owner = ” and acl_name = ‘<old_acl_name>’
The following comes in very hand when you’re trying to troubleshoot authentication problems. Go into DA and find the Administrative Methods; there should be one called ‘SET_OPTIONS’ which allows you to put in trace_authentication and set it to true. All authentication attempts will then be logged to the docbase log.
A few notes: