search for: admin_group

Displaying 2 results from an estimated 2 matches for "admin_group".

2002 Feb 19
1
Samba Access Control
Hi, I've been looking at Samba's access control, and according to the documentation it's provides me with what I want, however, I'm not so sure if this is the case. Take the following scenario: As Administrator I am in the following groups admin_group, user_group1, user_group2 There is an administrator share: --------------8<------------ [Admin] invalid users = @user_group1, @user_group2 valid users = @admin_group path = /export/path/to/admin/share write list = @admin_group writeable = yes --------------<8------------ I want to expla...
2007 Oct 28
2
failing test with nested controller routes
...rface for admin. the specs are the same as generated, so I won''t post the whole thing. I did put the nested routes names on the calls to the name routes: it "should redirect to the new group on successful save" do post_with_successful_save response.should redirect_to(admin_group_url("1")) end the error: 1) ''Admin::GroupsController handling POST /admin/groups should redirect to the new group on successful save'' FAILED expected redirect to "http://test.host/admin/groups/1", got redirect to "http:// test.host/groups/1" ./spec...