similar to: tree connect failed: NT_STATUS_ACCESS_DENIED

Displaying 20 results from an estimated 3000 matches similar to: "tree connect failed: NT_STATUS_ACCESS_DENIED"

2023 Oct 14
3
Compiling within Samba Source-Tree
Dear Samba-experts: we migrated from Samba 3.6 to 4.18 and everything works well. But there are two problems where I need some expert-help: We are using a daemon that is running on our AD-server. It accepts connections from remote machines and changes the passwords of certain users. Calling system("smbpasswd") from within that daemon would be too slow so the daemon calls
2002 Feb 14
2
Still Having Problems
I am still having trouble with my Windoze2K machine resolving the NetBIOS name of my Samba server. It appears in the Network Neighborhood window but clicking on it gives the "Server not accessible, network path not found" On the server, nmblookup returns names of other machines, but not the server itself unless I use "nmblookup -B 192.0.0.199 lserver." Otherwise it says
2003 Dec 04
0
Samba 3.0 PDC + win2000 client
Hi, I have been trying to get my win2000 clients to re-join our DOMAIN since upgrading to 3.0 I can access smb shares with 'NET USE ....' no problem but when trying to change win2000 from workgroup to domain it asks for use & password - this always fails with :- "login failed: unknown user or bad password" what could be the problem now ? TIA, Frank. # Global parameters
2000 Apr 20
0
Subnet with no NT server
I'm having a problem connecting from an NT workstation to a samba server on a different subnet. The NT workstation is the only Winxx machine on its subnet. I set samba to remote broadcast directly to this machine's IP address. I've also added this workstation to the lmhosts file on the server and added the server to the lmhosts file on the workstation. The workstation can see the
2007 Apr 18
1
[Bridge] [PATCH] bridge: check kmem_cache_create() error
This patch checks kmem_cache_create() error and aborts loading module on failure. Cc: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> --- net/bridge/br.c | 7 ++++++- net/bridge/br_fdb.c | 4 +++- net/bridge/br_private.h | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) Index:
2008 Nov 25
1
"recursive default argument" error
Dear R Users, I have a function foo in a script with default values for some of the parameters as follows: testparams=list(a=1,b=2,c=3) foo<-function(x,y,testparams=testparams) x+y+testparams$a+testparams$b+testparams$c When I try to run foo(1,2), I get the following error: > testparams=list(a=1,b=2,c=3) > foo<-function(x,y,testparams=testparams) +
2017 Jan 23
2
Can't setup shares on domain member server samba4
I have a new CentOS 7 installation which I joined to my domain using 'realm join mydomain.com'. That worked great. I can get a ticket with 'kinit administrator at mydomain.com'. But my samba shares don't work. In fact, when I browse (from windows 7 domain member) to the host (lserver), it just times out. Similarly, when I try from another Linux server: smbclient
2012 Jan 20
2
[PATCH] xen-blkfront: use bitmap_set() and bitmap_clear()
Use bitmap_set and bitmap_clear rather than modifying individual bits in a memory region. Signed-off-by: Akinobu Mita <akinobu.mita at gmail.com> Cc: Jeremy Fitzhardinge <jeremy.fitzhardinge at citrix.com> Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com> Cc: xen-devel at lists.xensource.com Cc: virtualization at lists.linux-foundation.org --- drivers/block/xen-blkfront.c |
2012 Jan 20
2
[PATCH] xen-blkfront: use bitmap_set() and bitmap_clear()
Use bitmap_set and bitmap_clear rather than modifying individual bits in a memory region. Signed-off-by: Akinobu Mita <akinobu.mita at gmail.com> Cc: Jeremy Fitzhardinge <jeremy.fitzhardinge at citrix.com> Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com> Cc: xen-devel at lists.xensource.com Cc: virtualization at lists.linux-foundation.org --- drivers/block/xen-blkfront.c |
2019 Apr 02
0
Make/Build Error on armhf
Hi, I noticed the same, actually with many more shared libraries. It already has been filed as bug https://bugzilla.samba.org/show_bug.cgi?id=13754 with version 4.10.0rc4 . Looking at what actually happens in detail no exotic build options are used so at first sight it looks more like a problem of the build tools on the RPi than a Samba problem. The simplest situation I could find was
2019 Apr 04
0
Make/Build Error on armhf
I tried the backports tip from https://bugzilla.samba.org/show_bug.cgi?id=13754 and samba 4.10.1 this works... compile finishes without an error... -----Ursprüngliche Nachricht----- Von: samba <samba-bounces at lists.samba.org> Im Auftrag von Dirk Laurenz via samba Gesendet: Dienstag, 2. April 2019 23:32 An: samba at lists.samba.org Cc: 'Norbert Hanke' <norbert.hanke at
2006 Jan 10
1
problem with printer drivers
Hallo, I'm running a Samba 2.2.5 server on a SuSE 8.1 box. I setup a [print$] share at server pslag, following the documentation. I have a [printer$] share too. Without it, Samba wouldn't export my cups printers for browsing. My config file is like that: [global] : printing = cups printcap name = CUPS printer admin = root load printers = Yes : [printers]
2001 Feb 05
1
I have an odd OpenSSH compatablity issue
I am on Solaris 2.8 with openssh 2.3.0p1 and openssl 0.9.6. The remote machine is running ssh.com 1.2.20 and Solaris 2.6. I think the problem has to do with the 1.2.20 KeyRegeneration, because in the next hour I will beable to get into the machine ok with openssh and then later in the day I will not beable to ssh in again for another hour. ssh -v -v sa at myhost.com SSH Version OpenSSH_2.3.0p1,
2002 Nov 22
2
OGG --> MP3 conversion app?
hello all does anyone know of a utility convert OGG to MP3 and prehapes MP3 to OGG? While i use ogg for everything on my computer, my discman only plays MP3 files, so a nice program where i can drag and drop folders to reencode to MP3 would be a very nice thing to have indeed. Kinda like oggdrop but mp3drop. if there isn't i might just attempt to write one (i'm just 1st year
2010 Nov 23
0
[PATCH v3 13/22] ocfs2: use little-endian bitops
As a preparation for removing ext2 non-atomic bit operations from asm/bitops.h. This converts ext2 non-atomic bit operations to little-endian bit operations. Signed-off-by: Akinobu Mita <akinobu.mita at gmail.com> Acked-by: Joel Becker <joel.becker at oracle.com> Cc: Mark Fasheh <mfasheh at suse.com> Cc: ocfs2-devel at oss.oracle.com --- No change from previous submission
2016 Apr 19
0
libsmbregistry.so: undefined reference to `gfree_charcnv'
When compiling Samba 4.4.2 with Ubuntu 14.04 x64, I get this output as below. <...> [3511/3922] Linking default/source4/lib/http/libhttp.so 21:22:07 runner /usr/bin/gcc default/source4/lib/http/http_1.o default/source4/lib/http/http_auth_1.o -o /tmp/build-debs.Z500qB/build/bin/default/source4/lib/http/libhttp.so -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -Wl,-z,relro,-z,now
2003 Mar 22
2
Transfer rate issues with OpenSSH SFTP Server - Verified on Mac OS X 10.2.X and FreeBSD 5.0
First, I have what I consider to be decent experience with SSH, and have been running VanDyke's VShell SSH server for considerable time under Windows 2000/XP. Recently, I have been working with Mac OS X and FreeBSD and have been using OpenSSH 3.4p1 The sftp server seems to have major issues when serving files, specifically, if one data stream is used the transfer rates fluxuate between 80 and
2009 Jul 07
1
Samba Windows resolve issue
I am having an issue with a new samba setup. My gateway server (H1 - the new setup) is running Samba and acting as my networks wins server. It also houses my email and web server. It is connected to a private network to another server (H3) running Samba acting as my main file server. The issue that I am experiencing is that H3 can view our webpage that is hosted on H1 but my Windows machines
2012 Oct 29
5
Re: [PATCH 2/9] uuid: use random32_get_bytes()
On Sun, Oct 28, 2012 at 04:18:59PM +0900, Akinobu Mita wrote: > Use random32_get_bytes() to generate 16 bytes of pseudo-random bytes. > > Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Since your patch is going to allow users to set the random seed, it means that what had previously been a bad security bug has just become a grievous security bug. If you are going to be
2016 Apr 01
5
Libreswan PEM format
Sorry but I have looked for over two days. Trying every command I could find. There is obviously a misunderstanding somewhere. After generating a key pair with ipsec newhostkey --configdir /etc/ipsec.d --output /etc/ipsec.d/my.secrets I exported to a file with ipsec showhostkey --ipseckey > file The man pages says ipsec showhostkey outputs in ipsec.conf(5) format, Ie ***.server.net.