similar to: "add user script" problem

Displaying 20 results from an estimated 50000 matches similar to: ""add user script" problem"

2017 Nov 23
0
Execute a user script whenever a user is added in the domain
On Thu, 23 Nov 2017 20:31:46 +0100 Fabian Fritz via samba <samba at lists.samba.org> wrote: > Hi, > > I am using the ADUC-tool on Windows PCs to add users to the domain. > Now I also need to do some maintance work on the linux server (DC). > Is there an option that I've overlooked or any other way to execute a > shell script whenever a user is added? Ideally it would
2017 Nov 26
1
Execute a user script whenever a user is added in the domain
My DC handle the authentification and some other Samba server provide shares (they're pure file servers with winbind). Users get their personal directory as a share with appropriate permissions. Up until now I used a Samba 3 server to both handle the authentification and act as a file server. I had a script to create a Samba user, create the personal directories and set some ZFS quota on it.
2009 Sep 01
1
[LLVMdev] llc - generation of native machine code
----- Original Message ---- > From aaronngray.lists at googlemail.com Mon Jul 27 15:14:40 2009 > From: aaronngray.lists at googlemail.com (Aaron Gray) > Date: Mon, 27 Jul 2009 21:14:40 +0100 > Subject: [LLVMdev] llc - generation of native machine code > > > On Mon, Jul 27, 2009 at 8:25 AM, Rudskyy<tema13tema at yahoo.de> wrote: > > > But now I am looking for
2009 Jul 16
0
[LLVMdev] [patch] CodeEmitter Memory Foot Reduction
2009/7/16 Daniel Dunbar <daniel at zuster.org> > On Thu, Jul 16, 2009 at 10:04 AM, Aaron > Gray<aaronngray.lists at googlemail.com> wrote: > > 2009/7/16 Chris Lattner <clattner at apple.com> > >> Whats Daniels approach, does he have any online documentation or code, > do > >> you have an email address so I may talk to him. > >> >
2009 Jul 16
0
[LLVMdev] [patch] CodeEmitter Memory Foot Reduction
2009/7/16 Chris Lattner <clattner at apple.com> > > On Jul 16, 2009, at 12:53 AM, Aaron Gray wrote: > > Chris, > > The basic idea of using templates inconjunction with inlining is for > efficiency. > > 6,500 virtual calls outputting bytes out of 10000 calls, and the rest 1,750 > being words to output 10,000 of code does not entice me to use virtual >
2009 Jul 16
2
[LLVMdev] [patch] CodeEmitter Memory Foot Reduction
On Thu, Jul 16, 2009 at 10:04 AM, Aaron Gray<aaronngray.lists at googlemail.com> wrote: > 2009/7/16 Chris Lattner <clattner at apple.com> >> Whats Daniels approach, does he have any online documentation or code, do >> you have an email address so I may talk to him. >> >> Take a look at how asmprinters work >> in include/llvm/Target/TargetRegistry.h .
2004 Jun 18
0
Re: NVIDIA on Linux: less is more
Aaron, > It is a kernel problem. The stack size changed in > the 2.6 kernel. You > need a version of the kernel with the old 8k stack > size. You can get > such a kernel from: > www.linuxant.com/driverloader/wlan/full/downloads-fc2-kernel-i686.php > > As you can see these are fedora kernels but might > work on centos. Actually, while troubleshooting this display
2004 Sep 10
0
Blocking and compression.
--- Wayde Milas <wmilas@rarcoa.com> wrote: > The reason for this post is I would like to know if I start coding > again > and releasing patches agaisnt flac in various areas, if they will be > accepted. I'm not sure if these additions fit the "focus" of what > flac > is meant to be, so I thought I'd discuss them first. Keep in mind > that I > just
2008 Sep 03
0
checkpassword migration script in Python
Hey all, First post to the list, so here goes, hope I don't break any rules (I didn't see any rules about not being overly verbose) I spent a long time looking for anything that would help me migrate from our old IMAP server to our new one without a lot of client-side fuss, multiple e-mail accounts, and so on. I find that a lot of our users get confused by having two
2009 Jul 16
3
[LLVMdev] [patch] CodeEmitter Memory Foot Reduction
On Jul 16, 2009, at 12:53 AM, Aaron Gray wrote: > Chris, > > The basic idea of using templates inconjunction with inlining is for > efficiency. > > 6,500 virtual calls outputting bytes out of 10000 calls, and the > rest 1,750 being words to output 10,000 of code does not entice me > to use virtual calls. I understand that you say that, but I can't bring myself
2004 Mar 26
1
Réf. : add machine script wont add Postfix account
Hi! I have the same problem with my PDC. Work fine: Modify the script for add samba attribute ( three lines) Execute manually the entry (with smbldap-useradd.pl -w machine1) Try to join the domain Don't work : Samba call the smbldap-useradd -w %u and the script is not modified. I use samba 3.0.2a RH 8.0 openldap 2.1.25 ----------------------------------- St?phane PURNELLE
2009 Jul 16
0
[LLVMdev] [patch] CodeEmitter Memory Foot Reduction
2009/7/16 Chris Lattner <clattner at apple.com> > > On Jul 16, 2009, at 10:04 AM, Aaron Gray wrote: > > >> I understand that you say that, but I can't bring myself to care at this >> point. Have you thought about how many cycles are already used to produce >> the instructions that lead to the emission of those 10K bytes? The total >> percentage of
2003 Feb 20
0
RE: pam_mount ( was RE: Help with Winbind )
After a little experimentation, I've come up with this: create a directory as a temp mount point (chmod 777) called /home.domainuser or something similar and assign the template homedir variable to it. This works for the first login, but I'm looking for advice on how I can rm -rf the whole thing to clean it up for the next user. Additionally, I noticed that it doesn't actually mount
2003 Feb 20
0
RE: pam_mount ( was RE: Help with Winbind )
Well, I've started to look at pam_mount and it seems it doesn't compile under RH8.0 because it's missing pam_modules.h. I've located that in the source for pam. It's found in pam-0.75-46.8.0.src.rpm. The error I get is during the configure part: checking for security/pam_modules.h... no configure: error: You are missing security/pam_modules.h I'm not so good with
2008 Sep 11
2
database table merging tips with R
I have not devoted time to setting up ROracle since binaries are not available and it seems to require some effort to compile (see http://cran.r-project.org/web/packages/ROracle/index.html). On the other hand, RODBC worked more or less magically once I set up the data sources. What is your success using ROracle and why would it be preferable to RODBC ? -Avram On Thursday, September 11,
2006 Nov 14
1
Call log reveals redundant calls!
Hi, all-- What do you make of this? Here's my call log--looks like there are a lot of calls going in and out of the server that are not real incoming or outgoing calls. Does anybody have any clue what is happening? 2006-11-14 16:41:00 Local/8183... 8183461773 "8183461773" <8183461773> 8183461773 NO ANSWER 1 47. 2006-11-14 16:40:59 IAX2/Voice... 8183461773
2005 Aug 25
4
how to use ruby debugger instead of irb from script/breakpointer
Hello - I would like to use the ruby debugger instead of irb for a breakpoint enabled by script/breakpointer in order to step through some code. How do I do that? Aaron
2004 Sep 18
4
Samba Script?
Good Evening :) I wanted to know is it possible to write a script to alert me by email if anyone accessed to Samba. For example: 192.168.0.2 and 192.168.0.3 allowed to access to samba network (I wont get a alert). Any IP apart from 192.168.0.2 / 192.168.0.3 then it will alert me. thanks. Shahid
2007 Feb 28
1
[LLVMdev] Building LLVM and LLVM-GCC4 on Cygwin
Hello, Well theres not too much to it. A patch for Cygwin's stdint.h. And a patch for lib/System/Unix/Program.inc. Despite Cygwin complaining of timing errors both LLVM and LLVM-GCC4 compile ok'ish. make[2]: Warning: File `/dev/null' has modification time 0.0096 s in the future make[2]: warning: Clock skew detected. Your build may be incomplete. I am getting this on both
2012 Nov 10
1
Sieve users script problem.
I am using Dovecot 2.1.9 which seems to solve older bug in sieve. Now I have another problem with users scripts. I want dovecot to run users scripts but it seems to not even see them. Dovecot runs the default sieve script from home dir but wont see the sieve scripts in the sieve subdirectory and some logs: Nov 10 18:35:54 lda(user at domain.local): Debug: Quota root: name=User quota