Displaying 7 results from an estimated 7 matches for "drachenboot".
2015 May 16
2
preexec and msdfs proxy
...oups = 5
winbind refresh tickets = yes
winbind max domain connections = 10
create krb5 conf = no
template shell = /bin/bash
template homedir = /home/%D/%U
client NTLMv2 auth = yes
printcap name = /dev/null
disable spoolss = yes
show add printer wizard = no
load printers = no
host msdfs = yes
[Drachenboot$]
root preexec = /etc/samba/preexec_root.sh //REALBIGFS/Drachenboot$ %H/Drachenboot %D %U Drachenboot
preexec = echo \"%u connected to %S from %m (%I)\" >> /tmp/users.txt
msdfs root = yes
msdfs proxy = \REALBIGFS\Drachenboot_ro$
read only = yes
browseable = no
follow symlinks = no
h...
2015 May 12
2
preexec and msdfs proxy
On 12/05/15 20:27, Greg Enlow wrote:
> To the powers the might be,
>
> it seems that the "(root) preexec" function does not work when used with "msdfs proxy". Is that just "my" problem, an error or by design?
> If it is by design, I would be curious to know why.
> If it is an error, can it be addressed fairly quickly?
> If it is none of the above,
2015 May 18
2
preexec and msdfs proxy
...>
> create krb5 conf = no
>
> template shell = /bin/bash
> template homedir = /home/%D/%U
>
> client NTLMv2 auth = yes
>
> printcap name = /dev/null
> disable spoolss = yes
> show add printer wizard = no
> load printers = no
>
> host msdfs = yes
>
> [Drachenboot$]
> root preexec = /etc/samba/preexec_root.sh //REALBIGFS/Drachenboot$
> %H/Drachenboot %D %U Drachenboot preexec = echo \"%u connected to %S from %m
> (%I)\" >> /tmp/users.txt msdfs root = yes msdfs proxy =
> \REALBIGFS\Drachenboot_ro$ read only = yes browseable = no fo...
2015 May 13
0
preexec and msdfs proxy
...oups = 5
winbind refresh tickets = yes
winbind max domain connections = 10
create krb5 conf = no
template shell = /bin/bash
template homedir = /home/%D/%U
client NTLMv2 auth = yes
printcap name = /dev/null
disable spoolss = yes
show add printer wizard = no
load printers = no
host msdfs = yes
[Drachenboot$]
root preexec = /etc/samba/preexec_root.sh //REALBIGFS/Drachenboot$ %H/Drachenboot %D %U Drachenboot
preexec = echo \"%u connected to %S from %m (%I)\" >> /tmp/users.txt
msdfs root = yes
msdfs proxy = \REALBIGFS\Drachenboot_ro$
read only = yes
browseable = no
follow symlinks = no
h...
2015 May 18
0
preexec and msdfs proxy
...oups = 5
winbind refresh tickets = yes
winbind max domain connections = 10
create krb5 conf = no
template shell = /bin/bash
template homedir = /home/%D/%U
client NTLMv2 auth = yes
printcap name = /dev/null
disable spoolss = yes
show add printer wizard = no
load printers = no
host msdfs = yes
[Drachenboot$]
root preexec = /etc/samba/preexec_root.sh //REALBIGFS/Drachenboot$
%H/Drachenboot %D %U Drachenboot preexec = echo \"%u connected to %S from %m
(%I)\" >> /tmp/users.txt msdfs root = yes msdfs proxy =
\REALBIGFS\Drachenboot_ro$ read only = yes browseable = no follow symlinks =
no h...
2015 May 18
0
preexec and msdfs proxy
...shell = /bin/bash
>> template homedir = /home/%D/%U
>>
>> client NTLMv2 auth = yes
>>
>> printcap name = /dev/null
>> disable spoolss = yes
>> show add printer wizard = no
>> load printers = no
>>
>> host msdfs = yes
>>
>> [Drachenboot$]
>> root preexec = /etc/samba/preexec_root.sh //REALBIGFS/Drachenboot$
>> %H/Drachenboot %D %U Drachenboot preexec = echo \"%u connected to %S from %m
>> (%I)\" >> /tmp/users.txt msdfs root = yes msdfs proxy =
>> \REALBIGFS\Drachenboot_ro$ read only = yes br...
2015 May 28
2
preexec and msdfs proxy
One more time:
root preexec does: run a command or script if the user hit the share. Now
with msdfs proxy it need to be run on the linked host that carries the
share. So you are better
to set root preexec on the share of the linked host. I think there is no
other way.
Server1
[sharepointtoserver2]
msdfs root=yes
msdfs proxy =\server2\shareonserver2
Server2
[shareonserver2]
Root