Displaying 14 results from an estimated 14 matches for "superadmins".
Did you mean:
superadmin
2003 Oct 01
1
Secondary groups
...user home directories that I've shared out via samba
so that my non-linux level 1 guy can restore files using the
drag-n-drop. Problem is, all directories are owned by their respective
user and are set 700. In order for the admin users to access these
directories, I've set admin user=@SuperAdmins for the share in smb.conf.
The problem is, al the admin users have domain users as their primary
group, and superadmins as a secondary. Access to the homes folder fails
for all but user Administrator. If I switch my primary group to
SuperAdmins, I am allowed access. I would rather not run wi...
2011 Jun 30
2
Testing RSpec views: the index action; is my methodology flawed?
This is my organizations_controller_spec.rb:
require ''spec_helper''
describe Superadmin::OrganizationsController do
describe "GET index" do
it "shows a list of all organizations" do
#pending "don''t know why this doesn''t work"
Organization.should_receive(:all)
end
end
end
============
This is my
2010 May 21
0
Authlogic and Single table inheritance
..._path
else
render :action => :new
end
end
def destroy
current_user_session.destroy
flash[:notice] = t(''user_sessions.flash.destroy.notice'')
redirect_to new_admin_session_path
end
end
class Superadmin::SuperadminSessionsController <
ApplicationController
layout ''superadmin''
def new
@user_session = UserSession.new
end
def create
@user_session = UserSession.new(params[:user_session])
if @user_session.save
flash[:notice] = t('&...
2007 Aug 06
2
Proposal: Pure Regex Router
So this has been an idea ever since Rails came out. Why not use a
pure regular expression router in similar fashion to gsub? I imagine
it working something like this:
Merb::Router.prepare do |r|
r.add %r[^/(.*)/(.*)/(\d+)$], :controller => ''\1'', :action =>
''\2'', :id => ''\3''
r.add %r[^/user-(\d+)$], :user_id =>
2004 Mar 15
0
smbd/service.c:set_current_service(56) chdir (/var/ghost) failed
...when it's just assigned at the group level, I am unable to read/write to
the folder. So it appears as though it's not able to do a group lookup to
grant me permissions to the folder.
Here is the folder listing and the logs.
mntdlx74:/var/ghost # ll
total 1
drwxrws--- 4 root US+SG-SuperAdmins 96 Mar 12 12:13 .
drwxr-xr-x 23 root root 584 Mar 12 12:13 ..
drwxrws--- 3 root US+SG-SuperAdmins 48 Mar 15 07:38 ghost
drwxrws--- 3 root US+SG-SuperAdmins 48 Mar 12 12:12 ghost1
[2004/03/15 07:51:49, 1] smbd/service.c:make_connection_snum(705)
usmn...
2006 Jan 03
7
best authorization?
Hello,
I want to allow some users to manage other user accounts, but do not want them to manage the admin account.
I have tried auth_generator, login_engine and user_engine
I am having a hard time gettign this to work.
Looking for advise and help.
Thanks
Frank
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Feb 14
3
domain quota in sql
Hi,
I have a problem with setting up quota usage tracking for domains.
Problem is, that domain quota is always based on only one user in
domain, the last one on whom behalf any operation was performed.
To recreate this situation, one has only to perform:
doveadm quota recalc -u USER
on a user, and the domain quota takes the value of this user quota.
Have anyone a clue what could cause this
2011 Jun 04
2
need recipe for samba to do user authentication against a centos 5.5 openldap server (NO IDMAPS! NO PDC!)
Hi all,
Please help Ive been wasting days at this...
I am not trying to create a PDC, I am not joining an active directory, I am
not needing samba schema in my openldap (or do I?), I am not trying to use
winbind and idmaps for translations from SID to UID/GID, I just want my
samba server which shares linux home directories to authenticate
user+password against my existing linux based openldap
2011 Jun 13
0
Devise Authorization Error
Hello everyone,
I am new to rails and I am having some trouble getting the Devise
authorization plugin working. I can get the login page to display, but
when I enter the credentials for a known user (I seeded an account to
the database) it just says "Invalid email or password," even though
I''m 100% sure I entered the right information, and redirects me to the
login form.
2009 Apr 28
3
[cucumber] Use of Scenario Outline for validation stuff ?
Hi there !
I was wondering if the way I test the validation of my forms is right or
not. So here''s a little example :
Imagine you have a form with some validations designed to create some
object. You want to test it using Scenario Outline and Examples. So you
fill in the fields using <value>, and press the create button. Then you
"should see" (using webrat) the
2011 Sep 27
4
What best decision to make for flatfiles or SQL when I use Dovecot2 + Postfix together?
Hello,
I'm moving my mail server from Exchange to an opensource one.
After a bunch of reading, I decided on building a Dovecot2 + Postfix
server in a VirtualUsers-only + Multiple-domains configuration.
Since my messages will be stored by Dovecot, and the documentation is
really good, I figured that it's smartest to configure Dovecot, then
make Postfix 'fit' to it, sharing the
2009 Jul 25
3
Rails Authorization and Security question
Working through the Users and Authentication of Learning Rails book
(great book, code needs to be proof-read in a few cases, though), I
came across this:
There''s still one leftover that may be worth addressing, depending on
your security needs. The authorization? method has secured the data,
and the view no longer shows the user options they can''t really use,
but if a
2010 Jul 08
3
my web app seed data and cucumber
I''m writing a web app which is used a SaS. Each customer has their own
db and app directory. I have a rake task which creates all necessary
minimum data to run their website: default rights and roles, a
superadmin user, a "us_states" table already populated, some local
depots and terminals (it''s a logistics app).
I don''t have any cucumber scenarios for it and
2012 Oct 16
8
<form> tag is self-closing before input fields .. (HAML generator used)
The form is inside a table, enclosing a <tr>
= form_tag admins_backoffice_dashboards_path, :remote =>"true" do
%tr.search
%th= link_to t(:clear), "#", :id => :clearFilter
%th= select_tag :role,
options_from_collection_for_select(Role.global, :id, :name, :selected
=> @role_id )
%th= text_field_tag :email, nil, :value