Displaying 20 results from an estimated 2000 matches similar to: "Re: Coming round to SURS..."
2006 Jul 12
1
updated samba-3.0.23/examples/pdb/test.c
See attached samba-3.0.23/examples/pdb/test.c which actually compiles.
-------------- next part --------------
/*
* Test password backend for samba
* Copyright (C) Jelmer Vernooij 2002
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the
2019 Feb 18
0
SMB Signing with "map to guest = " options
On Wed, 2019-02-13 at 23:58 -0600, shivappa Sangapur via samba wrote:
> Hi,
>
> I'm using samba-4.7.x
> I have some confusions over "map to guest=" options with setting SMB
> Signing
>
>
> I want to understand why in case of *#2 and #5* it is not opening
> shares of
> my smb-4.7.x shares,
>
This is probably a case we haven't really
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 06:44:05PM +0200, Ralph Böhme wrote:
>
> Cheerio!
> -slow
Still reviewing this - but a few things that will need changing:
When adding the validate_nt_acl_blob() function in
[PATCH 06/12] vfs_acl_common: move the ACL blob validation to a helper function
this makes some of the existing function names in debug statements
incorrect.
Eg. validate_nt_acl_blob()
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
On Sat, Aug 27, 2016 at 12:46:12PM +0200, Ralph Böhme via samba wrote:
>
> ...and this one even has bug urls in all commit messages. Sorry for
> forgetting this in the previous version.
Juuuusttt *one* leetle change, sorry :-).
I was following the changes to the talloc heirarchy in the
code and realized that adding the following change made it
much clearer (at least to me).
diff --git
2003 Sep 27
0
Samba 3(PDC) + winbind, anyone has it working ?
Hi,
I have reported this(and seen similar problems by
others) before. I took the plunge today and trace into
the source to see what happened. The result seems to
be that winbind(or the nsswitch part) would never work
in a PDC/BDC situation, only for other trusted
domain(probably). Below is my analysis.
I have setup nsswitch.conf and pam.d/login properly so
libnss_winbind and pam_winbind are
2006 Jun 27
1
iconv.c / static charset prototype/assembler bug?
Hi!
I think there is a little bug in the current samba release (3.0.22).
Take a look at cp850.c at the last line and you will see following
definition:
SMB_GENERATE_CHARSET_MODULE_8_BIT_GAP(CP850)
Using the macros from charset.c, the preprocessor expands this to:
NTSTATUS charset_CP850_init(void) \
{ \
return
2016 Aug 09
0
Hyper-V Virtual Machines fail to start on Samba shares
Hello,
As you said, I have changed Samba configuration and reconfigure Active
Directory domain, but still the same problem, I cannot start Hyper-V
Virtual Machine stored on Samba shares.
*# cat /etc/samba/smb.conf*[global]
workgroup = RES
netbios name = dsshp2
vfs objects = acl_xattr shadow_copy2 fileid
fileid:mapping = fsid
encrypt passwords = yes
domain logons = no
2007 Feb 05
0
[SAMBA-SECURITY] CVE-2007-0452: Potential DoS against smbd in Samba 3.0.6 - 3.0.23d
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==========================================================
==
== Subject: Potential Denial of Service bug in smbd
== CVE ID#: CVE-2007-0452
==
== Versions: Samba 3.0.6 - 3.0.23d (inclusive)
==
== Summary: A logic error in the deferred open code
== can lead to an infinite loop in smbd
==
2007 Feb 05
0
[SAMBA-SECURITY] CVE-2007-0452: Potential DoS against smbd in Samba 3.0.6 - 3.0.23d
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==========================================================
==
== Subject: Potential Denial of Service bug in smbd
== CVE ID#: CVE-2007-0452
==
== Versions: Samba 3.0.6 - 3.0.23d (inclusive)
==
== Summary: A logic error in the deferred open code
== can lead to an infinite loop in smbd
==
2007 Jan 19
1
Possible bug on net rpc trustdom establish
Hello,
When running net rpc trustdom establish command for PDC trusts, I got
the following error with a core dump in 3.0.21c, on HP-UX and
3.0.21c-7.1.5-SUSE-SL10.0.
Couldn't connect to domain MY_DOM controller. Error was
NT_STATUS_ACCESS_DENIED.
bt
#0 0xc016f4d4 in memset () from /usr/lib/libc.2
#1 0x89ab8 in cli_send_trans ()
#2 0x83b0c in cli_api ()
#3 0x9715c in cli_get_pdc_name ()
#4
1997 Oct 23
1
NT domain logon questions
Hi. Myself and a anti-Micro$oft companion tried to get
NT domain logons working yesterday and seem pretty close, but
not quite.
Samba is 1.9.18alpha3, server is an Ultra-2 running SunOS 5.5.1.
Encrypted passwords seem to be working, a la smbclient and mostly
from NT, "mostly" because it *seemed* to be working but we did
have some problems with home directories in smbpasswd changing
2005 Mar 17
0
usrmgr.exe and problems
Hello!
Jerry you are right about script and permissions!
I'm looking again to usrmgr.exe and has corrected most of the problems
of which I spoke earlier
This patch is corrected most problems, but i can't fixed, current
moment, problems where "not root" create "global group" ... sorry :(
This patch not create security holes and another holes ... :)
I'm testing
2003 May 25
2
Problem reading/writing permissions under Windows (V 2.2.8a)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
as the subject says, I've problems reading the permissions of a file/folder beeing located on my Samba server with the Windows-Explorer.
To solve the problem, I've read through log.smbd and found that introducion error: "error packet at smbd/nttrans.c(86) cmd=160 (SMBnttrans) NT_STATUS_BUFFER_TOO_SMALL" followed by various
2018 Feb 26
0
Fwd: Client fails to mount with Samba running as daemon. Fine in foreground.
Hi all,
Experiencing a really weird issue on my Samba instance (4.7.5). It is not
allowing users to browse any shares when running as a systemctl daemon, but
it is working fine when running as a foreground service.
Contents of systemctl service unit:
# cat /usr/lib/systemd/system/smb.service
[Unit]
Description=Samba SMB Daemon
After=syslog.target network.target nmb.service winbind.service
2004 Jan 27
1
Group mapping bugs + PATCH
Hi all !
I've been using group mapping for a few weeks and found some bugs... For
three of them, I tried to develop a small patch. I don't know Samba code
very well and this is my first patch, so there could be errors :-p I hope
my investigations will be useful :)
* Platform :
Here is what I used :
Debian 3.0r1, Samba 3.0.2rc1 - PDC, OpenLDAP 2.1.23 as backend
smb.conf extract :
2020 Jul 15
2
Interacting with LDAP db without password as root
Wed, 15 Jul 2020 13:56:48 +0100 Rowland penny via samba <samba at lists.samba.org>:
> On 15/07/2020 13:36, RhineDevil via samba wrote:
> > How could I avoid being asked a password when interacting with /var/lib/samba/private/ldap_priv/ldapi through ldapsearch or ldaputils in general?
> > (ldapsearch -H ldapi//%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldapi)
>
> Don't use
2014 Mar 06
0
string_to_sid: SID @groupname is not in a valid format
Hi all,
I've installed samba (Sernet 3.6.22 on CentOS 6) on a NATed system and now I'm not able to connect or write to my shares.
The message in the log says:
[2014/03/06 09:45:38.849457, 3, pid=48264, effective(0, 0), real(0, 0)] ../libcli/security/dom_sid.c:208(dom_sid_parse_endp)
string_to_sid: SID @smc_cc is not in a valid format
[2014/03/06 09:45:38.850510, 3, pid=48264,
2016 Mar 09
0
mkdir-dup test flapping
On Wed, Mar 09, 2016 at 04:11:05PM +1300, Douglas Bagnall wrote:
> We looked at this some more, and Andrew seemed to understand and wrote
> the attached patch.
Great catch you guys ! Thanks for taking a look,
I've been busy on other stuff for the past few
weeks.
Let me go through the issue and proposed code
*really* carefully :-). The open code can
be really tricky (as you've
2005 May 24
1
Samba net rpc group add NT_STATUS _ACCESS_DENIED
Hi,
when I am runnig on samba PDC command: net rpc group add "demo" -Uroot%password , samba returns this message: NT_STATUS _ACCESS_DENIED.
What is it? Where shall I set access rights?
Thanks
Zdenek
____________________________________________________________
http://www.seznam.cz - e-mailov? schr?nka 2000 MB
2004 Aug 05
0
Samba Installation Issues on QNX
I have downloaded samba-3.0.5 on qnx platform.
The configure process goes fine. I am noting down the statements which might lead to solving the issue.
checking for gcc... no
checking for cc... cc
checking for C compiler default output...
checking whether the C compiler works... ./: Permission denied
yes
checking whether we are cross compiling... no
checking for sys/types.h... yes
checking for