search for: other_group

Displaying 12 results from an estimated 12 matches for "other_group".

2009 Feb 04
2
delete_if does not work on associations
...has_many :memberships, :dependent => :destroy has_many :users, :through => :memberships ... end This is the controller method, trying to use delete_if. Although some elements are removed (s2 < s1), the save method does not update the association. def intersect_or_remove_group other_group = Group.find(params[:group_id]) s1 = @group.users.size case params[:submit] when "Intersect" @group.users.delete_if { |u| !other_group.users.include?(u) } when "Remove" @group.users.delete_if { |u| other_group.users.include?(u) } end...
2017 May 17
1
browsing problem with minimum protocol SMB2
...empty. I can see information going into wins.dat and browse.dat, though. If I set the PDCs min protocols to NT1, I get: smbclient -L {PDC} Domain=[{MYDOMAIN}] OS=[Windows 6.1] Server=[Samba 4.3.11-Ubuntu] (list of hosts follows) Workgroup Master --------- ------- {OTHER_GROUP} {GROUP_MASTER} (etc) What I do to set the minimum in my smb.conf is: server min protocol = SMB2 server max protocol = SMB3 client min protocol = SMB2 client max protocol = SMB3 min protocol = SMB2 max protocol = SMB3 client ipc min protocol = SMB2 Changing th...
2016 Jan 19
2
Samba 4 and Windows 10 Problem.
...te in the backup folder, but cannot access my own folder. My important settings: security = user guest ok = yes map to guest = bad password dont forget to use : smbpasswd -a (and -e ) on other shares, i use force user = other_username ( a existing local linux user ) force group = other_group ( a existing local linux user ) so i have "open" server, but protected a few folders. Works for me on Ubuntu 14.04, Sernet samba 4.2.7-SerNet-Ubuntu-8.trusty Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Rodr...
2003 Aug 26
0
files between w2k domains...
...passwd winbind uid = 10000-20000 winbind gid = 10000-20000 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 wins server = X.X.X.X dns proxy = no #The share : [Share_name] comment = MyShare path = /home/to/my/folder write list = @"OtherDomain\Some_Group" @"OtherDomain\Other_group" "OtherDomain\SomeUser" @"MyDomain\Domain Admins" writable = no browseable = yes In my log.machine: [2003/08/19 11:54:57, 0] smbd/service.c:make_connection(349) Couldn't find account Otherdomain\someuser [2003/08/19 11:54:57, 0] smbd/service.c:make_connection(34...
2016 Jan 19
0
Samba 4 and Windows 10 Problem.
...reate in the backup folder, but cannot access my own folder. My important settings:   security = user   guest ok = yes   map to guest = bad password dont forget to use : smbpasswd -a (and -e ) on other shares, i use force user = other_username  ( a existing local linux user ) force group = other_group    ( a existing local linux user ) so i have "open" server, but protected a few folders. Works for me on Ubuntu 14.04, Sernet samba 4.2.7-SerNet-Ubuntu-8.trusty Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens R...
2009 Aug 31
1
Fixed patch...
This version of the patch includes feedback from jboggs at redhat.com, including fixes to the BuildRequires and Requires in the spec file.
2009 Sep 11
1
Text-based node administration tool
This patch obsoletes any previous ones. This is an upstream candidate, so I'm looking for feedback so we can push this and start using it.
2009 Sep 14
1
Bugfixes...
This version fixes a few bugs found by jboggs. It also includes some logging facilities that need to be fleshed out more.
2009 Sep 16
1
Final push candidate for nodeadmin tool...
This patch is ready for pushing upstream.
2009 Sep 16
1
Replacement that includes utils.py
The previous patch was missing this file. Resending.
2016 Jan 18
7
Samba 4 and Windows 10 Problem.
Hi... I'm used to configure samba 3, and now I'm getting some problems using samba 4. My scenario: I have a file server which hosts need to access public folders and private folders.OS: Centos7Samba version: 4.2.3  | 11.el7_2Selinux DisabledFirewalld disabled smb.conf[global]workgroup = WORKGROUP server string = Samba Server %v netbios name = centossecurity = usermap to guest = bad userdns
2009 Jul 31
2
RFC: This patch is not being submitted for ACK...
...just looking for some feedback on the direction I'm going. The code won't get all the way to the define stage since I'm in the middle of retrofitting it to use virtinst instead of a home spun node definition.