search for: lanmanserver

Displaying 20 results from an estimated 57 matches for "lanmanserver".

2013 Nov 09
2
Enumeratings shares on Samba (3/4) servers with vbs
Hi, Working on an login script here for my samba4 servers. I try to get an list of the shares on server with this vb code. Set shares = GetObject("WinNT://SERVER/LanmanServer") For Each s In shares WScript.Echo s.Name Next The code works fine against Windows 2003/2008 R2. But if SERVER is an Samba Server (tested 3.6.x/4.0.10) i get an group not found error. Other this like printer enumeration works Set printers = GetObject("WinNT://SERVER,Computer&qu...
2001 Mar 14
2
Win2k disconnects mapped samba shares
...k on nt-servers they reconnect if you access the 'sleeping' connection. But it does not work on the samba drives. it gets reconnected somehow after a few pop-ups telling you the connection is no longer available and some weird things. there is a Key in \\System\CurrentControlSet\Services\LanmanServer\Parameters called LAN Autodisconnect with a valid range of -1 to 65535 -1 is disable. But it does not disable this 'feature' LanmanServer is maybe not really the right place either? Any idea how to stop this behaviour and keep the connections active? This would be very much appreciated....
2020 Mar 11
3
Due to CVE in windows, disable SMB3 compression.
...f you plan to leave this workaround in place: Disable SMBv3 compression You can disable compression to block unauthenticated attackers from exploiting the vulnerability against an SMBv3 Server with the PowerShell command below. Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" DisableCompression -Type DWORD -Value 1 -Force Notes: No reboot is needed after making the change. This workaround does not prevent exploitation of SMB clients. You can disable the workaround with the PowerShell command below. Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentCo...
2002 Feb 20
2
NTLM and RDR Security Signatures
Hello, I've been using samba to share files on a Redhat server within a windows NT domain. Recently, security policies in the domain have changed, and security signatures are required for the LanManServer and Rdr services. Now that this has been deployed, I get an error when I try to connect to the SMB shares on the Redhat server from Windows hosts saying "account is not authorized to log in from the station". Do you know how I can fix this problem? Thanks for any help you can provide! -...
2002 Nov 20
3
here's a fix for Goldmine (and other ISAM database based programs) on Windows NT/2000/XP clients talking to samba
...dows to enable this for some file services and not for others.) ----------------------------------------------------------- Opportunistic locking turned off on the Windows XP client in this way: Start-Run->(type in) RegEdt32 navigate to \Hkey_Local_Machine\System\CurrentControlSet\Services\LanManServer\Parameters new Key or type DWORD name "EnableOplocks" leave value at default 0. navigate to \Hkey_Local_Machine\System\CurrentControlSet\Services\LanManWorkstation\Parameters new Key or type DWORD name "EnableOplocks" leave value at default 0. Close rededt32 and reboot....
2002 Jun 18
1
SMB signing.
Hi all, Is anyone using Windows SMB signing in a production environment ? This is the signing proceedure created by setting the Registry keys EnableSecuritySignature:1, RequireSecuritySignature: 1 in the lanmanserver and lanmanworkstation parameters. I'm playing with implementing this in Samba for 3.0, but am finding that it doesn't seem to work when mixing Windows NT or Windows 2000 clients with Windows XP servers. The clients get ACCESS_DENIED messages from the servers and the signing verification se...
2002 Jun 20
1
NullSessionShares under samba.
Hi, Is there an equivalent setting in samba as the Windows NT/2000/XP registry key - HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters \NullSessionShares We have a Windows service that needs access to files on a samba share. Setting the above key to the name of the share works well on Windows servers but I can not find a way to do this under samba 2.2.1a. Thanks Michael
2009 Nov 25
1
Auto-configure Samba to offer same shares as Windows on dual-boot machine
Does anyone know of either a standalone tool or a distribution's install&setup procedure which can set up samba shares by looking at what a windows installation on the same computer does- say, by checking HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares, figuring where the directories being shared are mounted, matching printers to those configured in Linux/etc, and offering all of these with the same share names used in the Windows install? If not, why not? Has it just not been tried? It seems to me that something along these lines wou...
2008 Oct 15
2
SMBD panic with INTERNAL ERROR: Signal 6 for ARM 922T
...ControlSet\Control] with subkey [Print] regdb_fetch_keys: tdb lookup failed to locate key [HKLM\SYSTEM\CurrentControlSet\Control/Print] init_registry_data: Storing key [HKLM\SYSTEM\CurrentControlSet\Control\Print] with subkey [NULL] init_registry_data: Adding [HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares] init_registry_data: Storing key [HKLM] with subkey [SYSTEM] init_registry_data: Storing key [HKLM\SYSTEM] with subkey [CurrentControlSet] init_registry_data: Storing key [HKLM\SYSTEM\CurrentControlSet] with subkey [Services] regdb_fetch_keys: tdb lookup failed to locate key [HKLM\SYSTEM\Cur...
2018 Nov 16
2
multiple file server
...moment, after joining the domain, I add netbios aliases = fs fs.example.com to smb.conf on each server, and after that I get access but as I understand it, this is not recommended. On windows fileserver this is solved by the parameter HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ LanmanServer \ Parameters \ DisableStrictNameChecking [REG_DWORD # 32] = [0 (disabled) (default) | 1 (enabled)]
1999 Jul 09
0
Samba-related info on disconnected NT networkshares
...Autodisconnect parameter is well documented in the Windows NT Server Remote Access Service manual on page 82, but the LAN version is undocumented. The only published reference to this Autodisconnect is in the Windows NT Resource Kit NT Registry Entries help file, in an overview of entries for the LanmanServer\Parameters section. MORE INFORMATION ================ You can find the (http://support.microsoft.com/download/support/mslfiles/the) LAN Autodisconnect parameter in the registry under the subtree HKEY_LOCAL_MACHINE under the subkey: \System\CurrentControlSet\Services\LanmanServer\Parameters P...
2003 Jan 04
0
SambConfigureitout?
...name, allowing a # centralized lmhosts file to be maintained on a server. # It is ALWAYS necessary to provide a mapping for the IP address of the # server prior to the #INCLUDE. This mapping must use the #PRE directive. # In addtion the share "public" in the example below must be in the # LanManServer list of "NullSessionShares" in order for client machines to # be able to read the lmhosts file successfully. This key is under # \machine\system\currentcontrolset\services\lanmanserver\parameters\nullsessionshares # in the registry. Simply add "public" to the list found there....
2017 Jan 31
2
NT4 with Samba4
...t Windows NT ID no: 0xc0020421 ========================================== [server.ins] around line 12 ========================================== ; ServiceManager(MAD) CreateService:MSExchangeSA;Microsoft Exchange System Attendant;bin\mad.exe; EventLog$OLE$NtLmSsp$RPCLOCATOR$RPCSS$LanmanWorkstation$LanmanServer$ ========================================== Basically I'd like to move the whole account into the world of AD, and the NT4 server does appear to basically work with Samba4 as an AD up to a point (it successfully joins the AD and users get authenticated and can logon), but if Exchange doesn'...
2015 Jun 17
5
Windows 10 in Samba 3 domain: netlogon share access denied
I just joined a Windows 10 (build 10130) to our Samba 3 domain. It seems to work. I can login, a home directory is created on the server, and I can access shares. All shares are OK, except "netlogon". Logon scripts don't run, and I cannot open the netlogon share. I get "Access denied" and a prompt to enter my username and password, which keeps coming back. At the
2007 Jun 22
0
Samba Guest Accout Issue
...EM\CurrentControlSet] with subkey [Control] init_registry_data: Storing key [HKLM\SYSTEM\CurrentControlSet\Control] with subkey [Print] init_registry_data: Storing key [HKLM\SYSTEM\CurrentControlSet\Control\Print] with subkey [NULL] init_registry_data: Adding [HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares] init_registry_data: Storing key [HKLM] with subkey [SYSTEM] init_registry_data: Storing key [HKLM\SYSTEM] with subkey [CurrentControlSet] init_registry_data: Storing key [HKLM\SYSTEM\CurrentControlSet] with subkey [Services] init_registry_data: Storing key [HKLM\SYSTEM\CurrentControlSet\Ser...
2001 Mar 06
5
Ports in close state
I have a machine running redhat 6.2 and samba 2.0.6 that does a persistent mount to my Windows 2000 machine for the purposes of serving files via FTP. The samba connection occasionally times out it seems, I get the message smb_request: result -32, setting invalid smb_retry: new pid=20679, generation=12 and it generates a new connection I've got SO_KEEPALIVE active in the socket options in my
2013 Mar 29
1
GPO Computer settings not applied
...of the following security groups ------------------------------------------------------- System Mandatory Level Everyone BUILTIN\Users NT AUTHORITY\SERVICE CONSOLE LOGON NT AUTHORITY\Authenticated Users This Organization BDESVC BITS CertPropSvc DsmSvc Eaphost hkmsvc IKEEXT iphlpsvc LanmanServer MMCSS MSiSCSI NcaSvc RasAuto RasMan RemoteAccess Schedule SCPolicySvc SENS SessionEnv SharedAccess ShellHWDetection SystemEventsBroker wercplsupport Winmgmt wlidsvc wuauserv LOCAL BUILTIN\Administrators USER SETTINGS -------------- CN=Pavel Valach,CN=Users,DC=gym,DC=internal La...
2006 Jul 28
1
Problem with guest account samba 3.0.23a (smbd wont start)
...d node [HKLM/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Ports] to tree [2006/07/28 09:58:14, 8] lib/adt_tree.c:pathtree_add(270) pathtree_add: Exit [2006/07/28 09:58:14, 10] registry/reg_cachehook.c:reghook_cache_add(61) reghook_cache_add: Adding key [/HKLM/SYSTEM/CurrentControlSet/Services/LanmanServer/Shares] [2006/07/28 09:58:14, 8] lib/adt_tree.c:pathtree_add(201) pathtree_add: Enter [2006/07/28 09:58:14, 10] lib/adt_tree.c:pathtree_add(268) pathtree_add: Successfully added node [HKLM/SYSTEM/CurrentControlSet/Services/LanmanServer/Shares] to tree [2006/07/28 09:58:14, 8] lib/adt_tree.c:pa...
2017 Jan 31
0
NT4 with Samba4
...======================================= > > [server.ins] around line 12 > ========================================== > ; ServiceManager(MAD) > CreateService:MSExchangeSA;Microsoft Exchange System > Attendant;bin\mad.exe; > EventLog$OLE$NtLmSsp$RPCLOCATOR$RPCSS$LanmanWorkstation$LanmanServer$ > ========================================== > > Basically I'd like to move the whole account into the world of AD, and the > NT4 > server does appear to basically work with Samba4 as an AD up to a point (it > successfully joins the AD and users get authenticated and can logo...
2018 Nov 16
0
multiple file server
...ain, I add netbios aliases = fs > fs.example.com to smb.conf on each server, and after that I get access > but as I understand it, this is not recommended. > > On windows fileserver this is solved by the parameter > HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ > LanmanServer \ Parameters \ > DisableStrictNameChecking [REG_DWORD # 32] = [0 (disabled) (default) > | 1 (enabled)] > > > OK, for a start netbios != DNS Also whilst (from my understanding) you can have multiple fqdn's pointing to one ipaddress, I do not think you can have one fqdn pointi...