similar to: Enumeratings shares on Samba (3/4) servers with vbs

Displaying 20 results from an estimated 1000 matches similar to: "Enumeratings shares on Samba (3/4) servers with vbs"

2014 Mar 04
0
Anybody have issues joining machines to a S4 AD domain using VBS
All got an issue I have a VBS that should join machines to the domain but it's not working get access denied instantly anybody got any working scripts they would like to share with me. btw my script that doesn't work is below ' Join a Computer to a Domain Const JOIN_DOMAIN = 1 Const ACCT_CREATE = 2 Const ACCT_DELETE = 4 Const WIN9X_UPGRADE = 16 Const DOMAIN_JOIN_IF_JOINED =
2012 May 23
1
AD / new auxiliary class / vb script
Hello I've modified AD schema by adding a new auxiliary class (iscA) with an auxilairy attribute (iscA1). I've followed this explanation /_*entirely*_/ : http://semifershome.free.fr/semifer/index.php?2008/02/12/42-etendre-le-schema-active-directory-classes-attributs-et-display-specifiers I've named the menu item with the same name (AllowedService). By right-clicking on a AD user
2005 Jun 01
2
Can WMI be used in WINE apps?
Hi, After some googling I've found that there's very little said about the possibility of using WMI from Wine. Has someone done any progress about it? I find this subject very important; if you feel interested here's why: One may think this is a somehow fanciful intention, after all WMI exists for the purpouse of administering Windows, and no doubt that's best done from
2010 Sep 01
2
Running vbscript .vbs file in an EXE
Hi, I'm new to wine, and am having a bit of trouble. I'm trying to run an EXE installer, which starts fine, prompts me for a few questions, and creates a few directories, but at a certain point it tries to run a vbs file, which fails. The attempt to run the .vbs file causes this message to appear in an alert window: "There is no Windows program configured to open this type of
2010 Dec 15
2
How to run VBscript using wine?
Dear All, I want to run some vbscripts on Linux, but after searching and trying several days, I failed complete. Here is what I did: *ENV*: Ubuntu 10.10 x86_64 wine-1.3.9 (from wine ppa) *SCRIPT*:test.vbs MsgBox("HelloWorld!") *Method One*: wine wscript test.vbs fixme:wscript:wWinMain Could not find engine for L".vbs" *Method Two*: Step 1: winetricks wsh56vb
2001 Mar 14
2
Win2k disconnects mapped samba shares
Hello, I stepped through the archives of this list, but could not find a thread dealing with exactly this problem we are experiencing here. Server HP-UX 10.20 Samba 2.0.6 security = domain deadtime = 500 ... that should be enough The win2k clients map a drive and everything is working fine. after a period of inactivity (about half an hour) win2k somehow disconnects the mapped drive and marks
2003 Aug 28
0
Using PXELINUX with Windows 2000 DHCP and TFTP
I noticed some links and suggestions on the SYSLINUX web site that reference how to run TFTP on Windows 2000 Server. Two of them suggest installing RIS, and one of them points to a third-party utility. I don't need to install RIS, because I don't want to run Windows setup over PXE. (In fact, I want to use PXELINUX to boot a DOS floppy and run Symantec Ghost to deploy an image.) Also, I
2020 Mar 11
3
Due to CVE in windows, disable SMB3 compression.
https://portal.msrc.micro...idance/advisory/adv200005 Published: 03/10/2020 ? Workarounds The following workaround may be helpful in your situation. In all cases, Microsoft strongly recommends that you install the updates for this vulnerability as soon as they become available even if you plan to leave this workaround in place: Disable SMBv3 compression You can disable compression to block
2013 Feb 01
1
Wine release 1.5.23
The Wine development release 1.5.23 is now available. What's new in this release (see below for details): - HTTPS support no longer dependent on OpenSSL. - Support for event handling in the Mac driver. - A functional Netstat built-in application. - A bunch of C++ runtime math functions. - Various bug fixes. The source is available from the following locations:
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
2016 Jul 07
2
ObjectCache and getFunctionAddress issue
Hi all, I'm trying to add pre-compiled object cache to my run-time. I've implemented the object cache as follow: class EngineObjectCache : public llvm::ObjectCache { private: std::unordered_map<std::string, std::unique_ptr<llvm::MemoryBuffer>> CachedObjs; public: virtual void notifyObjectCompiled(const llvm::Module *M, llvm::MemoryBufferRef Obj) { auto id =
2004 Nov 04
1
Allow access to a share to all members of a container?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have 104,000 users, some of which are in the OU: ad.network.local\AD\People\IFAS\Hort Is there an easy way to find all the users in this OU and grant them access to a share? Or do I have to list each user individually? And if so, can I use net user to list the users in an OU? - -Tom -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6
2014 Dec 21
2
Home auto creation
I want to auto create home directories for users when they login for the first time . I need kerbos authentication is possible to set it up on same host as domain controller so ad users can take ownership of home folder -- Join my framily E02705708hn 3032 last name BURGHARDT state is co Cheapest sprint service only 25 a month.
2016 Nov 09
2
[ORC] SimpleCompiler and module transformations
Hi devs, hi Lang, I use ORC’s SimpleCompiler to compile modules into object files and it works just great, however I’m having an issue: a module gets changed a bit when I compile it (some transformations/optimizations applied). I tried to set optimization level of a TargetMachine to None, but the module gets changed anyway. The question is: how can I prevent a module from being modified during
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
Goldmine seems to a compiled database application compiled in something likeClipper. Clipper applications record lock through ISAM like files (DBF). However, in Windows NT/2000/XP, Opportunistic locking is turned on by default in order to accelerate file transfer from file services. [Windows 95/98 did not Opportunisticly lock] However, opportunistic locking corrupts ISAM and ISAM like
2012 Jan 07
1
VB Script yet another post
Hello All, I have a fresh install of CentOS6 and enabled the testing repos. Wine version 1.3.29 The Wine 1.2.3X version was failing vbs so i upped the Wine version, FYI. I can not get an .vbs installer to run after being unpacked in an install script. I have run the cscript and wscript test.vbs and always fails in different methods. Oddity ,when I try and manually register comctl32.dll it
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
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
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
2013 Mar 20
2
Samba4 - mapping Network Drives based on Group membership
Hi All I have a problem running a logon script to map network drives based on Group Membership. The script is a VBScript that resides in the netlogon share. It Works just fine when the logged in user is a Domain Admin but fails to get the Group information when logged in as a regular user. For example when I login as administrator who is a member of every Group (For test only all the requested