search for: usergroups

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

Did you mean: usergroup
2004 Apr 03
3
Seeking help for outomating regression (over columns) and storing selected output
Hello, I have spent considerable time trying to figure out that which I am about to describe. This included searching Help, consulting my various R books, and trail and (always) error. 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:
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 subscribed to the Google Groups
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 cla...
2007 Sep 20
1
Relationship Proxies?
I''m trying to understand these results in irb, which implies that there''s some kind of proxy at play: >> aaron = User.find_by_login ''aaron'' => #<User:0xb7109cdc @attributes={"salt"=>"7e3041ebc2fc05a40c60028e2c4901a81035d3cd", "updated_at"=>nil, "contact_info_id"=>nil,
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 l...
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
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
On Mon, 2017-10-16 at 13:07 +0000, Andrej Gessel via samba wrote: > Hello list, > > maybe I saw the same error with backlinks. I try to use Samba 4.7.0 as rodc and perform join with "domain-critical-only"-option. Smb.conf is generated by samba. After starting joined samba I got error like this: Does it change if you don't use that option? > Failed to apply records:
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 use...
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. ************************************ Georg Ehret Baltimore USA [[alternative HTML version deleted]]
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
Hi, I'm trying to get rsync 2.5.6 to authenticate users via openldap-2.0.23. I was looking through the mailing list archives and found a patch for rsync-2.4.6 that does this for me. I was just wondering if this is still valid, or if there has been a new patch or new implementation that has superceded this patch. Any help would be great. The message I am referring to is as follows:
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)
Hi R folks, I'd like to announce several new R users groups here in SF, LA, NYC, and Ottawa - as well as their next scheduled event. The goal of these user groups, 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
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 /e...
2015 Apr 18
2
user authentication issue
Hey Rowland, Thanks for the advice. The host is running Ubuntu 12.04 and I've included the smb.conf below (reverted it to its "original" state prior to following Jeremy's advice). I don't suppose you know why the user is able obtain a list of Samba services (i.e. smbclient -L host -U user) if they aren't known to Samba? I find that confusing. - Itamar
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
On 18/04/15 15:39, Itamar Gal wrote: > Hey Rowland, > > Thanks for the advice. The host is running Ubuntu 12.04 and I've > included the smb.conf below (reverted it to its "original" state prior > to following Jeremy's advice). I don't suppose you know why the user > is able obtain a list of Samba services (i.e. smbclient -L host -U > user) if they