Displaying 8 results from an estimated 8 matches for "yourdir".
2018 Aug 17
0
explorer.exe crashes on security tab access
...ver/share /MyDir -U administrator%youradmiinpassword -a "ACL:YOURDOMAIN\Domain Users:ALLOWED/0x13/CHANGE"
smbcacls does not support recursive changes. So if you want to set permissions for all files in a tree, script it on the command line as in the example below.
find yourdir -exec smbcacls //server/share /{} -U administrator%youradminpassword -S "ACL:YOURDOMAIN\Domain Admins:ALLOWED/0x13/FULL" \;
- ‘yourdir’ is the directory you want to change, including all files and subdirs below it.
- //server/share / is the root of the share that ‘yourdir’ is on. If ‘yo...
2018 Aug 17
5
explorer.exe crashes on security tab access
Clearly this is some kind of bug. Can you submit a bug report or should I?
Also can you elaborate why it's bad practice to create files/folders as a
local Unix user/group on a Samba DC?
On Thu, Aug 16, 2018 at 9:50 PM, Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Thu, 16 Aug 2018 21:20:29 +0200
> Kacper <kacper at kacper.se> wrote:
>
> > The
2004 Oct 28
1
Remote file deletion
I've a particular situation in which I need to sometimes
delete one or two files from a remote site. I haven't
figured out a way to do it with rsync yet... I've considered
playing games with --exclude and --delete but I'm a bit
nervous of the chances of mayhem by a simple error.
Situation is a remote repository to which files are
added on occasion; there is no local copy. On
2018 Mar 23
3
explorer.exe and mmc.exe crashes on security tab access
Hi the list,
I have updated to 4.8.0 after using 4.7.3
root at samba:~# /usr/local/samba/sbin/samba -V
Version 4.8.0
I compiled from source with the following options :
./configure --enable-debug --enable-selftest
Samba run apparently normaly, but when i try to edit permission via windows,
explorer.exe crashes
I dont get anything relevant from samba's log.
But I get an error from windows
2003 Oct 23
0
A working solution to the XP domain reboot problem
...= "goddamit"
workgroup = mydomain
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192 SO_SNDBUF=8192
wins support = yes
encrypt passwords = yes
[homes]
read only = no
create mode = 0600
directory mode = 0700
[public]
path = /tmp
guest ok = yes
writable = yes
[home]
path = /home/yourdir
guest ok = yes
writeable = no
######################
On the Samba server, add this to /etc/passwd:
smbguest:x:1202:100:workstation:/dev/null:/bin/false
and this to /etc/shadow:
smbguest:*:9797:0:::::
then do:
smbpasswd -a smbguest
smbpasswd -a root
kill and restart 'smbd' and...
2006 Sep 09
2
actionmailer HELP
Hi,
I want to receive emails with actionmailer.And I try to do this example:
http://wiki.rubyonrails.org/rails/pages/HowToReceiveEmailsWithActionMailer
I am working on windows and I couldn''t set up Actionmailer for windows.
How can I configure actionmailer for windows? I am glad,if anybody can
help me
Regards...
--
Posted via http://www.ruby-forum.com/.
2010 Feb 01
2
Loading data from folder
Hi,
I am trying to load csv type data from a folder. However, rather than
syntax that simply loads one file at a time I was wondering if there
is a method that loads all data from a specific folder.
For instance, I have the following data files in a folder nebraskaStats:
10-1-2009_10-7-2009.txt
10-2-2009_10-8-2009.txt
10-3-2009_10-9-2009.txt
....etc. (245 total files in folder)
Each file
2004 Jun 25
4
X user application fails come up but xclock and xterm come up
Hi ,
I open secure Session with X11 forwarding. when run any standard X
applicattion like xterm xclock
it come up without any error. I start my user X application it fails. On
User application side it fails when
"xtOpenDisplay" system call with localhost:10.0.
On SSH server debug message are :
> debug1: X11 connection requested.
> debug2: fd 20 setting TCP_NODELAY
>