search for: valuename

Displaying 20 results from an estimated 33 matches for "valuename".

2011 Aug 18
2
Problem exporting samba 3.6 registry
...,00,57,00,33,00,32,00,58,00,38,00,36,00,5c,00,33,00,5c,00,63,00,6e,\ 00,78,00,70,00,63,00,70,00,33,00,32,00,2e,00,44,00,4c,00,4c,00,00,00,5c #net rpc registry enumerate 'HKLM\System\CurrentControlSet\Control\Print\Environments\Windows NT x86\Drivers\Version-3\Canon iR2270/iR2870 PCL6' Valuename = Version Type = REG_DWORD Value = 3 Valuename = Driver Type = REG_SZ Value = "\print$\W32X86\3\Cnp60M_DE1DE.DLL" Valuename = Data File Type = REG_SZ Value = "\print$\W32X86\3\IR2270XS.XPD" Valuename = Configuration File Type = REG_S...
2009 Mar 11
0
Working up examples of barplots with customized marginal items
...pose our x variable really represents responses from ### 2 groups of respondents, Men and Women. ## Create the matrix xmatr <- matrix(x, nrow=5) ### Use beside=T to cause barplot to treat each column ### of values as a group barplot(xmatr, beside=T, names=c("Men","Women")) valueNames <- c("Very Strong","Somewhat Strong","Not Strong","Somewhat Weak","Very Weak") ### Use mtext to write in the margin so that labels on plot are nice. par(mar=c(10,4.1,5.1, 2.1)) bp <- barplot(xmatr, beside=T, names=NULL) ### bp contains th...
2007 May 31
2
policy files
...sion\Explorer\User Shell Folders" POLICY "Custom Internet Cookies Folder" PART "Path to User's Internet Cookies Folder" EDITTEXT REQUIRED EXPANDABLETEXT DEFAULT "Z:\Cookies" VALUENAME "Cookies" END PART END POLICY POLICY "Custom Internet Favorites Folder" PART "Path to User's Internet Favorites Folder" EDITTEXT REQUIRED EXPANDABLETEXT DEFAULT "Z:\Favorite...
2004 Sep 30
1
ntconfig.pol not loaded
hi samba community and team ! I' m playing with policies under win2k/samba3/ntconfig.pol/poledit It worked at first, but now seems my win2k test machine doesn't want to load the ntconfig.pol located into \\mysmbpdc\netlogon I've seen some threads about the same prob. but none with a solution. I know there is a project with an "editreg" tool planned. But for now I would like
2005 Feb 15
6
Windows update
Hi! How do you guys solve windows security updates? Is there a way to force windows computers to be updated. Even more flexible is if one can update windows through login script. Peter Nyberg Institutionen f?r Biokemi och Biofysik (DBB) Sv.Arrhenius v?gen 12 106 91 Stockholm Tel: 08-16 24 69 Mobil: 070 339 24 69 Fax 08 153679
2002 Feb 26
0
few idea about dealing with "Large Roaming Profiles"
...quot;roaming profile" related, just to illustrate here) CLASS USER CATEGORY !!Kontur CATEGORY "MSWord - 97" POLICY "protect from macro-viruses" KEYNAME "Software\Microsoft\Office\8.0\Word\Options" VALUENAME "EnableMacroVirusProtection" VALUEON "1" VALUEOFF "0" END POLICY POLICY "use RTF by default" KEYNAME "Software\Microsoft\Office\8.0\Word\Default Save"...
2003 Mar 04
1
Windows 2K/XP Profile/Homedir replication issue?
Hey there, Just a question for you Samba 2.2.x gurus out there :) We have a contingent (a steadily increasing contingent) of Win2K and WinXP workstations. Does anyone here know how to stop the profiles from replicating? If we create a file in the profile dir, say \\PDC\UserHome\profile.doc. It will replicate that to the profile directory, while one file or two files are not a problem, we use
2005 Mar 11
2
Creating Custom System Policy Templates
Has anyone looked into creating custom templates for Microsoft's System Policy editor ? I like the idea of managing workstations through the NTConfig.POL file, but the included templates are quite a bit outdated. Does anyone know if it would be worth-while to take the time and create an updated Template to add policies to manage newer features of Windows 2000/XP through the NTConfig.POL
2017 Apr 04
3
RFC: Adding a string table to the bitcode format
On Tue, Apr 4, 2017 at 12:36 PM, Duncan P. N. Exon Smith < dexonsmith at apple.com> wrote: > > On 2017-Apr-04, at 12:12, Peter Collingbourne <peter at pcc.me.uk> wrote: > > On Mon, Apr 3, 2017 at 8:13 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> >> On Apr 3, 2017, at 7:08 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: >>
2006 Apr 28
2
Trying to turn params field into a variable
Hi guys, I have another question, we have this line on our .rb code: @variable = params [:user][:bird] I need to be able to change the 2nd field into a variable because it is a changing valuename, I was wondering if you had any trick for that. Meaning I need to make [:bird] into [:dog] or [:cat]... It''s proven really tricky for me to get it to change I wonder if you guys had any suggestions to it. thanks, Bing -- Posted via http://www.ruby-forum.com/.
2007 Sep 17
2
ntp policy example question
...dows xp clients I'm not able to come to an understandable solution (due probably to my lack in windows knowledge) I found this in samba archives: CLASS MACHINE CATEGORY !!Time POLICY !!NTPServer KEYNAME SYSTEM\CurrentControlSet\Services\W32Time\Parameters PART !!NTP_SERVER EDITTEXT VALUENAME "NtpServer" END PART PART !!SERVERTYPE EDITTEXT VALUENAME "type" END PART END POLICY END CATEGORY ; Time [Strings] Time="Time Servers" NTPServer="NTP Server" NTP_SERVER="NTP Server address" SERVERTYPE="Server Type (ntp)" Can...
2008 Feb 09
1
[LLVMdev] Annotate a value.
Hello. It would be very useful for my project being able to annotate Value's. An int would do fine. I found an old message with this same subject talking about the Annotation interface and Annotable object, but the doxygen graphs says that only Function is annotable. Could I use the ValueName for the job? It would be enough, although quite clumsy. Seems that Value's of type void can't be named (no problem) but I'll need to name Constants, and this is not allowed. Any suggestion, apart from modifying my LLVM sources? -- Oscar
2005 Jun 15
1
Setting environment variables (installation problem)
...t the moment the user can't choose the R installation path ("/DIR={pf}\\R /SILENT"). If I would know where the user install R the InnoSetup part would be really simple: Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; ValueType: string; ValueName: "PATH"; ValueData: "{olddata};{app}\R\bin" (or something like that) (R-FAQ for Windows) The R-FAQ#2.5 tells me that I'm able to specify the path where R will be installed but nothing about the environment variable. And the R-FAQ#2.16 is not what I need. Duncan Murdoch w...
2007 Oct 14
0
2 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_strings.c
...am @@ -1,10 +1,5 @@ SUBDIRS = jpeg -noinst_PROGRAMS = compute-strings - -compute_strings_SOURCES = swfdec_as_strings.c -compute_strings_CFLAGS = -DCOMPUTE_SWFDEC_AS_STRINGS_H - CODECS = if HAVE_FFMPEG @@ -310,10 +305,17 @@ swfdec_enums.c: $(public_headers) Makefile --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ --vtail " { 0, NULL, NULL }\n };\n etype = g_ at type@_register_static (g_intern_static_string (\"@EnumName@\"), values);\n }\n return etype;\n}\n" \ $(public_headers) ) > xgen-sec \ - &...
2002 Nov 24
1
W2k Clients using modified 'Shell Folders'/'User Shell Folders'...
Hello samba people, is there anybody who got users logins with modified Shell Folders or User Shell Folders registry keys working with W2k-Clients ? After trying to get this to work for about a week, I'm really stuck.... :( Bye, Axel -- ,gis siht no noitpyrcne eht gnikaerb yB .liaj ot oG .ACMD eht detaloiv evah uoy
2003 Dec 19
2
enabling remote desktop
Is there a way to automatically enable Remote Desktop from a NETLOGON script? I want to enable Remote Desktop on *a lot* of machines, but I don't want to do it manually. -- Andrew Gaffney
2004 Oct 13
2
time server directive and synchronizing Win XP clients
Hi all! I have configured a Samba PDC (3.0.7) on a Fedora Core 2 machine with LDAP authentication (conform http://samba.idealx.org/smbldap-howto.en.html). I have about 180 Windows XP Pro clients using this PDC to log onto the domain, which works great! However I seem to have trouble synchronizing the time on the clients to the time on the server. The users (in group Domain Users) do not have
2005 Nov 28
2
NT clients syncronyzing in a Samba PDC Domain
Hi, Plz, i have installed a Samba NT PDC Domain with XP Prof. and strangelly the machines are syncronizing with the Samba Server when the user Logoff of the domain. I've used the smb.conf below in others domains and XP clients have never synchronized before. I understand that i'm not using roaming profile, because the logon path is empty. The only difference in this domain is that
2006 Dec 05
3
Incorrect pointers arithmetic in the PRINTER_ENUM_VALUES structure when calling Samba.
...is done. Here I brought the enumerated values buffer output for Samba and Windows print servers when EnumPrinterDataEx function is executed. Have anyone seen similar issue and can shed some light on this phenomena. Buffers base memory address for Windows case is 0x003a8390 and the offset for the ValueName is 60. Buffers base memory address for Samba case is 0x003a9d48 and the offset for the ValueName is 380. I use windows XP SP2 client. As one can easily see Samba buffer contains just offset value in hexadecimal presentation while windows buffer contains actual calculated memory reference insi...
2011 May 15
1
[LLVMdev] instruction ids
Hi All, I was wondering if llvm assigns instructions distinct ids so that two instructions of the same type in the same function or different function will have different ids? Thanks. George -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110514/62104e26/attachment.html>