search for: werr_not_support

Displaying 8 results from an estimated 8 matches for "werr_not_support".

Did you mean: werr_not_supported
2014 Jul 09
1
DFS queries via rpcclient to Windows 2012 Server fails
...versions. I did however test from v4.1.9 as well, unfortunately that still fails. From Samba3 tools: $ rpcclient -V Version 3.0.33-3.39.el5_8 rpcclient $> dfsenum 3 result was NT_STATUS_CTL_FILE_NOT_SUPPORTED From Samba4 tools: $ rpcclient -V Version 4.1.9 rpcclient $> dfsenum 3 result was WERR_NOT_SUPPORTED I have approached our MS support to see if there was issues on the domain side of things, they have requested that I confirm that rpcclient is capable of working with Win2012. I wonder if anyone can assist me with ideas or other things to test? Thanks Mark The University of Aberdeen is a cha...
2011 Mar 02
2
problem with samba 3.5.6 try to join W2K8
...957-790525478-725345543 modified_config : 0x00 (0) error_string : 'failed to join domain 'MYDOMAIN.COM' over rpc: NT_STATUS_NOT_SUPPORTED' domain_is_ad : 0x01 (1) result : WERR_NOT_SUPPORTED [2011/03/02 13:24:00.815116, 2] utils/net.c:916(main) return code = -1 Failed to join domain: failed to join domain 'MYDOMAIN.COM' over rpc: NT_STATUS_NOT_SUPPORTED
2014 Mar 12
4
samba4 registry
Hello, ? I can read/access the registry on my samba 4.1.6 server, but I get a ?permission denied? if I write to some locations. Also, I cannot change the permissions. ? Is there any documentation about the registry on a samba4 server? ? Thanks, Mark
2018 Jun 18
2
CVE-2008-4250?
Good morning/day/night to all! After moving all my infrastructure to Debian9, changed my ADDC from Win2K12 to Samba4 scanning my network I found the following: -------------------------------------------------------------------------------------------------------------------------------- koratsuki at happyharry:~$ nmap --script smb-vuln-ms08-067.nse -p445 smb-addc.tld Starting Nmap 7.50 (
2013 Feb 04
1
Able to join Samba client as MEMBER server to Windows 2008 R2 RWDC but not to RODC
...S-1-5-21-2999212452-478241430-698296220 modified_config : 0x00 (0) error_string : 'Failed to set account flags for machine account (NT_STATUS_NOT_SUPPORTED) ' domain_is_ad : 0x01 (1) result : WERR_NOT_SUPPORTED Failed to join domain: Failed to set account flags for machine account (NT_STATUS_NOT_SUPPORTED) Any help with this matter would be greatly appreciated. Regards, Matt Configuration files: [root at vm-ae67a ~]# grep -v -e "^#" -e "^;" /etc/samba/smb.conf | uniq [global]...
2012 Nov 07
0
CreatePrinterIC failure from Windows8 client
...source code (source3/rpc_server/srv_spoolss_nt.c, line #9711 - 9716) it looks like SAMBA does not support this RPC call. WERROR _spoolss_CreatePrinterIC(pipes_struct *p, struct spoolss_CreatePrinterIC *r) { p->rng_fault_state = true; return WERR_NOT_SUPPORTED; } Could anyone let me know if CreatePrinterIC going to be supported in later versions of SAMBA? The SAMBA-3.6.x also doesn't seem to have this call implemented yet. This CreatePrinterIC RPC call looks to be getting called only in case of Windows8 and not in case of Windows7 (and previ...
2018 Jun 18
0
CVE-2008-4250?
...rder to fix this? The implementation of the test in Nessus is incorrect. Here are the two (yes, for silly reasons) implementations in Samba: WERROR _srvsvc_NetPathCompare(struct pipes_struct *p, struct srvsvc_NetPathCompare *r) { p->fault_state = DCERPC_FAULT_OP_RNG_ERROR; return WERR_NOT_SUPPORTED; } /* srvsvc_NetPathCompare */ static WERROR dcesrv_srvsvc_NetPathCompare(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx, struct srvsvc_NetPathCompare *r) { DCESRV_FAULT(DCERPC_FAULT_OP_RNG_ERROR); } As you can see from https://svn.nmap.org/nmap/scripts/smb-vuln-ms08-067...
2012 Oct 11
3
Joining Samba RODC, NT_STATUS_NOT_SUPPORTED
...I try to join without lmhosts entry. That time , I got "Failed to join domain: failed to find DC for domain". /etc/hosts entry was in place and AD dns server was running. Anyway, I have overcomed this problem after adding lmhosts entry. Now my problem is: "result : WERR_NOT_SUPPORTED Failed to join domain: Failed to set account flags for machine account (NT_STATUS_NOT_SUPPORTED)" I have searched and come up with, this may be about read only dc.We have changed dc to normal mode. Nothing has changed. I need some help for joining to a read only dc and the problem debugged...