similar to: chown and AD users

Displaying 20 results from an estimated 600 matches similar to: "chown and AD users"

2007 Mar 18
1
Symlinks deletion behaviour
Hi List, hi Samba-team, Recently I've faced some problem with directories deletion trough Samba and trying to clarify the root cause. The following happens: 1. There is a directory my_dir and symlink to it my_dir_link drwxrwsr-x 48 myuser mygroup 20480 Mar 18 21:53 . drwxr-xr-x 33 root root 0 Feb 28 17:37 .. drwxr-sr-x 2 myuser mygroup 4096 Mar 18 21:47 my_dir lrwxrwxrwx 1
2011 Jan 29
1
How to use rsync when filenames contain double quotes?
Hello, I am trying to synchronize the content of the directory my_dir/ from /home to /backup. This directory contains a file which name has a double quote in it, such as to"to. Here is my rsync command: rync -Cazh /home/my_dir/ /backup/my_dir/ And I get the following message: rsync: mkstemp "/backup/my_dir/.to"to.d93PZr" failed: Invalid argument (22) For info, rsync works
2019 Jun 03
0
chown and AD users
On 03/06/2019 15:17, Nico wrote: > Sorry, I forgot to precise : It's on a Samba AD DC (v4.10.3 and CentOS > 7). > > My smb.conf : > > [global] >     server role = active directory domain controller >     netbios name = server_name >     realm = DOMAIN.LAN >     workgroup = DOMAIN > >     server services = -dns > >     idmap_ldb:use rfc2307 = yes >
2011 May 24
2
escape characters in shell commands
On a Windows platform I am trying to count the number of lines in a file. In a DOS window, the following works: C:\Users\jar>findstr /R /N "^" D:\my_dir\my_file | find /C ":" 5317 (it works with double \\ also) But in R, I need to make this string up with the file name I get from file.choose(): filename = file.choose() #get the number of lines in the file # first make a
2016 May 19
1
Ransomware?
Would something like this help? I put a bunch of junk pictures and other files in a samba share that everyone has access to. If I modify them in any way, I get warned. I was thinking it might warn me so I could prevent it spreading to backups. #!/bin/sh $MY_EMAIL="some at email.com" $MY_DIR=/home/shared_to_everyone_via_samba/pictures_for_test_sub_folder while inotifywait -qre
2010 Nov 17
1
[LLVMdev] Building a backend outside the LLVM source tree
Hi! I'm trying to build a backend outside the LLVM source tree. My directory structure is as follows: llvm -- the root of the LLVM source tree llvm/lib/Target -- where the standard backends are stored (Sparc, etc). my_dir/my_backend -- where I store the backend I'm writing. I've been fiddeling with the variables documented in the llvm/Makefile.common (LEVEL, LLVM_SRC_ROOT,
2017 Mar 27
4
[Bug 2700] New: Missing PEM identity_file should be a fatal error
https://bugzilla.mindrot.org/show_bug.cgi?id=2700 Bug ID: 2700 Summary: Missing PEM identity_file should be a fatal error Product: Portable OpenSSH Version: 7.2p2 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs
2020 Feb 11
4
ERROR: failed to setup profiling
Hi, After I have updated my SAMBA AD environment from version 4.9.18 to version 4.10.12 on my secondary server the program is unable to start and displays the following error message:"ERROR:failed to setup profiling". The testparm result didn't print any warning or error. System details: CentOS Linux release 7.7.1908 (Core) with kernel 3.10.0-1062.9.1.el7.x86_64 smb.conf
2017 May 25
2
CVE-2017-7494 in SAMBA-AD 4.3.11-ubuntu
Hi We have the one server SAMBA 4.3.11-ubuntu in Active Directory mode with some Windows Clients The Ubuntu repository not update samba package (last version is 4.3.11). Please, how am i can fix the CVE-2017-7494 (Remote code execution from a writable share) in my SAMBA server? Should option 'nt pipe support = no' will influence how SAMBA_AD works? Anderson Hoffmann
2005 Jun 29
1
Can't build cdr_addon_mysql.
I have been unable to build cdr_addon_mysql from asterisk-addons-1.09. Could it be a mysql4 issue [root@server9 asterisk-addons-1.0.9]# make cdr_addon_mysql cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c cdr_addon_mysql.c:24:22: asterisk.h: No such file or directory I have MySQL devel # ls /usr/include/mysql/ total 404 drwxr-xr-x 2
2006 Jan 30
3
RMySQL install
I am having trouble installing RMySQL on a clean install of Fedora Core 4 64 bit on a dual dual core machine (that is, two dual core processors). Seems like the LD_LIBRARY_PATH is incorrect, but I don't seem to have it quite right yet. There are a few mentions of this problem in google, but thus far none of the "fixes" and fixed my problem. I've tried defining the
2005 Sep 11
1
variable expansion in dovecot.conf?
hi all, does dovecot.conf support the definition/use of user variables? e.g., in principle, my_DIR = /path/to/something/ then, default_mail_env = maildir:${my_DIR}/%d/Accounts/%1u/%u/Maildir or, for that matter, default_mail_env = blahblah then, namespace private { ... location = $default_mail_env ... i finallly figured out --
2016 May 15
7
Ransomware?
Hi All, Is there anything in Samba that will help protect against ransomware? -T -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Computers are like air conditioners. They malfunction when you open windows ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2017 Sep 13
2
Distro History
Hi all. We are starting to use Samba4 as active directory and one of our questions is when a release becomes available in a linux distro. Is it possible to have this information, like version and release date? Thanks! -- André Luiz • Software Engineer CI&T • Collaborate. Innovate. Transform. +55 19 2102.4514 • andresilva at ciandt.com • ciandt.com [image: logo-email.png]
2009 Jun 23
1
Dependencies
When I want to install wine on a custom root directory, there are lots of dependency-warnings. Just for a test i installed it with Code: rpm -Uvh --nodeps --root /wineroot . That works until the %post script which is Code: %post -p /sbin/ldconfig %postun -p /sbin/ldconfig the installation stops there but the path is created corectly and usable (i think). What does this post script do? I
2005 Jul 05
0
Problem installing RMySQL_0.5-5
Dear R users I have a problem installing RMySQL_0.5-5 in that ld skips incompatible libmysqlclient as shown below. Can someone help? Thanks Einar Arnason I am on a Red Hat Enterprise Linux ES (v. 3 for AMD64/Intel EM64T) 2.4.21-15.EL #1 SMP Thu Apr 22 running mysql Ver 14.7 Distrib 4.1.12, for pc-linux-gnu (i686) using EditLine wrapper distributed under xampp (www.apachefriends.org)
2016 Jul 26
1
how to backup samba ad domain
I have one DC in Samba 4.3.9-Ubuntu Server I set the backup script and it is working properly! The restore test it is OK for me! I scheduled via CRON and the backup takes one minute only to run *#!/bin/bash* *####################################* *#* *# Samba_AD backup script* *#* *####################################* *# Stop Samba* */etc/init.d/samba stop* *# What to backup*
2015 Aug 27
6
Samba Internal DNS vs. BIND_DLZ
On 08/27/2015 04:18 PM, Marc Muehlfeld wrote: > Hello Jim, > > Am 27.08.2015 um 21:49 schrieb Jim Seymour: >> BIND would be the auth nameserver for example.com and delegate >> the samdom.example.com zone to the Samba DNS running on the second >> (virtual) interface >> >> Samba is the auth nameserver for samdom.example.com > If
2009 Dec 29
3
OT: What are the 2 openssl commands I need to use?
I looked on the openssl man page but am too dense with commands to understand what I need to do..... Ran into problems generating a key and CSR for SSL, because the web site is on a server with an old Ensim Control Panel. Please someone knowledgeable, give me the openssl commands I need to use, after I ssh into the web site, to generate a 2048 bit key and csr. TIA and Happy New Year!
2005 Mar 28
1
Using RSYNC with MYSQL and ENSIM
Team, Im im new on this forum and with RSYNC, i have a Server that im using for hosting my own subdomains, using Ensim and MYSQL, but i have another server that o would like to be my backup server.. (FYI: I have 2 License of the Ensim) My questions are: 1.- Can i use Rsync to backup my primary server to the secondary server? MYSQL, ENSIM? 2.- If so how would i do it? Do i just do a whole