Displaying 20 results from an estimated 7000 matches similar to: "include directive for conffiles"
2012 May 31
1
ControlMaster, scp and current working directory
Hi,
It seems there is a problem regarding ControlMaster and scp'ing a file
depending on the current working directory:
$ cd ~/Personnel
$ scp -o ControlMaster=yes cox.jpg host.local:
muxserver_listen bind(): No such file or directory
lost connection
$ scp -o ControlMaster=no cox.jpg host.local:
cox.jpg 100% 222KB 222.1KB/s 00:00
$ cd
$ scp -o
2007 May 10
2
programming libsmbclient
hi all,
I have a strange problem using the libsmbclient api..
retrieving or stating files named with percents in is for some
of them impossible. Example: a file located at "smb://test/test/%7C2.txt" cannot be retrieved
with my code, smbc_open fails with the code NT_STATUS_OBJECT_NAME_INVALID.
I am not sure but, url encoding/decoding that would escape strings with "percent"
2013 Jan 26
0
Processed: switching email address
Processing commands for control at bugs.debian.org:
> # bugs with submitter debian at abeckmann.de
> submitter 479445 !
Bug #479445 [gnuplot] gnuplot: wrong line numbers for missing files reported during replot
Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>'
> submitter 681568 !
Bug #681568
2001 Oct 24
0
W2K and include=%U
Hi List,
sorry for reposting but we still have trouble with our environment.
The facts:
The current network consists of Windows98-clients and a linux-box
with samba 2.0.7 acting as a pdc.
In the smb.conf we use the entry:
include=smb.conf.%U
to achieve that every user gets his own, dedicated network neigh-
borhood. That way the user sees only that ressources that he's
allowed to access.
2014 Dec 14
0
rsync not copy all information for font file
Hi Ram,
In OS X, some font types (not all) put the font payload in the resource fork. Netatalk provides AFP filesharing, imitating the resource forks by creating secondary files in ?.Appledouble? folders within each folder. Netatalk tracks the resource forks, and other metadata, by keeping a ?Desktop database? at the root of the shared volume ? look for .AppleDesktop, and .AppleDB.
You can
2015 Feb 10
0
rodc and KRB_TGS_REQ forwarding to RWDC to access hub ressources
Hi,
As far I know, all this should work as you would expect. Quite recently,
Andrew Bartlett and I went about testing some of the behaviour of the
KDC and confirming behaviour such as RODC ticket forwarding.
The one thing to check would be whether or not Samba is being linked
against system Heimdal. As it stands, there is no real testing of Samba
using system Heimdal and from the testing
2024 Feb 23
2
Samba share and groups permissions
Hello,
I have a Fedora server, part of a domain, on which various shares are
configured.
For one share, I want to set up permissions according to the groups to
which the users belong. But it doesn't work. For example, I want the
share to be accessible by group A in read-write mode, and group B in
read-only mode. I use setfacl for this. But neither group A nor group B
have access to the
2003 Dec 22
0
W98 abnormal behaviour
Hi all,
i've got a strange behaviour with W98 workstations :
I've samba3 running as a PDC on an heterogeneous network.
it's used for authentication only and profiles are disabled so we use the local
profile on workstation.
the configuration works fine for Win2k and XP. But on W98, it get an "standard"
profile from an unknown place and manage to write it on the server...
2007 Apr 05
0
Re: Fwd: Win32 services management?
Hi,
I am interested in implementing the 'createservice()' functionality
using the RPC protocol. I need this functionality badly, and I
understand it is not implemented.
I understand vaguely how this should be working and found some
documentation,
here: http://www.hsc.fr/ressources/articles/win_net_srv/
here:http://www.hsc.fr/ressources/articles/win_net_srv/well_known_named_pipes.html
2015 Feb 16
0
rodc and KRB_TGS_REQ forwarding to RWDC to access hub ressources
Hi,
If you don't make much progress on your own, one thing you could do is
turn up the logging level and send in some logs and network traces (and
the steps you took). This is usually the easiest way to diagnose any
obvious issues and gives a much better sense of what is actually happening.
One other thing is that we generally recommend against .LOCAL domains
although I would have no
2015 Feb 10
2
rodc and KRB_TGS_REQ forwarding to RWDC to access hub ressources
Hi everyone,
I would like to have some input on ressources access from a workstation
logged on a RODC server that has to connect on hub site servers.
After login in the remote windows workstation, I have LOGONSERVER
environment variable set to the local RODC server (workstation and user
credentials have been preloaded). Everything works fine on local server.
However if I want to connect to
2024 Feb 23
2
Samba share and groups permissions
Thanks Rowland & Miguel,
Sorry, I didn't know setting in share overrides setting in global.
So I've in the global section "vfs objects = recycle acl_xattr", but it
doesn't work either.
getent group <GROUP_NAME> command returns the group name correctly
(DOMAIN\group_name:x:10006:).
Nicolas
Le 23/02/2024 ? 10:23, Rowland Penny via samba a ?crit?:
> On Fri,
2012 Dec 05
1
ISOLINUX 5.00pre13 INCLUDE directive problem
In 5.00pre13, the following set of cfg files is not parsed as
expected.
*** common.cfg START ***
UI menu.cfg
# HERE WE ADD DEFAULT COMMON DIRECTIVES
# For example we set colors for the menu.
*** common.cfg END ***
*** syslinux.cfg START ***
INCLUDE common.cfg
LABEL hello
COM32 hello.c32
*** syslinux.cfg END ***
Then ISOLINUX reads "syslinux.cfg", but it
2003 Jun 13
0
INCLUDE directive
Thank you for your valuable help, Tom and sorry to ruin a Friday night, the
13th -:)
It worked. And I must have been high last nite and done something wrong to
shutdown VPN. Anyway I now have all my_files as I want and everything works
perfectly.
Cheers and have a very nice weekend.
M Lu.
>From: Tom Eastep <teastep@shorewall.net>
>To: M Lu <mlu919@hotmail.com>
>CC:
2007 Jun 20
1
"Include" directive in ~/.ssh/config
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I would like an 'Include' directive or similar for ssh client config
files.
My ~/.ssh/config file is larger than I would like, 147 Host stanzas
currently (and I doubt I set any record there). I have some
networks/hosts I access via some pretty complex setups (port-fwded SSH
via intermediate hosts, multiple port-fwds for various applications,
2009 Jan 05
1
"Include" directive in ~/.ssh/config (reprise)
Hi,
About a year and a half ago, Hank Leininger posted a plea to this list
for the inclusion of an Include directive in OpenSSH's configuration
file.
Hank's suggestion is detailed and thorough enough IMHO, so instead of
repeating it I'll link it here http://marc.info/?l=openssh-unix-dev&m=118236823907002&w=2
.
I'm also interested in this feature, and though my C
2014 Feb 13
0
[Bug 1975] Support for Match configuration directive to also include subsystems
https://bugzilla.mindrot.org/show_bug.cgi?id=1975
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
At present, this is not possible
2008 May 27
2
Error when using include directive in Sieve
Hi
I have two sieve scripts:
# cat /var/vmail/sieve/global
require ["include"];
include :global "spam";
include :personal "sieve";
# cat /var/vmail/sieve/spam
require "fileinto";
if exists "X-Spam-Flag" {
fileinto "Junk";
}
# ls -l /var/vmail/sieve/
total 16
-rw-r--r-- 1 mailuser mailgroup 68 2008-05-28 00:40 global
-rw------- 1
2003 Oct 02
0
Include directive is not being processed by samba.
I have the following Problem, include doesn't seem to work very well,
its VERY intermitantly. The files are attached below along with an
smbclient output.
Basically I am setting up a PUBLIC share, that if I connect to will give
me admin access. It contains service packs and fixes, so when I install
someones system, they can just click and connect, without being prompted
for a password.
2024 Feb 23
1
Samba share and groups permissions
On Fri, 23 Feb 2024 08:13:08 +0100
Nicolas Boiss? via samba <samba at lists.samba.org> wrote:
> Hello,
>
> I have a Fedora server, part of a domain, on which various shares are
> configured.
>
> For one share, I want to set up permissions according to the groups
> to which the users belong. But it doesn't work. For example, I want
> the share to be accessible