search for: pblob

Displaying 6 results from an estimated 6 matches for "pblob".

Did you mean: blob
2013 Apr 22
0
One of our users cannot connect to Samba-shares
...ros) Failed to verify incoming ticket with error NT_STATUS_LOGON_FAILURE!" Increasing the debug level then gave: .... [2013/04/22 14:18:28.769410, 10, pid=23552, effective(0, 0), real(0, 0)] smbd/sesssetup.c:1150(check_spnego_blob_complete) check_spnego_blob_complete: needed_len = 21149, pblob->length = 16460 [2013/04/22 14:18:28.769454, 3, pid=23552, effective(0, 0), real(0, 0)] smbd/error.c:80(error_packet_set) error packet at smbd/sesssetup.c(1317) cmd=115 (SMBsesssetupX) NT_STATUS_MORE_PROCESSING_REQUIRED ..... [2013/04/22 14:18:28.800264, 10, pid=23552, effective(0, 0), real(0...
2009 Feb 11
1
desactivating NTLM fallback when accessing a share and kerberos auth fails
Hello. I have a print server member of an AD domain, and my users are autenthicated through an external kerberos domain. My samba server FQDN is 'etoile.msr-inria.inria.fr', and has 'cups.msr-inria.inria.fr' as DNS alias. For foreign visitors, everything works fine: when attempting to reach \\cups, samba immediatly detect from given credentials than user comes from an
2009 Feb 16
1
Conncetion Problem on XP client against Samba 3.2.8 on AIX 5.3.9
..._arch(2205) set_remote_arch: Client arch is 'WinXP' [2009/02/16 13:15:08, 10] smbd/password.c:register_initial_vuid(194) register_initial_vuid: allocated vuid = 100 [2009/02/16 13:15:08, 10] smbd/sesssetup.c:check_spnego_blob_complete(1121) check_spnego_blob_complete: needed_len = 74, pblob->length = 74 [2009/02/16 13:15:08, 5] smbd/sesssetup.c:parse_spnego_mechanisms(749) parse_spnego_mechanisms: Got OID 1 3 6 1 4 1 311 2 2 10 [2009/02/16 13:15:08, 3] smbd/sesssetup.c:reply_spnego_negotiate(800) reply_spnego_negotiate: Got secblob of size 40 [2009/02/16 13:15:08, 5] auth/au...
2007 Aug 15
0
[Fwd: Re: password server DOMDC1 rejected the password: NT_STATUS_LOGON_FAILURE]
...act: < [2007/08/15 13:11:19, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(672) < Got user=[mchalvatzis] domain=[DOM] workstation=[FRA-W10065] len1=24 len2=190 --- > [2007/08/15 14:57:06, 10] smbd/sesssetup.c:check_spnego_blob_complete(975) > check_spnego_blob_complete: needed_len = 101, pblob->length = 101 > [2007/08/15 14:57:06, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(739) > Got user=[] domain=[] workstation=[FRA-W10065] len1=1 len2=0 The left side is the working version 3.0.23c the right side is the failing version 3.0.25b You see on the failing version the user and the d...
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
...eletions(-) > > diff --git a/source3/modules/vfs_acl_common.c b/source3/modules/vfs_acl_common.c > index 9a5b9bd..2163a75 100644 > --- a/source3/modules/vfs_acl_common.c > +++ b/source3/modules/vfs_acl_common.c > @@ -144,8 +144,8 @@ static NTSTATUS parse_acl_blob(const DATA_BLOB *pblob, > (ndr_pull_flags_fn_t)ndr_pull_xattr_NTACL); > > if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) { > - DEBUG(5, ("parse_acl_blob: ndr_pull_xattr_NTACL failed: %s\n", > - ndr_errstr(ndr_err))); > + DBG_INFO("ndr_pull_xattr_NTACL failed: %s\n", > + ndr...
2016 Aug 27
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 04:03:49PM -0700, Jeremy Allison wrote: > On Fri, Aug 26, 2016 at 02:46:19PM -0700, Jeremy Allison via samba wrote: > > 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