similar to: Locking down RPC services for a standalone server

Displaying 20 results from an estimated 6000 matches similar to: "Locking down RPC services for a standalone server"

2017 Sep 27
1
Debugging robocopy error 87 - The parameter is incorrect
Hi, I have Samba 4.6 running on FreeBSD 11.1 with a ZFS file system. Trying to use robocopy to mirror files from Windows 8.1. Most of the files are copied without any issues, but a few fail with the following error in the robocopy log: ERROR 87 (0x00000057) Copying File <path> The parameter is incorrect. Robocopy is executed with the following options: /X /NDL /S /E /DCOPY:DAT /COPY:DAT
2020 Oct 02
4
Spotlight configuration trouble
I?m trying to setup Spotlight with Tracker (2.3 from Ubuntu repo) backend in Ubuntu 20.04 and Samba 4.12.7. I?ve followed the wiki closely but every time I try to search I get this in the logs: [2020/10/02 10:43:42.078242, 0] ../../source3/rpc_server/mdssvc/mdssvc_tracker.c:403(mds_tracker_search_start) mds_tracker_search_start: no connection to Tracker [2020/10/02 10:43:42.079897, 0]
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:
2008 Aug 25
1
net rpc group addmem returns NT_STATUS_ACCESS_DENIED
Hi All, I'm trying to add a user to a group using /usr/local/samba/bin/net rpc group addmem room11 dunk -Uroot%password The user is added to the group as far as I can tell but the command returns NT_STATUS_ACCESS_DENIED This is on Solaris 10 (Sparc) and Samba 3.2.1, OS and Samba are both configured to lookup users and groups in LDAP. /usr/local/samba/bin/net rpc group members
2017 Jun 05
3
RPC Server is unavailable
>> >> This is my nsswitch file: >> >> >> passwd: files ldap compat winbind >> group: files ldap compat winbind >> shadow: files ldap compat > > Do you have anything that needs to connect via LDAP ? > If you have what it is it ? > I would remove 'ldap' > > 'files' and 'compat' basically
2016 Aug 26
3
Loading shared RPC modules failed
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: Loading shared RPC modules failed Dispite that, Samba 4.5.0rc2 seems to work correctly. Is this a problem or not? Tom Schulz Applied
2017 Jun 05
3
Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
Hello Samba experts, due to the "SambaCry" issue (CVE-2017-7494), I am trying to update the Samba server installation on my Thecus NAS (dating back to 2011) from version 3.5.16 to the current 4.6.4. So far, I have successfully * created a cross-compiling toolchain for the NAS (i686-nptl-linux-gnu) based on gcc-5.2 * compiled Python and Samba library dependencies for my
2005 May 06
1
USRMGR issues, net rpc ... OK
Greetings, I have Samba 3.0.10 set up with ldapsam (OpenLDAP 2.2.13) and smbldap-tools 0.8.8, using start tls. Account info etc. is read properly from ldap, and adding/removing/modifying users with the "net" command works fine. Oddly, if I try to use USRMGR, for instance, to add a user, only the posix account gets created (by the smbldap-tools script) but the samba sam account add
2010 Jun 30
1
net rpc file checks in 3.5.x
When doing simple: net rpc file -Untadmin With ntadmin being a user belonging to properly groupmapped domain admins, (with rid 512), including cases with ntadmin being rid=500 itself, I always get: [2010/06/30 15:06:46.272578, 2] auth/auth.c:304(check_ntlm_password) check_ntlm_password: authentication for user [ntadmin] -> [ntadmin] -> [ntadmin] succeeded [2010/06/30
2016 Jan 19
2
net rpc rights list
On 20 January 2016 at 06:43, Rowland penny <rpenny at samba.org> wrote: > On 19/01/16 19:34, Henry McLaughlin wrote: > >> I have sssd configured and working with my domain member server and I now >> wish to grant the SeDiskOperatorPrivilege to the "MYDOMAIN\Domain Admins" >> group. When I execute the command it appears to disregard the domain name >>
2023 Nov 04
1
Spotlight issues
So I have two issues. 1) Using Samba 4.19.2 with spotlight and elasticsearch 8.10.3 doesn?t work. Errors: [2023/10/22 09:04:17, 0] ../../source3/rpc_server/mdssvc/mdssvc_es.c:755(mds_es_search_http_read_done) mds_es_search_http_read_done: json_loadb failed 2) Using Samba 4.19.2 with spotlight and elasticsearch 7.17.10 works. There is a bug where when the samba server is running and files
2020 Mar 25
1
Synology NAS looses connection to Samba AD
Samba DC: # Global parameters [global] log level = 1 auth_audit:3 netbios name = KA-H9-DC01 realm = DS.EXAMPLE.COM server role = active directory domain controller workgroup = EXAMPLE dns forwarder = 10.0.1.100 10.0.1.110 ntlm auth = mschapv2-and-ntlmv2-only tls enabled = yes tls keyfile = tls/ka-h9-dc01.key tls certfile = tls/ka-h9-dc01.crt tls
2016 Jan 19
2
net rpc rights list
On 20 January 2016 at 07:08, Rowland penny <rpenny at samba.org> wrote: > On 19/01/16 20:00, Henry McLaughlin wrote: > >> >> On 20 January 2016 at 06:43, Rowland penny <rpenny at samba.org <mailto: >> rpenny at samba.org>> wrote: >> >> On 19/01/16 19:34, Henry McLaughlin wrote: >> >> I have sssd configured and working
2014 Sep 24
1
net rpc rights grant on a standalone server
I have a standalone samba server. I want to configure it so that the "admins" local unix group has the ability to view / close open files through compmgmt.msc. I assume that what I need to do is run "net rpc rights grant [username] SeDiskOperatorPrivilege". Is this the correct privilege? Can these commands be run on a standalone server? What is the proper syntax for granting
2020 Nov 04
0
Spotlight configuration trouble
How could I investigate this further? If I monitor session and system dbus activity with dbus-monitor I can see activity if I do ?tracker search pdf? as the mdssvc user, but nothing if I search through Samba. I only get those two errors below. So seems like Samba dbus connection isn?t working. I?ve followed the wiki very closely so to me it looks like it?s missing a step or the latest versions
2004 Jul 11
2
'net rpc join -U Administrator' on Samba + LDAP PDC
I am having trouble joining a Samba + LDAP PDC. Here are the steps I took and the results I have received. General Information: . Fedora Core 1 machine . Samba 3.0.0 . Openldap 2.1.22-8 . Netbios Name: EAGLEX . Domain name: AGUILAS Symptoms: Step 1: [root@eaglex root]# net rpc join -UAdministrator%xxxxxx The username or password was not correct. '/var/log/messages': Jul 10 12:30:47
2020 Oct 02
0
Spotlight configuration trouble
Hai, Selfcompiles samba? And which one did you use? https://wiki.samba.org/index.php/Spotlight_with_Elasticsearch_Backend Or https://wiki.samba.org/index.php/Spotlight_with_Gnome_Tracker_Backend I think you missed : https://wiki.samba.org/index.php/Spotlight_with_Gnome_Tracker_Backend#Create_a_user_under_which_Tracker_will_run Greetz, Louis > -----Oorspronkelijk bericht----- >
2023 Nov 06
1
Spotlight issues
Hello, yes sadly update 8.9 of elasticsearch broke the samba integration. Seems like 8.10 is still broken. Stay on 8.8 until this is fixed. Ive emailed Ralph B?hme of Sernet already, but hes got no time for it atm. Im not sure about the second part of your bug report though: > There is a bug where when the samba server is running and files are being indexed while samba is running finder
2008 Jul 05
1
net rpc shutdown does not work
I'm using centos 5.2 up-to-date with its latest samba 3.0.28-1.el5_2.1 running a Samba PDC with OpenLDAP as backend. Everything else works fine but somehow this command *(net rpc shutdown -t 10 -U root -S xp1 -d 1)* doesn't work and return this with debug level 1 [2008/07/05 19:30:11, 1] utils/net_rpc.c:rpc_init_shutdown_internals(5206) Shutdown of remote machine failed! [2008/07/05
2019 Jan 28
5
Samba 4.9.4 - high RAM usage - OOM killer
Hi, We upgraded a legacy (NT4) domain from 3.6 series to 4.8 and then 4.9.4 samba version (using sernet subscription packages / debian stable) The setup is composed of 4 DCs with each 2 CPU/16GB RAM. We currently have ~700 user accounts / ~600 computers / ~150 groups Our mail setup, SSO, ... query the 4 DCs constantly. Every 5 to 10 days the RAM consumption and CPU usage (due to kswapd)