Displaying 20 results from an estimated 130 matches similar to: "samba-4.5.x Doesn't work against Anonymous login to windows"
2002 Nov 29
0
libsmbclient problem
Hi *,
I have a problem (configuration problem probably) using the libsmbclient
library (samba 2.2.6/7).
I use a small c program to open directories (workgroups and servers) and
list the contents of these dirs.
I have two samba servers int the network. The first is everything-master
and wins server, the second is nothing like that. The program works fine
if I run it on the first server (using
2007 Sep 19
0
Authentication problems using libsmbclient to traverse DFS links
Hi,
I'm trying to create a map of DFS links to actual server/share's.
I know that you can get this information by logging on to the DFS root
server, but I'm trying to use the libsmbclient API to
get this information.
I have created a fairly simple DFS structure on 2003 servers with
everything on the same domain.
//MyDomain/DFSRoot
/Link1 -> //Fileserv-1/FileShare1
/Link2
2007 Apr 06
1
Authentication problems using libsmbclient API and DFS shares
Hi,
I'm trying to create a map of DFS links to actual
server/share's.? I know that you can get this information by logging
on to the DFS root server, but I'm trying to use the libsmbclient API to
get this information.
I have created a fairly simple DFS
structure on 2003 servers with everything on the same domain.
//MyDomain/DFSRoot
/Link1 -> //Fileserv-1/FileShare1
2002 Nov 28
0
problem with smbc_init in libsmbclient
Hi,
I have attached a very simple c program, that first does a smbc_init and
then a smbc_opendir. The problem: smbc_init return an error (No such file
or directory) and then i get a segmentation fault. I don't know what
possibly could be the problem. Maybe some of you guys have an idea. I
think i have libsmbclient from samba 2.2.7(compiled on my own system) and
the rest of the samba stuff is
2018 Sep 14
2
AD integration issues
Hello,
I have a CentOS 7 system configured as a samba server using ADS
security. I am able to get users to login from PC's that are part of
the AD domain but users coming from systems that are not part of the
AD domain are not able to access the smb shares. Here is more
information about the enviornment and issue:
--
# rpm -qa | grep -i samba
samba-client-4.6.2-12.el7_4.x86_64
2009 Sep 07
1
Problem with Samba 3.4 Franky: Internal Error starting Samba3
Hi all,
I got a problem while trying to set up a Samba 3.4 Server in hybrid-mode.
After trying for some time I managed doing a merged-build of Samba3 and
Samba4 and I can now start samba4 without getting errors. However, the
same is not true for Samba3: starting it, I get the below error message.
Has anyone an idea about what the reason could be? Did I miss anything
during build/setup?
2011 Jan 20
1
libwbclient not found
Hi,
I've just done a fresh install of ubuntu maverick, I added the PPA sources
deb http://ppa.launchpad.net/samba-team/ppa/ubuntu maverick main
deb-src http://ppa.launchpad.net/samba-team/ppa/ubuntu maverick main
installed Samba4....
For some reason samba can't find libwbclient
root at morannon:/etc/apt/sources.list.d# ldd -d -r /usr/sbin/samba
linux-vdso.so.1 =>
2004 Apr 19
0
libsmbclient vs. C++
Is it possible to use libsmbclient with C++?
I make a sample program. When I try to make it, I got the following errors:
In function `main':
undefined reference to `smbc_init
undefined reference to `smbc_opendir
When I change the extension to .c, the build was successfully.
I use Mandrake cooker with gcc-3.3.2.
2024 Oct 25
0
Could not find a suitable mechtype in NEG_TOKEN_INIT error in libsmbclient 4.19.4
>
>> Looking at the packet captures, when its working on libsmbclient 4.10,
>> it first sends a SMB1 negotiate protocol request, to which server
>> sends back a SMB2 response. Then there is a SMB2 negotiate protocol
>> request/response again.
>>
>> In 4.19, there is a SMB2 client negotiate protocol request
>> straightaway and to which the server
2007 Aug 21
3
Segment violation during the list of directory with smbc_readdir
Dear samba,
I have a small piece of code that crashes on Samba 3.0.5:
int main()
{
int smbdh;
struct smbc_dirent *smbdi;
char *smb_url = "smb://SERVER/Archive/NOT EMPTY";
if(smbc_init(get_auth, 0) < 0)
{
fprintf(stderr, "error initializing libsmbclient: %s\n",
strerror(errno));
return -1;
}
if((smbdh =
2019 Nov 28
2
security=domain fails after upgr. to 4.9, winbind doesn't help
Hi Rowland,
> Remove 'map untrusted to domain = Yes', it has been removed.
>
> Add 'domain logons = Yes'
>
> This gets it back to being a PDC:
thanks for the hints! I did that, but it doesn't help. I guess the
problem is not on the PDC server but on SERVER2. That's the one
that got upgraded and stopped working (even with the non-pdc config
of SERVER1).
I
2018 Apr 17
1
[Announce] Samba 4.7.7 Available for Download
========================================================
"In politics stupidity
is not a handicap."
Napoleon Bonaparte
========================================================
Release Announcements
---------------------
This is the latest stable release of the Samba 4.7 release series.
Changes since 4.7.6:
--------------------
o Jeremy Allison <jra at
2018 Apr 17
1
[Announce] Samba 4.7.7 Available for Download
========================================================
"In politics stupidity
is not a handicap."
Napoleon Bonaparte
========================================================
Release Announcements
---------------------
This is the latest stable release of the Samba 4.7 release series.
Changes since 4.7.6:
--------------------
o Jeremy Allison <jra at
2018 Nov 01
4
Kodi crashes when trying to browse network
Hi,
I maintain Kodi[1] in RPMFusion[2] and the latest version of Kodi, 18.0, is crashing
when trying to browse the SMB network. The previous version, 17.x, worked fine.
The backtrace shows that Samba was not able to open /dev/urandom, which can't be
true and must be masking another issue. The issue occurs on any Fedora 28 or 29
system (multiple user reports[3]). SELinux is disabled and
2019 Oct 15
3
Problem with SPNEGO on full trust 2016 DC <> Samba 4.10.7 AD
I've read the documentation that domain trusts should be fully supported with both Kerberos and NTLM authentication. I've created a new 2016 domain on a Windows box and created a Samba domain on a Linux box with a BIND9_DLZ backend. Both servers can resolve both DNS domains forwards and backwards and I am able to connect a Windows 10 client to the Samba domain without any issues. The
2014 Jul 30
0
[Announce] Samba 4.0.20 Available for Download
=======================================================================
"I told Mario Goetze, 'go out and show
the world you are better than Messi!'"
Joachim Loew
=======================================================================
Release Announcements
---------------------
This is the latest stable release of the Samba 4.0 release series.
Changes since
2014 Jul 30
0
[Announce] Samba 4.0.20 Available for Download
=======================================================================
"I told Mario Goetze, 'go out and show
the world you are better than Messi!'"
Joachim Loew
=======================================================================
Release Announcements
---------------------
This is the latest stable release of the Samba 4.0 release series.
Changes since
2017 Sep 21
2
get access denied on samba AD share
Hello Sambaers, i can not access my samba shares after upgrade my centos to 7.4,samba version was upgraded to 4.6.2
i joined centos to windows domain by realm command,domain user(format as username at doaminname) could login to centos
could get kerberos ticket by kinit with domain user
execute net view command at domain windows server get access denied
C:\>net view
2014 Jul 28
0
[Announce] Samba 4.1.10 Available for Download
=====================================================================
"When your work speaks for itself,
don't interrupt."
Henry J. Kaiser
=====================================================================
Release Announcements
---------------------
This is the latest stable release of Samba 4.1.
Changes since 4.1.9:
--------------------
o Michael Adam
2014 Jul 28
0
[Announce] Samba 4.1.10 Available for Download
=====================================================================
"When your work speaks for itself,
don't interrupt."
Henry J. Kaiser
=====================================================================
Release Announcements
---------------------
This is the latest stable release of Samba 4.1.
Changes since 4.1.9:
--------------------
o Michael Adam