Displaying 20 results from an estimated 24 matches for "nt_status_not_impl".
2006 Jul 12
1
updated samba-3.0.23/examples/pdb/test.c
...********************************
Start enumeration of the passwd list.
****************************************************************/
static NTSTATUS testsam_setsampwent(struct pdb_methods *methods, BOOL update, uint32 acb_mask)
{
DEBUG(10, ("testsam_setsampwent called\n"));
return NT_STATUS_NOT_IMPLEMENTED;
}
/***************************************************************
End enumeration of the passwd list.
****************************************************************/
static void testsam_endsampwent(struct pdb_methods *methods)
{
DEBUG(10, ("testsam_endsampwent called\n"));...
2019 Jun 20
2
error when trying to copy file from samba share to old Windows CE share
On Wed, Jun 19, 2019 at 3:41 PM Jeremy Allison <jra at samba.org> wrote:
> Weren't you getting a NT_STATUS_NOT_IMPLEMENTED level
> error return ?
>
> Look for the specific error return you see on the WinCE
> client in the trace.
Figured out the issue...
After comparing a good vs bad file copy in wireshark for a while, I
have found where it goes wrong. On the good copy I see an "NT Create
AndX...
2020 Apr 22
2
Samba update cause windows incorrect password
...ter username and
password and all works fine. But if I logout and enter the same
password, Windows tells me "Incorrect password".
In the samba log file I've only:
./source3/auth/auth_winbind.c:129(check_winbind_security)
check_winbind_security: pdb_enum_trusted_domains() failed -
NT_STATUS_NOT_IMPLEMENTED
No other error messages:
Follow some configuration from smb.conf:
security = user
passdb backend = tdbsam
ntlm auth = yes
lanman auth = no
client ntlmv2 auth = yes
client use spnego = no
domain master = yes
local master = yes
domain logons = yes
server max protocol =...
2019 Jun 19
2
error when trying to copy file from samba share to old Windows CE share
On Wed, Jun 19, 2019 at 2:57 PM Jeremy Allison <jra at samba.org> wrote:
> Only wireshark traces and debug level 10 logs are
> going to help here I'm afraid.
I have the tcpdumps open in wireshark right now, and also have debug
10 logs. Do you want me to just email these directly to you or
something? I have been staring at wireshark for like 20 minutes now,
but don't really
2005 Feb 08
2
samba 3.0.11, security=server and smbpasswd as fallback not working
Hi,
with samba 2.2.12 a user was able to connect to a share with his local
smbpasswd if he had no user on the password server. I updated the samba
server
to 3.0.11 and this is not working anymore. I kept the config files and the
smbpasswd file. The smb.conf man page describes old behavior, but if the
password server rejects the password the connection gets terminated
with
2002 Feb 21
2
Printer installation with imprints package
...ewed. The driver files get uploaded, but they don't register as an
installed driver, with rpcclient 'enumdrivers' I don't 'see' them.
When I set the imprints install_printer_drivers.pl script to 'debug' and
watch the output I see a rpcclient command giving back
'NT_STATUS_NOT_IMPLEMENTED', but when I do the SAME command for
rpcclient myself I get NT_STATUS_ACCESS_VIOLATION, and when I try the
very same command in the same rpcclient session, rpcclient crashes:
rpcclient $> adddriver "Windows NT x86" "HP LaserJet 4050 Series
PCL....." <-----...
2014 Dec 23
1
samba 4 member server in WIn 2008 domain, wbinfo fails
...happening. I don't see any
obvious errors. I see the following but I don't think it is an actual
error
[2014/12/23 15:38:40.325491, 5]
../source3/rpc_client/cli_pipe.c:1864(rpc_pipe_bind_step_two_done)
We are checking against an old Samba version -
NT_STATUS_NOT_IMPLEMENTED
Any advice?
Thanks
2019 Jun 20
0
error when trying to copy file from samba share to old Windows CE share
On Thu, Jun 20, 2019 at 10:09:08AM -0400, Dan Arena wrote:
> On Wed, Jun 19, 2019 at 3:41 PM Jeremy Allison <jra at samba.org> wrote:
> > Weren't you getting a NT_STATUS_NOT_IMPLEMENTED level
> > error return ?
> >
> > Look for the specific error return you see on the WinCE
> > client in the trace.
>
> Figured out the issue...
>
> After comparing a good vs bad file copy in wireshark for a while, I
> have found where it goes wrong. On...
2019 Jun 20
1
error when trying to copy file from samba share to old Windows CE share
...curity.selinux"
On Thu, Jun 20, 2019 at 2:16 PM Jeremy Allison <jra at samba.org> wrote:
>
> On Thu, Jun 20, 2019 at 10:09:08AM -0400, Dan Arena wrote:
> > On Wed, Jun 19, 2019 at 3:41 PM Jeremy Allison <jra at samba.org> wrote:
> > > Weren't you getting a NT_STATUS_NOT_IMPLEMENTED level
> > > error return ?
> > >
> > > Look for the specific error return you see on the WinCE
> > > client in the trace.
> >
> > Figured out the issue...
> >
> > After comparing a good vs bad file copy in wireshark for a while, I
&...
2020 Apr 22
0
Samba update cause windows incorrect password
...orks fine. But if I logout and enter the same
> password, Windows tells me "Incorrect password".
>
> In the samba log file I've only:
>
> ./source3/auth/auth_winbind.c:129(check_winbind_security)
> check_winbind_security: pdb_enum_trusted_domains() failed -
> NT_STATUS_NOT_IMPLEMENTED
>
> No other error messages:
>
> Follow some configuration from smb.conf:
>
Please do not do that, it doesn't help, please post the entire smb.conf
Rowland
2006 Jul 28
1
troubleshooting a custom passdb module
...ccount;
(*pdb_method)->update_sam_account = pdb_udb_update_sam_account;
(*pdb_method)->delete_sam_account = pdb_udb_delete_sam_account;
(*pdb_method)->rid_algorithm = pdb_udb_rid_algorithm;
pdb_udb_rid_algorithm just returns true like pdb_smbpasswd.c and
pdb_udb_getsampwsid returns NT_STATUS_NOT_IMPLEMENTED.
Any tips or ideas out there?
Here is the error message..
net -S JAZZY rpc rights grant 'JAZZY\tech' SeMachineAccountPrivilege
Password:
Failed to grant privileges for JAZZY\tech (NT_STATUS_ACCESS_DENIED)
I use pdb_smbpasswd.c for idea, since our UDB and pdb_smbpasswd.c are
bas...
2009 Feb 24
1
[Announce] Samba 3.3.1 Available for Download
...vfs function for libsmbclient.
* Eliminate compiler warnings.
o Glenn Machin <gmachin@sandia.gov>
* Don''t miss an absolute pathname as a kerberos keytab path.
o Stefan Metzmacher <metze@samba.org>
* BUG 6100: Implement _netr_LogonGetCapabilities() with
NT_STATUS_NOT_IMPLEMENTED.
* Make Samba work with older ctdb versions.
* Add S-1-22-X-Y sids to the local token.
o Lars Mueller <lars@samba.org>
* Conditional install of the cifs.upcall man page.
* Adjust regex to match variable names including underscores.
o Shirish Pargaonkar <shiri...
2009 Feb 24
1
[Announce] Samba 3.3.1 Available for Download
...vfs function for libsmbclient.
* Eliminate compiler warnings.
o Glenn Machin <gmachin@sandia.gov>
* Don''t miss an absolute pathname as a kerberos keytab path.
o Stefan Metzmacher <metze@samba.org>
* BUG 6100: Implement _netr_LogonGetCapabilities() with
NT_STATUS_NOT_IMPLEMENTED.
* Make Samba work with older ctdb versions.
* Add S-1-22-X-Y sids to the local token.
o Lars Mueller <lars@samba.org>
* Conditional install of the cifs.upcall man page.
* Adjust regex to match variable names including underscores.
o Shirish Pargaonkar <shiri...
2009 Mar 31
1
[Announce] Samba 3.2.9 Maintenance Release Available
...de_lock failed" message.
o Derrell Lipman <derrell@dworkin.(none)>
* BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn''t
set errno.
o Stefan Metzmacher <metze@samba.org>
* BUG 6100: Implement _netr_LogonGetCapabilities() with
NT_STATUS_NOT_IMPLEMENTED.
* Add S-1-22-X-Y sids to the local token.
* Add idl for netr_LogonGetCapabilities().
* Fix the build on SLES8.
* Fix smb signing for fragmented trans/trans2/nttrans requests.
o Glenn Machin <gmachin@sandia.gov>
* Don''t miss an absolute pathname as a ke...
2009 Mar 31
1
[Announce] Samba 3.2.9 Maintenance Release Available
...de_lock failed" message.
o Derrell Lipman <derrell@dworkin.(none)>
* BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn''t
set errno.
o Stefan Metzmacher <metze@samba.org>
* BUG 6100: Implement _netr_LogonGetCapabilities() with
NT_STATUS_NOT_IMPLEMENTED.
* Add S-1-22-X-Y sids to the local token.
* Add idl for netr_LogonGetCapabilities().
* Fix the build on SLES8.
* Fix smb signing for fragmented trans/trans2/nttrans requests.
o Glenn Machin <gmachin@sandia.gov>
* Don''t miss an absolute pathname as a ke...
2000 Feb 17
3
call_nt_transact_ioctl: Currently not implemented.
Hello,
we run samba 2.0.6 on Solaris2.6 and use it together with clearcase
(version 3.2.1).
Sometimes the checkout of files from a clearcase NT-client hangs and
probably causes clearcase to destroy the viewstore. In the samba logfile
of that client I found the following message:
[2000/02/17 09:29:49, 0] smbd/nttrans.c:call_nt_transact_ioctl(2401)
call_nt_transact_ioctl: Currently not
2002 Nov 20
1
cupsaddsmb failure
When running the cupsaddsmb command, I get the following: Since I am
running as root, what do I not have access to and why?
Any help would be appreciated.
Glen Crowley
<<...OLE_Obj...>>
2016 Dec 19
1
wbinfo -u does not listed trusted users, wbinfo -n works, idmap not working
On both Samba 4.5.1 member server and Samba 3.6.25 member server I tried
the following command
wbinfo –set-uid-mapping=35049,S-1-5-21-xx-xx-xxx-xxx
this should have created a mapping entry consistent with the one on the
domain controller for a trusted user
But I got the following error
failed to call wbcSetUidMapping: WBC_ERR_NOT_IMPLEMENTED
As far as I can tell from network
2001 Oct 22
0
Fwd: Re: Using rpcclient to install printer drivers
...nmask=255.255.254.192
>resolve_lmhosts: Attempting lmhosts lookup for name vistadev<0x20>
>resolve_hosts: Attempting host lookup for name vistadev<0x20>
>Connecting to 170.2.0.224 at port 139
>session setup ok
>Domain=[CORP] OS=[Unix] Server=[Samba 2.2.1a]
>result was NT_STATUS_NOT_IMPLEMENTED
>rpcclient vistadev -d 10 -A /home/imisexp/src/perl/.user -c "addprinter
>\"HP DesignJet 750C/PS\" \"EngrSDPS\" \"HP DesignJet 750C/PS\" \"Samba
>Printer Port\""
>Initialising global parameters
>params.c:pm_process() - Proce...
2020 Apr 22
2
Samba update cause windows incorrect password
...enter the same
>> password, Windows tells me "Incorrect password".
>>
>> In the samba log file I've only:
>>
>> ./source3/auth/auth_winbind.c:129(check_winbind_security)
>> check_winbind_security: pdb_enum_trusted_domains() failed -
>> NT_STATUS_NOT_IMPLEMENTED
>>
>> No other error messages:
>>
>> Follow some configuration from smb.conf:
>>
> Please do not do that, it doesn't help, please post the entire smb.conf
>
> Rowland
Ok.
[global]
workgroup = DOMAIN
server string = Samba Server Version %v...