search for: user_2

Displaying 11 results from an estimated 11 matches for "user_2".

Did you mean: user2
2004 May 06
2
coder wanted
Hi I am using Rsync locally on some machines, however, there are a few machines that require me to backup over FTP, the current system I have in place is very very slow, and I would like to hire someone on this list familiar with backups ($50 sound fine?) and having it run of cron To create me a backup script that works on Rsync to backup specific files/folders on server1 and ssh or ftp to
2017 Apr 25
2
doubt
...STATUS_LOGON_FAILURE" Another doubt, in directory /var/spool/samba/, no have files, This folder should not have the files? i dont need now add drivers in network. [backup] path = /opt/backup read only = No create mask = 1666 directory mask = 1777 valid users = user_1, user_2 [printers] path = /var/spool/samba/ print ok = yes guest ok = no valid users = user_1, user_2 2017-04-24 16:39 GMT-03:00 Rowland Penny <rpenny at samba.org>: > On Mon, 24 Apr 2017 16:21:30 -0300 > Luiz Guilherme Nunes Fernandes via samba <samba at lists.samba....
2003 Aug 19
2
Samba 3beta3 - Winbind and groups in groups - question
Hi everybody, im new here, and I have problem. Im running samba 3beta3 at gentoo linux. Do anybody know how to resolve something like this: There are three groups in AD group_a, and group_b and group_c Members of group_a are user_0, user_1, user_2 Members of group_b are user_3, user_4, user_5 Members of group_c are user_6 and group_b If i try to do getent group At my linux box i got group_a: user_0,user_1,user_2 group_b: user_3,user_4,user_5 group_c: user_6 Problem is group_c, I think it should be: group_c: user_6,user_3, user_4, user_5...
2007 Nov 29
3
Stylistic preferences
...describe User, "with phone number" do include UserSpecHelper before(:each) do @user = User.new(valid_sms_attributes) end it "should be valid" do @user.should be_valid end it "should reject duplicate phone number" do @user.save @user_2 = User.new(valid_sms_attributes) @user_2.should_not be_valid end it "should be possible to disable the number" do @user.save @user.disable_number @user.should be_disabled end end ------------------------ 2) given/yield --------------------------- module Gen...
2023 Jun 07
1
SaMBa 4.16.4 adds users to ACLs as groups
...ionally it adds users (except the acting user) to the POSIX ACL as GROUPS!!! It means there are NONEXISTENT groups added to the POSIX ACL which have the same GIDs as the UIDs of the users in the ACL: # file: file.docx # owner: user_1 # group: domain\040users user::rw- user:domain\040users:rw- user:user_2:rw- user:user_1:rw- group::rw- group:domain\040users:rw- #This is unnecessary, since it equals the owning group. SaMBa 3.2.5 doesn't add this. group:user_2:rw- #This is not only unnecessary, but also nonexistent. This is a UID not a GID! mask::rwx other::rw- I also observed that UIDs are err...
2005 Oct 24
2
Everyone group.
Hi all, I have a problem setting ACL on a share like below: /data /user /user_1 /user_2 /user_ ... Particularry if I want to get complete control to a user on his personal folder but get off any permission to Everyone group also this user (that belongs to Everyone) cannot list and access to his folder. When I was connected to NT4 server I didn't have this kind of problem. I ha...
2017 Apr 25
0
doubt
...directory /var/spool/samba/, no have files, This > folder should not have the files? i dont need now add drivers in > network. > > [backup] > path = /opt/backup > read only = No > create mask = 1666 > directory mask = 1777 > valid users = user_1, user_2 > > [printers] > path = /var/spool/samba/ > print ok = yes > guest ok = no > valid users = user_1, user_2 > Did you copy this from the Samba wiki ?: # Default ID mapping configuration for local BUILTIN accounts # and groups on a domain memb...
2017 Apr 25
1
doubt
...This > > folder should not have the files? i dont need now add drivers in > > network. > > > > [backup] > > path = /opt/backup > > read only = No > > create mask = 1666 > > directory mask = 1777 > > valid users = user_1, user_2 > > > > [printers] > > path = /var/spool/samba/ > > print ok = yes > > guest ok = no > > valid users = user_1, user_2 > > > > Did you copy this from the Samba wiki ?: > > # Default ID mapping configuration for local BU...
2017 Apr 24
2
doubt
Dear, I really do not know, what is wrong. Remembering, I add a linux in active directory domain and I need to add local printers shared with AD authentication. My tutorial and errors ######################################## # Install Packages yum install perl gcc attr libacl-devel libblkid-devel gnutls-devel readline-devel python-devel gdb pkgconfig krb5-workstation zlib-devel
2006 Oct 30
2
It this possible: finder_sql-like behavior for belongs_to?
...character varying(255) | title | character varying(255) | tel_ext | character varying(255) | employe_no | integer | parking_id | integer | vehicle_1 | character varying(255) | vehicle_2 | character varying(255) | user_1 | text | user_2 | text | user_3 | text | user_4 | text | user_5 | text | user_6 | text | user_7 | text | usernum | integer | usrgrp_id | character varying(25...
2003 Dec 01
0
No subject
...are compared. BACKGROUND: I'm working in a large organisation, where the number of group members occasionally hits the 1024 character per group limit ( Solaris 2.6 ). The standard workaround is to create groups with different names, but identical gid; eg: dummy:*:4000: dummy_1:*:4000:user_1,user_2,... dummy_2:*:4000:user_128,user_129,... In UNIX tradition a specification in SAMBA for " valid users = @dummy " should resolve to all users of groups with gid 4000 which in the example are dummy, dummy_1 and dummy_2. In all versions ( 1.9.x 2.0.x 2.2.x ) I have to specify " valid...