Displaying 9 results from an estimated 9 matches for "tmp_ctx".
Did you mean:
temp_ctl
2006 Aug 10
6
3.0.20 -> 3.0.23 SID/group error?? Won't connect.
Gerry, all:
HELP! On mandriva, I compiled samba from source and got it running, but
I cannot connect from windows. (see my post from earlier "[Samba] Compiling
and Configuring Samba for Mandrival")
I think this relates to the group/SID changes discussed in the release
notes. However, I'm not smart enough to figure it out. The tarball compiled
and installed fine. It
2019 Feb 18
0
SMB Signing with "map to guest = " options
...ave correct session keys.
The bug is in:
NTSTATUS make_server_info_info3(TALLOC_CTX *mem_ctx,
const char *sent_nt_username,
const char *domain,
struct auth_serversupplied_info **server_info,
const struct netr_SamInfo3 *info3)
The problem is this bit:
nt_status = check_account(tmp_ctx,
nt_domain,
nt_username,
&found_username,
&pwd,
&username_was_mapped);
if (!NT_STATUS_IS_OK(nt_status)) {
/* Handle 'map to guest = Bad Uid */
if (NT_STATUS_EQUAL(nt_status, NT_STATUS_NO_SUCH_USER) &&
(lp_security() == SEC_ADS || lp_...
2022 Nov 25
1
samba-gpupdate nsswitch error
...bunch of testing with David Mulder, recommendation was to create
a bug report: https://bugzilla.samba.org/show_bug.cgi?id=15225
What other troubleshooting steps / logging can I do to try and track
down the issue.
> source3/auth/token_util.c:562
>
> ??????????????? pass = getpwuid_alloc(tmp_ctx, uid);
> and pass is null
>
> This is the error in the log:
> ? /usr/sbin/samba-gpupdate: add_local_groups: SID
> S-1-5-21-33300784-995546578-3414580312-1107 -> getpwuid(2001107)
> failed, is nsswitch configured?
>
> root at fs1:~/samba.git# wbinfo -s
> S-1-5-21-333...
2011 Sep 17
1
vfs_shadow_copy2 doesn't seem to work with basedir of /
...] != 0 && handle->conn->connectpath[baselen] != '/')) {
379 DEBUG(0,("convert_shadow2_name: basedir %s is not a parent of %s\n",
380 basedir, handle->conn->connectpath));
381 talloc_free(tmp_ctx);
382 return NULL;
383 }
I'm running Samba on Debian Squeeze:
mattcen at adam:tmp$ lsb_release -idrc
Distributor ID: Debian
Description: Debian GNU/Linux 6.0.2 (squeeze)
Release: 6.0.2
Codename: squeeze
mattcen at adam:tmp$ dpkg...
2019 Feb 14
3
SMB Signing with "map to guest = " options
Hi,
I'm using samba-4.7.x
I have some confusions over "map to guest=" options with setting SMB Signing
1. Set "*Server signing =auto*", "*map to guest=bad uid*" and set "client
signing in windows 2k12 server group policy" to "Microsoft network client:
Digitally sign communications (Always)” = *Disable*"
SMB_Server is joined to Windows 2k12
2016 Aug 26
2
Loading shared RPC modules failed
> On Fri, Aug 26, 2016 at 12:19:30PM -0400, Thomas Schulz via samba wrote:
> > I am testing Samba 4.5.0rc2 on a Solaris 10 i386 box. log.smbd contains
> > a new message/error that does not show up on Samba 4.4.5. The error is:
> >
> > [2016/08/26 11:45:54.886237, 0]
> > ../source3/rpc_server/rpc_service_setup.c:539(dcesrv_ep_setup)
> > dcesrv_ep_setup:
2016 Mar 06
0
Segmentation Fault when trying to set root samba password, IPA as a backend
...= 0x80032f78
__FUNCTION__ = "ldapsam_get_new_rid"
#2 0xb7d45c33 in ldapsam_new_rid_internal (methods=0x80027e28,
rid=0xbffffb58)
at ../source3/passdb/pdb_ldap.c:4882
result = {v = 0}
i = 0
#3 0xb7d46bd3 in ldapsam_create_user (my_methods=0x80027e28,
tmp_ctx=0x8001e888, name=0x800081c0 <user_name> "ldap09", acb_info=16,
---Type <return> to continue, or q <return> to quit---
rid=0xbffffb58) at ../source3/passdb/pdb_ldap.c:5248
ldap_state = 0x80027aa8
entry = 0x0
result = 0x8001d468
num...
2016 Mar 06
2
Segmentation Fault when trying to set root samba password, IPA as a backend
On Fri, Mar 04, 2016 at 04:16:44PM +0000, Rowland penny wrote:
> On 04/03/16 09:58, Volker Lendecke wrote:
> >On Fri, Mar 04, 2016 at 10:53:17AM +0100, Volker Lendecke wrote:
> >>On Wed, Mar 02, 2016 at 09:23:34AM +0000, Rowland penny wrote:
> >>>OK, here is the output:
> >>Can you try the attached (UNTESTED!) patch?
> >>
> >>Thanks,
>
2017 Jun 13
2
skip chunk if "DRS linked attribute for GUID - DN not found"
...sdb_reference_schema(ldb, cur_schema, false);
+ }
+ DEBUG(0,(__location__ " Failed to prepare commit of transaction: %s\n",
+ ldb_errstring(ldb)));
+ TALLOC_FREE(tmp_ctx);
+ return WERR_DS_NO_SUCH_OBJECT;
+ }
if (ret != LDB_SUCCESS) {
/* restore previous schema */
if (used_global_schema) {
diff --git a/source4/dsdb/repl/drepl_out_helpers.c b/sourc...