search for: keppler

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

Did you mean: kepler
2023 Feb 26
1
Unable to add Point and Print printers to clients with Windows 8.1 and up
On 26/02/2023 15:08, Thomas Keppler via samba wrote: > Hello everyone, > > I can finally ditch Windows 7 in my Samba AD DC based setup. unfortunately, adding printers from my Samba-based print server (separate server, member in the domain) does not work. > > My print server shows up fine on Windows 8.1[1] and Windows...
2023 Feb 28
1
Unable to add Point and Print printers to clients with Windows 8.1 and up
...ts will accept it? Keep in mind: The environment in use right now is using Windows 7 and that continues to work like a charm - A very insecure, outdated charm, of course. Replacing the MFC soon is also out of the question. Any other suggestion? Thanks for all the help so far. -- Sincerely Thomas Keppler
2023 Feb 28
1
Unable to add Point and Print printers to clients with Windows 8.1 and up
Hi Thomas Am 27.02.23 um 23:10 schrieb Thomas Keppler: > Hi Stefan, > > thanks for the idea! Indeed, I didn't have the third GPO[1] of the bunch, just the two present in the Samba Wiki. > However, applying the third to the client doesn't change the situation. > > I've also resorted to use a Domain Admin and Local Admin...
2014 Dec 14
2
[PATCH] Early request for comments: U2F authentication
> I?ve spent some time (together with Christian and Thomas) hacking on > U2F support in OpenSSH, and I?m happy to provide a first patch ? it?s > not complete, but it should be good enough to get the discussion going > :). Please see the two attached files for the patch. This is great - I'm looking forward to it! :) I've implemented U2F into another (C-based) application these
2023 Feb 26
2
Unable to add Point and Print printers to clients with Windows 8.1 and up
...nd Reverse Lookup Zones. I'm using Samba 4.13.13-Debian on Debian 11.6 on all Samba systems. Any help, pointers or experiences that could help me resolve this issue (or at the very least, to understand what's actually going on) would be deeply appreciated. Thank you. -- Sincerely Thomas Keppler P.S. My setup is still almost the same as it was in 2017[6], except that I followed Louis' advice[7] and my fileserver is doing WINS now. -- [1] Don't worry, I want to move to Windows 10/11, the Windows 8 one was just a "last resort test installation" because that used to work c...
2004 Jul 10
2
SaMBa - authenticate Linux machines
it is possible a server Samba authenticate Linux/FreeBSD machines? thank's
2017 Oct 10
4
RSAT Print Management won't show shared printers under the "Printers" section
...tifyPrivilege SeUndockPrivilege SeManageVolumePrivilege SeImpersonatePrivilege SeCreateGlobalPrivilege SeEnableDelegationPrivilege Everyone No privileges assigned Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Thomas Keppler via samba > Verzonden: maandag 9 oktober 2017 20:55 > Aan: Marc Muehlfeld > CC: samba at lists.samba.org > Onderwerp: Re: [Samba] RSAT Print Management won't show > shared printers under the "Printers" section > > Hm, I really am wondering now: > > @Louis...
2017 Oct 08
3
RSAT Print Management won't show shared printers under the "Printers" section
A small update: Fiddled some more with Windows 10 and that works, too. Windows 7 still doesn't see the printer in Print Management, not even on a second, freshly installed client. I have set up the printer now from Windows 8.1 and configured some printer preferences and installed the printer on a Windows 7 client. That works. However, I would really like to configure the printer form Windows
2009 Oct 22
0
[LLVMdev] Problem initializing a JIT via C bindings
Keppler, Dave wrote: > Hi all, > > I have some code that uses the x86 JIT via the C bindings that I'm trying to migrate from targeting LLVM 2.5 to the top of tree, but I'm running into a linking problem I can't figure out. > > Here's how I'm invoking the JIT in 2.5. &gt...
2009 Oct 22
1
[LLVMdev] Problem initializing a JIT via C bindings
>> I'm compiling it as follows, which completes with no errors on either >LLVM version. >> >> LLVM_CONFIG=<the llvm-config from the version I want to use> >> gcc `$LLVM_CONFIG --cflags` -o main.o -c main.c >> g++ `$LLVM_CONFIG --cflags` \ >> `$LLVM_CONFIG --ldflags` \ >> main.o `$(LLVM_CONFIG) --libfiles engine BitReader` >>
2009 Oct 30
0
[LLVMdev] I have built a whole-program bitcode file for openldap-2.19
>I have written a wrapper which includes gcc/g++,ld and llvm counterparts, >it invokes native or llvm compiler and linker according to the options it >receives,after I replace the native tools with my wrapper in libtool >script, I just typed like this > >make CC=wrapper AC_CFLAGS=-emit-llvm > >then I got a bc file of slapd and other tools in clients directory > >The
2017 Oct 08
0
RSAT Print Management won't show shared printers under the "Printers" section
Hi Thomas, Am 08.10.2017 um 01:53 schrieb Thomas Keppler via samba: > 5.) I have RSAT tools installed on a domain joined > Windows 7 client and I am logged in as such a Domain Admin Does this also happen on Win 8.1 or 10? Please try, if you did not already. Do the clients have all available updates applied? > smb.conf (on the printserver) &g...
2017 Oct 08
0
RSAT Print Management won't show shared printers under the "Printers" section
Hi Thomas, Am 08.10.2017 um 17:42 schrieb Thomas Keppler: > Fiddled some more with Windows 10 and that works, too. Windows 7 > still doesn't see the printer in Print Management, not even on > a second, freshly installed client.> > I have set up the printer now from Windows 8.1 and > configured some printer preferences and installed...
2004 Mar 27
1
...credentials conflict...
when placing a machine w2k in the domain samba, is returned the following message from error: "the supplied credentials conflict with a set of existing credentials"; somebody knows as to decide?
2004 Apr 02
2
IMQ driver & kernel options
Hi, i tried to insmod the imq.o module from http://pupa.da.ru/imq after a successful compile, but it thows this error: > insmod imq.o imq.o: unresolved symbol nf_unregister_hook imq.o: unresolved symbol nf_register_hook I think I have some kernel options disabled, does anyone know which one(s)? Thanks cord _______________________________________________ LARTC mailing list /
2009 Oct 21
2
[LLVMdev] Problem initializing a JIT via C bindings
Hi all, I have some code that uses the x86 JIT via the C bindings that I'm trying to migrate from targeting LLVM 2.5 to the top of tree, but I'm running into a linking problem I can't figure out. Here's how I'm invoking the JIT in 2.5. LLVMInitializeNativeTarget(); <-- for the updated version LLVMCreateMemoryBufferWithContentsOfFile("code.bc", &buffer,
2009 Oct 30
2
[LLVMdev] I have built a whole-program bitcode file foropenldap-2.19
I haven't test it completely for Apache , when I finish that I will post it ASAP. BTW, Have you archieved the same goal with gold-plugin???I once tried it but just got a failure for llvm tools is not completely compatible with GNU ones. ----- Original Message ----- From: "Keppler, Dave" <dkeppler at mitre.org> To: "Nan Zhu" <zhunansjtu at gmail.com>; <llvmdev at cs.uiuc.edu> Sent: Saturday, October 31, 2009 12:10 AM Subject: RE: [LLVMdev] I have built a whole-program bitcode file foropenldap-2.19 >I have written a wrapper which includes...
2009 Oct 23
0
[LLVMdev] project based in trusted computing
amit suthar wrote: > Sir, > I am a M.tech student of Computer Science and Engineering > Department ,Indian Institute of technology, Kharagpur(India). > I have to do a project in trusted computing field. I went through LLVM > Project site. and I want to work in some project of LLVM. > Can u suggest me some project which is somehow related to trusted > computing and i
2009 Oct 15
1
[LLVMdev] [Fwd: Re: strace for whole-program bitcodes]
>>> someone suggested me to use gold-plugin, I know nothing about it yet, I >will >>> have a try later. Does anyone have a good solution for this problem? >> >> Afaik gold does not help here. I tried it and managed to only generate >> native code. > >"Just" gold isn't quite good enough, because at the last final link >steps gold will
2009 Oct 30
2
[LLVMdev] I have built a whole-program bitcode file for openldap-2.19
Hi,all I have written a wrapper which includes gcc/g++,ld and llvm counterparts, it invokes native or llvm compiler and linker according to the options it receives,after I replace the native tools with my wrapper in libtool script, I just typed like this make CC=wrapper AC_CFLAGS=-emit-llvm then I got a bc file of slapd and other tools in clients directory The accessory is the whole-program