search for: substiting

Displaying 20 results from an estimated 29 matches for "substiting".

Did you mean: substitting
2002 Jun 25
7
SAMBA-LDAP and variable substition
Hello, Im using Samba and LDAP together and if I use the scriptPath attribute for a user defined in LDAP, it seems that variable substitions no longer work like they did when you're using the global logon script parameter in smb.conf. example: scriptPath = scripts\%m.bat ==> %m.bat is NOT substituted to machinename.bat Because the "logon scripts" directive of smb.conf will
2004 Sep 29
2
defining a template for functions via do.call and substit ute.
Here's one not-so-straightforward way: > f <- function(a, b) a + b > flist <- as.list(f) > names(flist)[1:2] <- c("x", "y") > flist[[3]] <- do.call("substitute", list(body(f), list(a=as.name("x"), b=as.name("y")))) > g <- as.function(flist) > g function (x, y) x + y HTH, Andy > From: john.gavin at ubs.com
2020 Mar 27
5
Multi-Threading Compilers
On Fri, Mar 27, 2020 at 1:53 PM Nicolai Hähnle via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Fri, Mar 27, 2020 at 5:22 PM Chris Lattner via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > On Mar 27, 2020, at 12:23 AM, Johannes Doerfert < > johannesdoerfert at gmail.com> wrote: > > > > > > > Getting to a multithread clean optimizer
2006 Feb 21
2
Authorization Plugin for Rails
I''ve posted a lengthy description of an authorization plugin for Rails on my blog: http://www.billkatz.com/authorization It describes a proposed DSL for authorization, a pattern for use that describes conventions, and a reference implementation that lets you test the some of the ideas. I hope that some subset of Rails programmers gravitate toward a common DSL for authorization, which
2012 Jun 25
3
Base directory with File
Hi all, I''d like to specify a base_directory and a list of directories (as variables that may be pulled via hiera later) that will be created under that base directory. base_dir = "/home/base" bars = ["a", "b", "c"] bars will be used to create the folders under base and also part of the information going into building a template so I
2020 Mar 27
2
Multi-Threading Compilers
> On Mar 27, 2020, at 12:23 AM, Johannes Doerfert <johannesdoerfert at gmail.com> wrote: > > > > Getting to a multithread clean optimizer is not one bug fix away - > > this is a multiyear journey, and I would prefer not to see big changes > > with unclear tradeoffs made in an effort to get a quick win. > > I think I missed the suggestion of "big
2019 Jan 25
0
[klibc:update-dash] parser: Fix parsing of ${}
Commit-ID: 5e8e1a2d765473c0fe0321576e498fe114b76026 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=5e8e1a2d765473c0fe0321576e498fe114b76026 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Tue, 3 Apr 2018 00:40:25 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] parser: Fix parsing of
2020 Mar 28
0
[klibc:update-dash] dash: parser: Fix parsing of ${}
Commit-ID: 8dfaea787acb1aaf1387af6a81904e0a57746985 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=8dfaea787acb1aaf1387af6a81904e0a57746985 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Tue, 3 Apr 2018 00:40:25 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: parser: Fix
2020 Mar 28
0
[klibc:update-dash] dash: expand: Fix trailing newlines processing in backquote expanding
Commit-ID: 42c84c0c2ed8f5b9a81bd70582edfa9d7ead08be Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=42c84c0c2ed8f5b9a81bd70582edfa9d7ead08be Author: Nikolai Merinov <n.merinov at inango-systems.com> AuthorDate: Mon, 29 Apr 2019 19:13:37 +0500 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: expand:
2006 Apr 24
0
String substitution on package install?
Hello ... I was working with some older code today that started throwing errors I'd never seen before. The source appears to be some sort of substition of the text of the code on install time, I was hoping that someone might be able to point me to what I'm doing wrong. If I take the following function: foo <- function() { test <- "This is a test"
1997 Nov 20
1
Feature Request
I'd like request a feature... A "check valid" (or something like that) keyword for the smb.conf file. This would validate the share as pointing to a existing directory. If the directory is valid, the share appears in the user's browse list. Otherwise, the share doesn't appear. This is useful for shares that are generated by variable substition. For example,
2007 Apr 10
1
[PATCH] Add support for DHCP-Options
hi, I've written a start of an c32-module to do basic substition: add subst.c32 this is a start of a generic substition module --- commit 9a1f41a7e6599fe6a162197cd9ddc6610185e780 tree cfb799a0be9844926afe44e21b2eb96630666c44 parent 89478bdbfa7167bc1b627a478d042c99e46f06b7 author Maurice Massar <massar at unix-ag.uni-kl.de> Tue, 10 Apr 2007 20:13:39 +0200 committer Maurice Massar
2010 Apr 23
1
regsubst questions
I am attempting to set some variables in my manifest and I amd seeing a result I don''t quite understand. Here is a section of code from my manifest: $boot_time = generate(''/usr/bin/env'', ''/bin/date'', ''+%H:%m'') notice("boot_time => $boot_time") $boot_hour =
2019 Dec 16
0
[Announce] Samba 4.11.4 Available for Download
======================================================== "Tell me and I forget. Teach me and I remember. Involve me and I learn." Benjamin Franklin ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.11 release series. Changes since 4.11.3: --------------------- o
2019 Dec 16
0
[Announce] Samba 4.11.4 Available for Download
======================================================== "Tell me and I forget. Teach me and I remember. Involve me and I learn." Benjamin Franklin ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.11 release series. Changes since 4.11.3: --------------------- o
2009 Jan 19
1
sub and gsub treat \\ incorrectly (PR#13454)
Sub and gsub treat \\ replacement pattern incorrectly I expect sub("a","\\", "a", perl=T) to produce [1] "\" instead it generates [1] "" On the other hand, if I run sub("a","\\\\", "a", perl=T) it correctly outputs [1] "\\" The same issue applies to gsub. --please do not edit the information
2020 Jan 23
0
[Announce] Samba 4.10.13 Available for Download
======================================================== "It's better to be a lion for a day than a sheep all your life." Elizabeth Kenny ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.10 release series. Changes since 4.10.12 ---------------------- o Jeremy
2008 Oct 04
5
[Bug 17896] New: no sound with 0.8.0-1 hardy w/ usb audio
http://bugs.freedesktop.org/show_bug.cgi?id=17896 Summary: no sound with 0.8.0-1 hardy w/ usb audio Product: swfdec Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org
2010 Mar 22
1
[git pull] dash, sh4, README's
hello hpa, pushed out new patch queue :) It contains the sync with latest dash git, renaming of some README's to ease their packaging, sparc32 socket test and a sh4 fix by Debian porters (numbers of changes is huge, but mostly contained in dash). git pull git://git.debian.org/users/maks/klibc.git maks initramfs-tools seems happy with that version of dash, saw no regression on boot test with
1998 Apr 27
5
Group information lost when security = server
Hi. I have a samba install, samba-1.9.18p4, with security=server. Users are validated against the NT domain controller correctly, and user accounts do exist on the unix box (AIX 4.2.1) Problem is that while the uid of the files that users create is correct, the group id is always sys, even though the users have as primary gid STAFF. The definition of the share I am trying to create is: [cslan]