similar to: Mapping user by ip address

Displaying 20 results from an estimated 30000 matches similar to: "Mapping user by ip address"

2018 Oct 05
3
Mapping user by ip address
Like that? Just two shares with the same path? Will be acceptable/stable? I just need to inform for each user the correct shared name. [share1] hosts deny = ALL EXCEPT 192.168.0. path = /share public = yes guest ok = yes only guest = yes writable = yes printable = no create mask = 0775 directory mask = 0775 [share2] hosts deny = ALL EXCEPT 192.168.0.10 path =
2018 Oct 05
2
Mapping user by ip address
Maybe I can make the group be everybody and negate access to everybody group to the private folder so even if new files are created with everybody group the others users will not access the private root folder. On Fri, Oct 5, 2018, 13:23 Robert Marcano via samba <samba at lists.samba.org> wrote: > On 10/5/18 12:17 PM, HugLeo via samba wrote: > > Like that? Just two shares with the
2018 Oct 05
0
Mapping user by ip address
On 10/5/18 12:17 PM, HugLeo via samba wrote: > Like that? Just two shares with the same path? Will be acceptable/stable? > I just need to inform for each user the correct shared name. > > [share1] > hosts deny = ALL EXCEPT 192.168.0. > path = /share > public = yes > guest ok = yes > only guest = yes > writable = yes > printable = no
2018 Oct 05
1
Mapping user by ip address
In Session Global put this map to guest = Bad User [PUBLIC]    comment = Arquivos Publicos    path = /home/Public    read only = no    writable = yes    public = yes    create mask = 777    directory mask = 777    force user = root    force group = root    browseable = yes Em 05/10/18 13:48, Rowland Penny via samba escreveu: > On Fri, 5 Oct 2018 13:41:47 -0300 > HugLeo via
2016 Sep 04
4
more than one IP address on network device?
On 09/04/2016 05:00 PM, Ulf Volmer wrote: >> IPADDR2=192.168.1.10 >> BROADCAST2=192.168.1.255 <-- >> NETMASK2=255.255.255.0 >> NETWORK2=192.168.1.0 <-- >> GATEWAY2=192.168.1.1 <-- >> >> in case they don't match the first IP address? > > I'm not sure at this point. If you have to add a second ip in another > different network
2020 Aug 18
1
KVM guest VM IP address
Hi, I am trying to find out the IP address of the KVM guest virtual machine. #virsh dumpxml newsoftlinedrupalpoc | grep "mac address" | awk -F\' '{ print $2}' 52:54:00:2c:7e:ff [root@baseserver1 ~]# arp -an | grep 52:54:00:2c:7e:ff [root@baseserver1 ~]# virsh domifaddr newsoftlinedrupalpoc Name MAC address Protocol Address
2007 Apr 11
1
WinME can't log immediately after restart (Samba as PDC).
Hello list. I use Slackware 10.2 with Samba 3.0.20 as PDC/WINS server in a LAN with 6 more PCs running WinME (I'm not to blame, they were there when I arrived). I've followed step by step the HOW-TO in setting up Samba as a PDC and a WINS server, but when I reboot one of the WinMEs I can't log on to the domain immediately. I have to hit [Esc], enter MS-DOS and do
2010 Jul 23
1
Windows client not accessible when changing ip address on samba PDC
Hi Everybody I installed a Samba 3.4.5-3.1 PDC with openldap2-2.4.12-5.3, samba-winbind-3.4.5-3.1, bind-9.5.0P2-18.1 and dhcp-3.1.1-6.3 on a opensuse 11.1 based on Samba3-ByExample.pdf book. I manage a network that has around 60 windows client computers (from windows 2000 to win 7) and quite of them are windows notebooks with 2 NIC's (wireless and cable) and I was assigning two diferent
2015 Aug 07
2
Writing directly to a lpt1: port and redirect to the lpr command
I'm have a remote printer installed in the cups. I shared the printer and it prints OK using the wine notepad. But I have a old application that prints only if have direct access to a lpt1 named port. We can test executing the program wine start.exe and run the command: echo 'test' > lpt1 that returns: File not found I tried to create the rule
2008 Dec 31
2
ls network address traslation different in centos?
Hi all ls the network address traslation in centos5.2 different? I disable the default iptable rule and use the following commands but I can't connect http://public:8080 from outside to this host 192.168.0.10 port 80 eth1 is public address eth0 is private address 192.168.0.1 iptables -F -t nat iptables --table nat --append POSTROUTING --out-interface eth1 -j
2019 Jan 08
2
distributed thinlto usage
I am trying to work through the usage of thinlto for distributed builds. Here is the simple thinlto usage, just add -flto=thin everywhere, easy: clang++ -flto=thin -O3 -c -o CreateWay_.o -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LITTLE_ENDIAN -Wno-dangling-else CreateWay_.cpp clang++ -flto=thin -O3 -c -o Places_.o -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LITTLE_ENDIAN
2019 Jan 09
2
distributed thinlto usage
Thanks Teresa Yes it is astar, happen to send a tar of the sources but they are just copies from the spec distribution The ld command is: GNU ld (GNU Binutils) 2.29.1 Thanks for the guidance on path names. The prefix-replace just effects the string written to the object files right? So we could post-process that file with other tools as well, correct? Thanks again --david From: Teresa Johnson
2011 Aug 23
3
R system command does not work with objects/variables
Hello! with the R system command I would like to call a perl script which needs an input directory and an output directory in form of a path. When I put in the path directly it works. The script line looks as follows: system("perl '../path1' '../path2' '../path3'") If I store the path in a variable/object and call the perl script again it does not run and I
2007 Aug 20
1
system() fails with fc.exe (PR#9868)
Full_Name: Jens Oehlschl?gel Version: 2.5.1 OS: Windows Submission from: (NULL) (62.159.183.42) Even when specifying the full path, the output of fc is not sent to R (neither shown nor returned). For example > system('c:\\WINDOWS\\system32\\fc.exe /?',intern=TRUE) character(0) When I do the same from python 2.3, I get >>> import os >>>
2019 Jan 09
2
distributed thinlto usage
Fails with gold too: Library-native.o:Library.cpp:regway: error: undefined reference to 'vtable for regwayobj' /home/dcallahan/fbsource/fbcode/third-party-buck/platform007/tools/binutils/bin/gold/ld: the vtable symbol may be undefined because the class is missing its key function clang-8: error: linker command failed with exit code 1 (use -v to see invocation) From: Teresa Johnson
2016 Sep 05
4
more than one IP address on network device?
On Sep 4, 2016, at 1:27 PM, Walter H. <walter.h at mathemainzel.info> wrote: > 'ifconfig' doesn't show these additional addresses ... This is one of the many reasons why people don?t use ?ifconfig? anymore. -- Jonathan Billings <billings at negate.org>
2006 Nov 27
2
registration ip address
What is the variable like $peerip to get the registered ip address for a peer Regards ********************************************* No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with another party by e-mail without express written confirmation by an officer of Xplorium. Any views expressed by an individual in this electronic message do
2016 Sep 04
0
more than one IP address on network device?
On 04.09.2016 17:33, Ulf Volmer wrote: > > OK, some testing has been done. you have to specify > > IPADDR=192.168.0.10 > NETMASK=255.255.255.0 > NETWORK=192.168.0.0 > GATEWAY=192.168.0.1 > IPADDR2=192.168.2.10 > NETMASK2=255.255.255.0 > NETWORK2=192.168.2.0 I tried this way; but 'ifconfig' doesn't show these additional addresses ... > please note, that
2009 Jan 09
4
Extracting File Basename without Extension
Dear all, The basename() function returns the extension also: > myfile <- "path1/path2/myoutput.txt" > basename(myfile) [1] "myoutput.txt" Is there any other function where it just returns plain base: "myoutput" i.e. without 'txt' - Gundala Viswanath Jakarta - Indonesia
2002 May 09
4
copy a large volume of data from PC to samba server
Hi there, Is there someone over there knows a method or script that can copy a large volume of data (in folders) from PCs to a samba server (suppose there is enough space there)? I know using smbclient or smbtar can backup data on PCs to samba server, but it is written in tar files.I wonder whether this method can handle a large folder, say, in 10GB size. Also, using smbclient with mget and