similar to: logon script not working

Displaying 20 results from an estimated 2000 matches similar to: "logon script not working"

2003 Jan 27
1
running a script when a user logs on (NOT netlogon!)
i want the server (which is running samba and is configured as PDC) to execute a simple shell script when a specific (or any?) user logs on with his nt machine. is this possible? to clear the things, i do NOT mean a batch file that is executed on the client, it has to be executed on the server! thanks, woerns
2012 Jul 22
3
Puppet template tags and Java JSP tags
Hi All, I was trying to templatize some JSP page I would like to dynamically generates but it looks like puppet doesn''t like it. Common JSP tags are <% ... %> so I guess it''s getting confused between regular tags and jsp''s one. This is an example of the trace it is givin me : /etc/puppet/modules/xxx/templates/webapps/xxx/yyy/Mantle.jsp:1:in `result'':
2007 Sep 06
2
How to do ANOVA with fractional values and overcome the error: Error in `storage.mode<-`(`*tmp*`, value = "double") : invalid to change the storage mode of a factor
I have exported a CSV file from my EXCEL worksheet and its last column contained decimal values: Subject;Group;Side;Difference;PercentError M3;1;1;; M5;1;1;375;18,75 M8;1;1;250;14,58 M10;1;1;500;12,50 M12;1;1;375;25,00 . . . When I tried to do ANOVA test on it, R complained by givin error: > Anova3LongAuditoryFemaleError.data <- read.csv("C:\\Documents\ and\
2008 Nov 12
1
gem ruby-sqlite3 install error
i am tryin' to install ruby-sqlite3 via gem, but it keeps givin' me this output: mathilda ~ # gem install sqlite3-ruby Building native extensions. This could take a while... ERROR: Error installing sqlite3-ruby: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb install sqlite3-ruby checking for fdatasync() in -lrt... no checking for sqlite3.h... no make make: *** No
2003 Jul 11
7
ISDN PRI E1 configuration with E100P
<P>hi Everyone,</P> <P>We are configuring an ISDN PRI E1 with an E100P card, when you load the drivers, and starts the asterisk, cards also starts fine, givin following output,</P> <P>*CLI> <BR>&nbsp; == D-Channel on span 1 up<BR>&nbsp;&nbsp;&nbsp; -- B-channel 1 successfully restarted on span 1<BR>&nbsp;&nbsp;&nbsp; --
2010 May 04
2
[LLVMdev] MCStreamer itnerface
This is a brain-dump of my thoughts on the MCStreamer interface after several days of digging around trying to get a COFF writer working. All fragments should be associated with a symbol. For assembler components, a unnammed "virtual" symbol can be used when there is no explicit label defined. Section assignment should be the responsiblity of the object imlementing the MCStreamer
2010 Jan 26
2
Large dataset importing, columns merging and splitting
Dear All, I have a large data set that looks like this: CVX 20070201 9 30 51 73.25 81400 0 CVX 20070201 9 30 51 73.25 100 0 CVX 20070201 9 30 51 73.25 100 0 CVX 20070201 9 30 51 73.25 300 0 First, I would like to import it by merging column 3 4 and 5, since that is the timestamp. Then, I would like to aggregate the data by splitting them in bins of 5 minutes size, therefore from 93000 up to
2010 May 05
3
[LLVMdev] MCStreamer interface
On May 4, 2010, at 11:03 AM, Nathan Jeffords wrote: > This is a brain-dump of my thoughts on the MCStreamer interface after several > days of digging around trying to get a COFF writer working. Great! Something that is worth pointing out is that the MCStreamer API is intended to directly reflect what is happening in .s files. We basically want one MCStreamer callback to correspond to one
2010 May 05
0
[LLVMdev] MCStreamer interface
On Wed, May 5, 2010 at 11:15 AM, Chris Lattner <clattner at apple.com> wrote: > On May 4, 2010, at 11:03 AM, Nathan Jeffords wrote: > ... We basically want one MCStreamer callback to correspond to one > statement in the .s file. This makes it easier to handle from the compiler > standpoint, but is also very important for the llvm-mc assembly parser > itself. > > This
2015 Jul 07
2
SAMBA4 AD - Logon Scripts
Hi all Anyone having problems running logon scripts in 4.2.2? I've created a few test scripts (.bat, .vbs, etc) and placed them in the netlogon folder and then assigned some user accounts either the .bat or .vbs files using RSAT tools. Yet at login none of my client workstations (Windows XP, 7 or 8) execute their login scripts, none get mapped drives, etc. Browsing to the netlogon
2015 Jul 13
1
SAMBA4 AD - Logon Scripts
Hello Craig, Am 10.07.2015 um 17:11 schrieb Craig SHONE: > Freshly provisioned CentOS 6.6 DC, freshly provisioned CentOS > 6.6 member/file server. Logon scripts called login.bat, login.cmd > and login.vbs all in the netlogon share, all have the same function > of mapping network drives. > > Users can log in fine, can browse the file server, can browse the > netlogon >
2016 Sep 19
2
Upgraded SAMBA4 DC's, now no logon scripts
On Mon, 2016-09-19 at 20:57 +0200, Marc Muehlfeld wrote: > > Logon scripts assigned to a user do not execute when the user logs > > on; it did before the upgrade. > * What kind of upgrade are you talking about? > NT4 to AD? (migration) > x.y to 4.2? AD 4.0.21 -> 4.2.x This worked prior to the upgrade. > * Is this an PDC or DC? They are DCs. > * Where have you
2023 Apr 04
1
logon script
On 04/04/2023 16:43, Pastor Frank E. Ram?rez via samba wrote: > Hi, I am using Samba 4 with domain controller role. From reading your post, I think that when you say 'domain controller role', you actually mean a classic domain controller or PDC and not an AD DC. Is this correct ? > The clients use Windows > 10. I am trying to run a logon script every time a user logs in to
2023 Apr 04
1
logon script
Hi, I am using Samba 4 with domain controller role. The clients use Windows 10. I am trying to run a logon script every time a user logs in to give them access to the internet automatically by updating iptables. I have read in the smb.conf man pages that with this configuration I should use the ldap scriptpath attribute but I don't know how to do it. Does anyone have any idea how to achieve
2016 Sep 19
5
Upgraded SAMBA4 DC's, now no logon scripts
Logon scripts assigned to a user do not execute when the user logs on; it did before the upgrade. I can run the script from the command line and it completes OK [like \\{DOMAIN}\netlogon\logon.bat]. I can also browse to the [netlogon] share without issue. Upgrade was from a late 4.0.x to 4.1.x to current 4.2.x. User's can logon without other issues [apparently]. Platform: CentOS7
2023 Apr 04
2
logon script
On 04/04/2023 17:36, Pastor Frank E. Ram?rez via samba wrote: > Apologies for my english, I am not a native speaker. Never apologise for not speaking English like a native, I am English and whilst I haven't got a clue what your native language is, I can assure that I do not speak a word of it ;-) < Well, Samba is an AD > DC. So, the manpage said that I need to use the LDAP >
2000 Jan 27
0
win95 user level security printing
Hello All, I have a SCO unix server running smbclient 2.0.3 and I have set it up so that it has print queues and can print to win95 and win nt 4 machines successfully. The win95 machines I can print to with share level security and the win nt machines i can print to using doman usernames and password without anyproblems. However I am trying to print to a win95 machine with user level security.
2002 Mar 07
1
File server migration ( win2k to samba on redhat 7.2 )
Hello People, We are in the process of migrating our file server from a win2k box to a red hat box running samba 2.2.3a. We have winbind running on the redhat box and it has joined the windows domain and "genent" shows all the domain users.We know have to move the files from the win2k box to linux box and maintain the file ownership info. It would be great if anyone can point me to
2004 Dec 03
1
Error reading logon.bat sript
Dear Samba-users, I cannot manage to make samba read my logon.script for windows clients where basicaly networkdrive-mapping is done. Samba complaines about not having permission... Error: switch message SMBntcreateX (pid 28286) [2004/12/03 11:27:31, 3] smbd/dosmode.c:unix_mode(110) unix_mode(logon.bat) returning 0744 [2004/12/03 11:27:31, 3] smbd/open.c:open_file(173) Error opening file
2004 Oct 09
2
Re:HELP
> There is no place for beginner to get a clue and still worse when they ask His email was unreadable, I gave him this link that is what he really needs http://www.bbc.co.uk/worldservice/learningenglish/ Ivan. ____________________________________________________________ Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. Abbonati subito su http://www.libero.it