search for: usergroup

Displaying 20 results from an estimated 99 matches for "usergroup".

2004 Apr 03
3
Seeking help for outomating regression (over columns) and storing selected output
.... I have been assuming I would need to use a loop (looping over columns) but perhaps and apply function would do the trick. I have unsuccessfully tried both. A scaled down version of my situation is as follows: I have a dataframe as follows: ID Y x1 x2 x3 usergroup. Y is a continous criterion, x1-x3 continous predictors, and usergroup is coded a 1, 2 or 3 to indicate user status. My end goal is a (dataframe or matrix) with just the regression coef from each of 12 runs (each x regressed separately on Y for the total sample and for each usergroup). I envisio...
2006 Oct 25
4
need help on special HABTM relation
hey all, I have three tables like this: forum (id,title) usergroup(id,title) forum_perms(usergroup_id,forum_id,read,write,post) is there a way to deal with that kind of relation with rails such as by using has_and_belongs_to_many kind of stuff? thanx in advance Pat --~--~---------~--~----~------------~-------~--~----~ You received this message because you are...
2012 Nov 09
2
Passing an array of user groups to a define
...ation: group1,group1group2,group2 (see that group1 and group2 are concatenated in the middle, undefined group) - error: Group names must be provided as an array, not a comma-separated list. I use the following define: define users::definitions ( $home = "/home/$title", $usergroups = $title, $ifensure = ''present'', ) { user { "$title": home => "$home", managehome => true, ensure => "$ifensure", groups => "$usergroups", } ... } And the following cl...
2007 Sep 20
1
Relationship Proxies?
...quot;=>nil, "id"=>"2", "disabled"=>"0", "remember_token"=>nil, "locale"=>nil, "login"=>"aaron", "created_at"=>"2007-09-18 19:10:55"}> >> og = aaron.user_group => #<UserGroup:0xb70ad3ec @attributes={"name"=>"FeedRoom Operations", "billing_contact_id"=>nil, "type"=>"UserGroup", "contact_id"=>nil, "id"=>"10", "note"=>"Users with access to all client scopes.&quo...
2005 Sep 08
1
Montreal usergroup
Hi Montrealers ! I would like to create a usergroup for Montreal's asterisk users. If you are interested, contact me and we'll schedule a beer/coffee meeting downtown next week. Sincerely, Adrien -- Adrien Laurent - CIO 514-284-2020 ext 202 adrien@modulis.ca www.modulis.ca
2007 Jan 16
1
Active directory usergroups to use with samba
Hi, I have a Samba 3 server which authenticate in AD. Is it possible to map windows usergroups against UNIX ones? In the logs, I see several SIDs whenever an user authenticate itself, but I don't know how to use them. For example, here is my [global] [global] dos charset = iso-8859-1 unix charset = iso-8859-1 workgroup = INFELEC realm = REALM.LOCAL...
2008 Jun 28
1
Dev Usergroup
I hate to ask such a stupid question but after searching via the following means, I have not been able to figure out how to join the developer mailing list: 1. FAQ - Says to search the header (depending on template) to find usergroups and request to join one. I could not find any such thing after much searching. 2. Searched Forums - The only one available is the Wine Users forum and using the search utility did not result in success. So, since I'm not a fan of mailing lists, is there a way to access the developer mailing...
2006 Jul 26
3
Polymorphic Association with Single Table Inheritance?
Hello, is it possible to setup a model/table schema like this: Groupable --> Membership <-- Group ^ ^ | | User UserGroup I tried the following but failed: Groupable (table with ''type'' column) has_many :memberships, :as => :groupable has_many :groups, :through => :memberships Membership belongs_to :groupable, :polymorphic => true belongs_to :group, :polymorphic => true Group (table w...
2006 Apr 17
3
model.models.models or model.models.find(:first).models
I the following three models which all have has_and_belongs_to_many # User <-> UserGroup <-> Permissions class UserGroup < ActiveRecord::Base has_and_belongs_to_many :users, :join_table => "user_usergroup_join" has_and_belongs_to_many :permissions, :join_table => "usergroup_permission_join", :uniq => true end I can do this: permissions =...
2017 Oct 17
2
samba 4.7.0 replication errors
...nd base dn CN=USERSGROUP\0ADEL:030d0be1-3ada-4b93-8371-927f20923116,CN=Deleted Objects,DC=DOMAIN,DC=intern (0 results): Operations error > Failed to commit objects: WERR_GEN_FAILURE/NT_STATUS_INVALID_NETWORK_RESPONSE > > USER is member of the USERSGROUP. If I run ldbsearch and try to find USERGROUP it will be displayed. Replicating single-object with full-sync do not solved this issue. Only removing the USERGROUP object with ldbdel and rerun replication with --local --full-sync --single-object solved this. > > If I run samba-tool drs replication --local ... I load about 40000 objects (...
2023 Feb 14
1
idmap ad question
...so shouldn't have a local Unix user (one in /etc/passwd) called 'fred' and another user in AD called 'fred'. Depending on where 'winbind' appears in the passwd line in /etc/nsswitch will decide which user will be used, they will never be the same user. If you do want usergroups, then there is only one way, use the 'rid' idmap backend and you will get synthetic usergroups, the group isn't stored anywhere, the 'rid' idmap backend creates it on the fly. The downside of using the 'rid' idmap backend is, every AD user and group becomes a Unix us...
2008 May 05
2
splitting a vector on comma
Dear R Usergroup, I have the following vector and I would like to split it on ",". How can I do this? > u [1] "160798191,160802762,160813395,160816017,160817873,160824082,160825247,160826925,160834272,160836257," Thank you in advance! With my best regards, Georg. *******************...
2005 Sep 26
2
Deutsche Rails-Gruppe
Hallo! Wenn du das hier lesen und verstehen kannst, interessiert dich vielleicht auch dieser Link zur neuen deutschen Ruby On Rails-Usergroup: http://rubyonrails-ug.de/ + Weblog + Mailingliste Viele Grüße ~Tobias PS: Danke an die Gründer!
2003 Feb 12
2
rsync & ldap authentication
...LAGS line. - On Linux add -lldap and -llber to the LIBS Flags. - On Solaris add -lldap to the LIBS Flags. New options in rsyncd.conf All ldap options will exist even when rsync isn't build ldap support. To enable anonymous access to rsyncd both "auth users" and "ldap auth usergroup" have to be empty. If both ways of authentification are enabled the local password file is checked before ldap. Most options are borrowed from samba :-) GLOBAL OPTIONS ldap server This option has to contain the hostname of the ldap server we want to ask. example: ldap server = ldap.Pa...
2005 Jul 27
1
Samba ACL and '+' on a 'ls - l'
Dear Guys, I have noticed that one of our domain users folder in /var/lib/samba/profiles has a '+' on the end of their username folder and all the files in their profile too. I know this is to do with ACL's and I know Samba can translate Windows ACL's to filesystem acls, but where can I find out where/how they are getting created and remove them. They should be know different
2009 Apr 22
2
R-User groups in North America (SF, LA, NYC, Ottawa)
...oups, besides gently explaining 'drop=TRUE' to the uninitiated, is to exchange knowledge, promote best practices, and spur the adoption of R for innovative applications. If I've missed any groups here, please feel to add on to this message! Los Angeles http://www.meetup.com/LAarea-R-usergroup/ (79 members) May 7th Event: "Four case studies of using R" at 7pm, Boelter Hall, UCLA Presenters: J. Leeuw, R. Gould, & B. Brett-Esborn (UCLA), S. Pafka (Epoch) Organized by Szilard Pafka <spafka at gmail com> San Francisco / Bay Area http://www.meetup.com/R-Users (22...
2020 Jul 23
2
map gidNumber
hello, is there a way to map usergroups via winbind? I need 'getent passwd': testuser:x:7072:513::/home/users/testuser:/bin/bash but I get: testuser:x:7072:30000::/home/users/testuser:/bin/bash gidNumber is set to 513 in samba-ldap. cat /etc/nsswitch.conf passwd: compat winbind group: compat winbind cat /...
2015 Apr 18
2
user authentication issue
....e. smbclient -L host -U user) if they aren't known to Samba? I find that confusing. - Itamar #======================= Global Settings ======================= [global] ## Browsing/Identification ### # Change this to the workgroup/NT-domain name your Samba server will part of workgroup = UserGroup # server string is the equivalent of the NT Description field server string = %h server (Samba, Ubuntu) # Windows Internet Name Serving Support Section: # WINS Support - Tells the NMBD component of Samba to enable its WINS Server wins support = yes # WINS Server - Tells the NMBD components...
2017 Oct 14
2
samba 4.7.0 replication errors
On Mon, 2017-10-02 at 09:59 +1300, Garming Sam via samba wrote: > Can you provide a bit more logs? At first glance, it doesn't seem quite > related to group memberships. > I agree, we need more logs here. Turn up the log level and see what the error causing that final error is.   However, take care not to publish confidential details like staff names and sensitive attributes like
2015 Apr 18
0
user authentication issue
...to Samba? I find that confusing. > > - Itamar > > #======================= Global Settings ======================= > > [global] > > ## Browsing/Identification ### > > # Change this to the workgroup/NT-domain name your Samba server will > part of > workgroup = UserGroup > > # server string is the equivalent of the NT Description field > server string = %h server (Samba, Ubuntu) > > # Windows Internet Name Serving Support Section: > # WINS Support - Tells the NMBD component of Samba to enable its WINS > Server > wins support = yes &gt...