Displaying 20 results from an estimated 900 matches similar to: "RBAC?"
2005 Apr 16
0
RBAC on Rails?
yo,
has anyone done a good RBAC implementation for rails?
I see lotsa mini-tutorial-suggestions, but not... ActionRBAC! :)
any pointers helpful - if nothing exists I think I''ll duplicate the
RBAC implementation we did for binarycloud (binarycloud.com) and give
it to the community.
thanks for any help,
_alex
--
alex black, founder
the turing studio, inc.
510.666.0074
2005 May 13
45
Why Wouldn't I Use Rails
I am starting a large project and still selecting what
framework to use.
Rather than ask brand x what is wrong with brand y, I am
more interested in self confession.
Why would I *not* want to use Rails (compared to Iowa and Nitro).
I posted a synopsis of the project to ruby-talk but will repost
it here if anyone wants it.
xev
2006 Feb 23
20
ActiveRbac 0.3 release - We''re now on Engines
Hi
I have just released the 0.3 revision of ActiveRecord - make sure to
get the fresh, hot packages from
https://activerbac.turingstudio.com/releases
What is ActiveRBAC?
-------------------
ActiveRBAC is a Ruby on Rails library that provides a full stack RBAC
(Role Based Authorization) system with user, group, role and
permission management. It provides models and controllers to edit
2005 Nov 18
3
[OT][Practices] The Case for RBAC/MAC
1: e-mail is a people skill, you affect people with it. The value
of your presentation rises or falls with your skill at presentation.
2: My embedded headless linux targets live in isolated
networks, even relative to other computer or
network equipment at the target site. At times, the nearest
land is 2 miles straight down (ocean floor).
3: These targets are also without
2006 Apr 22
5
ActiveRBAC 0.3.1 Released
Hi
I am happy to announce the 0.3.1 release of ActiveRBAC Engine. The
biggest improvement on the 0.3 release is that it runs with Rails 1.1
now.
Get your personal copy now from
https://activerbac.turingstudio.com/releases :)
There is a manual PDF with a tutorial available at
https://activerbac.turingstudio.com/releases/ActiveRbacManual.pdf
which is also included in the full
2005 Sep 25
12
Browsercam.com Annual Membership
I have been using browsercam.com for CSS testing, but it is rather
expensive. Recently, I discovered others using funadable.org to
purchase a yearly membership as a group.
A year long membership at browsercam.com costs $480.00. This gives us
25 user accounts. I am proposing that 25 people throw in $19.20 for
their 1/25th share of the membership cost. Once I have raised $479.40
I will
2006 Apr 24
5
New RBAC Plug-In for Rails
Hi,
I just finished writing this plug-in. I''ve been using rails for awhile
but this is my first time extracting some code and writing it as a
plug-in and I''d love to hear to some feedback. Thanks.
http://mitchellhashimoto.com/rails/role-based-access-control-plug-in-for-rails/
-Mitchell
--
Posted via http://www.ruby-forum.com/.
2006 Mar 23
3
User/group/role model question
Hi.
I have an app where "users" can belong in "groups" with certain "roles"
(eg. a user can own a group).
Normally I''d make users has_and_belongs_to_many groups and put a role_id
on the join table. But - a role is really a first class citizen also, so
a model is in order.
The problem with making a "role" model which has_many "users"
2006 Feb 14
4
Fine grained access control
Hi,
I''m building an application which is going to require quite fine grained
access control. Deciding if a user is allowed to access an action will
probably require checking quite number of different rules, so a simple
role-based system won''t be flexible enough.
The approach I think I will try first is, if it''s possible, to ignore
permission issues inside the
2006 Feb 27
2
Publishing a Plugin via ./script/plugin
Hi
How do I publish a plugin so I can download it via ./script/plugin.
I''ve put my plugin (ActiveRBAC) on http://wiki.rubyonrails.com/rails/
pages/Plugins but seemingly ./script/plugin discover does not find it :/
Even if I do
./script/plugin source \
https://activerbac.turingstudio.com/source/active_rbac/trunk/
active_rbac
it does not appear on ./script/plugin list.
2006 Mar 13
2
Engines with InstantRails
I''ve recently started playing with InstantRails 1.0 and am now wanting
to experiment with the Login and active RBAC engines but having trouble
getting them to install.
I''ve checked the following but can''t find any info on how to get it to
work.
http://rails-engines.org/wiki/pages/Engines+plugin
I''ve also tried the following:
2005 Dec 06
0
SwitchTower with spinner/spawner/reaper = teh suxx0r
hey all,
So, we''ve been trying to get a nice stable config running for
deployment with SwitchTower, spinner spawner and reaper, and I have
to say, they are, as it says in the title, teh suxx0r.
<warning>I''m annoyed, and wrote this while annoyed</warning> ;)
The problems are rife:
1. Because lighttpd has no control over the fcgis, the restart
process is
2006 Nov 04
0
Homebrew RBAC
I''m trying to design an RBAC solution for my project. I don''t want to use
plugins or engines as I''d like to know how it works. My problem is as
follows.
I have 4 user types: caller, client, rep, admin. Each have their own model
because they would require different registration information. For instance
rep requires tax id # whereas caller requires social security
2006 Oct 31
0
6249706 rbac utilities have unused variables
Author: bubbva
Repository: /hg/zfs-crypto/gate
Revision: d8b153eb88fe5e992d16ca0931315fb4ffc14e2b
Log message:
6249706 rbac utilities have unused variables
Contributed by Stephen Potter <spp at unixsa.net>.
Files:
update: usr/src/cmd/auths/auths.c
update: usr/src/cmd/profiles/profiles.c
update: usr/src/cmd/roles/roles.c
2006 Oct 31
0
6343625 ZFS RBAC integration is incomplete
Author: eschrock
Repository: /hg/zfs-crypto/gate
Revision: 772877c84f6d282397b70b9c1aa8fe3107aa21ca
Log message:
6343625 ZFS RBAC integration is incomplete
Files:
update: usr/src/lib/libsecdb/exec_attr.txt
2006 Jun 09
5
ActiveRBAC?
How''s the experience with using ActiveRBAC? For my "next 4 days with
rails" :P I''d like to consider adding Role-based access to the To-Do
List application in the original "four days w/ rails" tutorial.
Just wondering if ActiveRBAC would be a good place to start? Thanks!
For those who are wondering: https://activerbac.turingstudio.com/trac
Cheers
Mohit.
2006 Jun 07
0
Adding ''author'' functionality to UserEngine / RBAC roles
I''m trying to add / extend the default UserEngine schema
(Guest/User/Admin) to support author only Update/Delete functions. At
the moment, I allow ''Guest'' to read/view all records, and User
additionaly has access to create/edit/destroy, however this means that
any registered user is able to modify any record.
My first thought was to add another filter in the chain
2011 Aug 26
1
RBAC and zfs
i would like to create a role which can take snapshots, run zfs send and zfs
receive. the user switches to that role and has permissions to run those
commands on a pool
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20110826/6f7177db/attachment.html>
2005 May 18
10
Salted Login Generator issues
Hello all,
I''ve just installed and begun to integrate the salted login generator.
So far I''m very impressed, though I''ve hit a few snags along the way.
Unfortunately, I''ve met the first one that I haven''t been able to
resolve on my own.
When I hit the login action, I get errors in my log files. The specific
error with trace is included below.
2005 Apr 27
1
soap service?
hey all,
anyone running a xapian engine behind a soap gateway?
will omega do this?
thanks,
_alex
--
alex black, founder
the turing studio, inc.
510.666.0074
root at turingstudio.com
http://www.turingstudio.com
2600 10th street, suite 635
berkeley, ca 94710