similar to: winbind, pam_stack and debian

Displaying 20 results from an estimated 200 matches similar to: "winbind, pam_stack and debian"

2006 Mar 03
2
Force update of Samba point-and-print drivers?
I hope someone here can offer an easy approach to the following (somewhat simplified) scenario. We have a Samba domain that is running well. We have 10 Samba/CUPS printers and used the Windows Print Wizard method noted on pages 225-226 (section 17.6.1) of the Prentice-Hall-published Official Samba-3 HOWTO to install the drivers. Over time, we learned to pay particular attention the the printer
2004 Apr 13
0
pam_stack.so for suse 9.0
I'm using suse 9.0 with samba3.xxx. I have joined the samba server to the nt domin using winbind and net join. Everything seems to be working great. I can pull domain+users as well as groups plus auto creat home directories. But every time I try to logon to the linux end it acts like it's going to work and then I get a message "<domian+user> account disabled". In the Samba
2019 Nov 20
4
[cfe-dev] RFC: Moving toward Discord and Discourse for LLVM's discussions
There *are* open-source Discord clients, 3rd party tools and the like. The corporation behind Discord is just not authorising you legally to use any of those tools at hand. There are rarely any technical barriers or countermeasures, though. Roman Lebedev via cfe-dev <cfe-dev at lists.llvm.org> ezt írta (időpont: 2019. nov. 18., H, 16:08): > On Mon, Nov 18, 2019 at 4:10 PM Nico Weber via
2004 Oct 06
3
flac-1.1.1 completely broken on linux/ppc and on macosx if built with the standard toolchain (not xcode)
Sadly the latest optimization broke completely everything. The asm code isn't gas compliant. the libFLAC linker script has a typo, disabling the asm optimization and/or altivec won't let a correct build anyway. Instant fixes for the asm stuff: sed -i -e"s:;:\#:" on the lpc_asm.s to load address instead of addis+ori you could use lis and la and PLEASE use the @l(register)
2019 Nov 20
3
[cfe-dev] RFC: Moving toward Discord and Discourse for LLVM's discussions
On Wed, Nov 20, 2019 at 12:18 PM Renato Golin <rengolin at gmail.com> wrote: > > On Wed, 20 Nov 2019 at 08:44, Whisperity via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > There *are* open-source Discord clients, 3rd party tools and the like. > > This is a big uphill fight that is rarelly worthy. Not to mention > privacy guarantees and terms and conditions
2019 Jan 15
4
Aggressive optimization opportunity
Hi, There are some compilers with a aggressive optimization which restricts function pointer parameters. Let's say opt restrict_args. When restrict_args is turned on, compiler will treat all function pointer parameters as restrict one. int foo(int * a) + restrict_args opt equals to: int foo(int * restrict a) Here is a complete example: source code: extern int num; int foo(int * a) {
2007 Sep 05
1
Asterisk + LDAP or RADIUS
Hi to all, I've installed Asterisk 1.4 and all function very well. Now I need to use LDAP or RADIUS instead of sip.conf since all the trusted users have an account on LDAP/RADIUS. Any suggestions...try astirectory (but is for asterisk 1.2.x, I've 1.4.9) or Asterisk realtime LDAP (it is only for 1.2 or not) Thx for all! bye -- Alessandro R. -------------- next part -------------- An
2019 Jan 15
3
Aggressive optimization opportunity
Restrict is supported by Clang for C++ via __restrict__, so it seems strange to block using this proposed option for C++. That said, this kind of option can be dangerous and should come with a suitable warning. We’ve had a similar option and in practice it’s been used to hunt for performance gains (i.e., turn it on and see what happens), but just because the code runs faster and produces the
2012 Jul 19
2
[LLVMdev] Help with PPC64 JIT
Hello, I am currently working with PPC64 JIT support for LLVM. So far I could make function calls work by adding function descriptors in 'lib/Target/PowerPC/PPCJITInfo.h' and adding a virtual method at 'LLVM::TargetJITInfo' that is called within 'JITEmitter::finishFunction' just after 'sys::Memory::InvalidateInstructionCache' to update the Global Mapping with
2004 May 09
0
[LLVMdev] Testing LLVM on OS X
On Tue, 4 May 2004, Chris Lattner wrote: > On Tue, 4 May 2004, Chris Lattner wrote: > > I suspect that a large reason that LLVM does worst than a native C > > compiler with the CBE+GCC is that LLVM generates very low-level C code, > > and I'm not convinced that GCC is doing a very good job (ie, without > > syntactic loops). > > Yup, this is EXACTLY what is
2014 Sep 09
3
[PATCH] ppc64: ELFv2: Load TOC value in system call stub
This fixes a segmentation fault in the system call's error handling path with dynamically-linked binaries on PowerPC64 little endian. The system call stub wasn't loading up r2 with the appropriate TOC value in its global entry point. The r2 setup code comes from the FUNC_START macro in gcc [1] and an equivalent one can also be found in the LOCALENTRY macro in glibc [2]. On the ELFv2 ABI
2004 May 04
0
[LLVMdev] Testing LLVM on OS X
On Tue, 4 May 2004, Patrick Flanagan wrote: > I was able to run through all the C/C++ benchmarks in SPEC using LLVM. > I'm on OS X 10.3.3. I did a quick comparison between LLVM (latest from > CVS as of 4/27) and gcc 3.3 (Apple's build 20030304). For simplicity's > sake, the only flag I used was -O3 for each compiler and I was using > the C backend to generate native
2004 Sep 08
2
Multiple domains
How do I setup Dovecot to read both local UNIX account maildirs and a separate virtual user area? Or do I need to run two servers? Daniel
2004 May 04
2
[LLVMdev] Testing LLVM on OS X
I was able to run through all the C/C++ benchmarks in SPEC using LLVM. I'm on OS X 10.3.3. I did a quick comparison between LLVM (latest from CVS as of 4/27) and gcc 3.3 (Apple's build 20030304). For simplicity's sake, the only flag I used was -O3 for each compiler and I was using the C backend to generate native code for PPC. Most of the LLVM results were close to gcc
2012 Jul 20
0
[LLVMdev] Help with PPC64 JIT
Hi Adhemerval Zanella, the old JIT infrastructure is going away, to be replaced by "MC-JIT" (try passing -use-mcjit to lli). It sounds like you are working on the old JIT, so I suggest you work instead on getting MC-JIT working on powerpc. Ciao, Duncan. > I am currently working with PPC64 JIT support for LLVM. So far I could make function calls > work by adding function
2004 May 06
4
imap idle on non-inbox?
Can this be done with dovecot? I really like the imap idle feature, but it doesn't work for me because I sort my mail into folders with procmail, so it only notifies me when one drops into inbox and not a subfolder. Is there just an option for this I'm missing, or does support for this not exist yet? Also, I don't think its a client issue as I watched the traffic with tcpdump
2013 Dec 03
2
[PATCH 1/2] ppc64: Add ppc64le support
Add PowerPC 64bit little endian support. Signed-off-by: Anton Blanchard <anton at samba.org> --- Makefile | 7 +++++-- usr/klibc/arch/ppc64/MCONFIG | 4 ++-- usr/klibc/arch/ppc64/crt0.S | 34 ++++++++++++++++++++----------- usr/klibc/arch/ppc64/setjmp.S | 40 ++++++++++++++++++++++++++---------- usr/klibc/arch/ppc64/sysstub.ph | 45
2008 Sep 23
2
[LLVMdev] Multi-Instruction Patterns
Are there any examples of using tablegen to generate multiple machine instructions from a single pattern? Or do these cases always have to be manually expanded? -Dave
2015 Apr 02
5
OT: Recommended anti-virus for Windows
On Thu, April 2, 2015 4:27 pm, Valeri Galtsev wrote: > > On Thu, April 2, 2015 4:11 pm, J Martin Rushton wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Sorry to mention the "opposition" here, but I have a family member's >> laptop to protect, and I'm not allowed to upgrade it to Linux. What's >> the current best
2005 Dec 15
1
auth error after upgrading from 0.99 to 1 alpha...
so, i use vpopmail to auth my users,but after upgrading from dovecot-0.99.14-r1 to dovecot-1.0_alpha5 and tweaking dovecot.conf i get this in the log : dovecot: Dec 15 12:12:11 Info: auth(default): client in: AUTH 1 PLAIN service=POP3 lip=81.xx.xx.xx rip=81.xx.xx.xx resp= dovecot: Dec 15 12:12:11 Info: auth(default): client out: CONT 1 dovecot: Dec 15 12:12:11 Info: