search for: rrze

Displaying 20 results from an estimated 40 matches for "rrze".

Did you mean: rrz
2008 Dec 12
4
[PATCH 1/1] COM32: lua - enable (parts of) liolib
Hi again, the attached patch (re-)enables parts of lua's liolib.c, especially io.write() for formatted output (similar to printf() ): Example: -- define printf() function printf = function(s,...) return io.write(s:format(...)) end -- function printf("Hallo, this is hex %04x\n", 64321) Bye, Marcel -------------- next part -------------- A non-text
2015 Aug 19
2
Samba 4 DC - no AES kerberos tickets - only arcfour
...: <...> Ticket etype: aes256-cts-hmac-sha1-96, kvno 2 Ticket length: 2278 <...> Any other ideas? Bye, Marcel -----Ursprüngliche Nachricht----- Von: Trever L. Adams [mailto:trever at middleearth.sapphiresunday.org] Gesendet: Mittwoch, 19. August 2015 05:55 An: Ritter, Marcel (RRZE) <marcel.ritter at fau.de>; samba at lists.samba.org Betreff: Re: [Samba] Samba 4 DC - no AES kerberos tickets - only arcfour On 08/18/2015 02:28 PM, Ritter, Marcel (RRZE) wrote: > Hi, > > I’ve been running a samba 4 DC for quite some time now, and while testing some kerberos relate...
2015 Sep 01
5
Samba 4 and MS Windows NFS Server (2012R2) - Update
...s available during authsam_search_account() call. Please, could someone more familiar with the samba code base provide me with the required information to do this? Bye, Marcel -----Ursprüngliche Nachricht----- Von: samba [mailto:samba-bounces at lists.samba.org] Im Auftrag von Ritter, Marcel (RRZE) Gesendet: Montag, 31. August 2015 08:44 An: samba at lists.samba.org Betreff: [Samba] Samba 4 and MS Windows NFS Server (2012R2) Hi, has anyone out there tried to get a Windows Server 2012R2 based NFS Server running against a Samba4 active directory? I'm currently doing some interop testing...
2012 Jul 09
2
How do I get an ssh client to authenticate with samba4's kerberos GSSAPI?
Hi, I am doing some kerberos testing with samba4 using ssh. I have setup samba4 using the howto at http://wiki.samba.org/index.php/Samba4/HOWTO and active directory seems to be working both with Windows and Linux clients. ssh unfortunately is not kerberos authenticating via GSSAPI. The client krb5.conf contains this: ===================================================== [libdefaults]
2015 Aug 18
2
Samba 4 DC - no AES kerberos tickets - only arcfour
Hi, I’ve been running a samba 4 DC for quite some time now, and while testing some kerberos related stuff, I noticed that all kerberos tickets I can get from the DC are of encryption type ?arcfour-hmac-md5“: # kinit testuser1 testuser1 at S4DOM.TEST's Password: # klist -v Credentials cache: FILE:/tmp/krb5cc_0 Ticket etype: arcfour-hmac-md5, kvno 1 I can create keytabs containing
2015 Sep 01
0
Samba 4 and MS Windows NFS Server (2012R2) - Update
...s not HOST/PCNAME These must match depending on what the software wants. For example, my zarafa mail server software must have : HTTP/mail.... And not http/mail.... Greetz, Louis -----Oorspronkelijk bericht----- Van: samba [mailto:samba-bounces at lists.samba.org] Namens Ritter, Marcel (RRZE) Verzonden: dinsdag 1 september 2015 15:04 Aan: samba at lists.samba.org Onderwerp: Re: [Samba] Samba 4 and MS Windows NFS Server (2012R2) - Update Hi again, I just hacked the code to also query userPrincipalName in authsam_search_account() (hardcoded my realm for now). Now the NFS client object...
2015 Sep 01
0
Samba 4 and MS Windows NFS Server (2012R2) - Update
...tal_scripts/ check the setup-nfsv4-kerberos.sh script, tested in a samba4 only setup, on debian (wheezy and jessie) and its not quite finished, i think.. Greetz, Louis >-----Oorspronkelijk bericht----- >Van: samba [mailto:samba-bounces at lists.samba.org] Namens >Ritter, Marcel (RRZE) >Verzonden: dinsdag 1 september 2015 11:25 >Aan: samba at lists.samba.org >Onderwerp: Re: [Samba] Samba 4 and MS Windows NFS Server >(2012R2) - Update > >Hi again, > >I just started to debug things on the samba4 side: > >When trying to mount the Windows NFS share, I...
2015 Sep 04
4
nfs based shared home dir question
Hai..   I need to have my home dirs shared over some of my servers. I did setup a nfs4 kerberos base Debian jessie, samba 4.1.17 and sernet samba 4.1.3 on these servers.   This works, i can mount without problems.   But because verything is created with the windows user tools, the owner/Group is root. Like this   Server:   ls -al drwxrwx---+  2 root  root 4096 Sep  4 13:17
2015 Sep 07
2
nfs based shared home dir question
...ser at rotterdam.bazuin.nl:rwaDxtcy A:fdi:GROUP@:tcy A:fdig:root at rotterdam.bazuin.nl:tcy A:fdig:BUILTIN\administrators at rotterdam.bazuin.nl:rwaDxtcy A:fdi:EVERYONE@:tcy I dont know where i went wrong here.. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: Ritter, Marcel (RRZE) [mailto:marcel.ritter at fau.de] > Verzonden: maandag 7 september 2015 10:13 > Aan: 'L.P.H. van Belle'; samba at lists.samba.org > Onderwerp: AW: [Samba] nfs based shared home dir question > > Hi Louis, > > I must admit I've never used RATS to create home directo...
2015 Jul 10
2
Getent Differences on a DC and a Member Server
Hi, I know there've been some workarounds on this topic, however I'm missing the reason for winbind to behave differently on a DC and on a member server (I also had to work around that problem and I'd really like it fixed). If there's a technical reason for it, it'd be nice to know about it. If there isn't, then it's just a bug that should be fixed. Could someone of
2015 Jul 10
0
Getent Differences on a DC and a Member Server
On 10/07/15 08:05, Ritter, Marcel (RRZE) wrote: > Hi, > > I know there've been some workarounds on this topic, however I'm missing > the reason for winbind to behave differently on a DC and on a member > server (I also had to work around that problem and I'd really like it fixed). The reason is a bit historica...
2015 Aug 19
0
Samba 4 DC - no AES kerberos tickets - only arcfour
On 08/18/2015 02:28 PM, Ritter, Marcel (RRZE) wrote: > Hi, > > I’ve been running a samba 4 DC for quite some time now, and while testing some kerberos related stuff, I noticed that all kerberos tickets I can get from the DC are of encryption type ?arcfour-hmac-md5“: > > # kinit testuser1 > testuser1 at S4DOM.TEST's Pas...
2015 Aug 19
0
Samba 4 DC - no AES kerberos tickets - only arcfour
On 08/19/2015 12:02 AM, Ritter, Marcel (RRZE) wrote: > Hi Trever, > > things improved after resetting user/machine passwords, however only the session key is using aes256 now, the ticket itself is still arcfour: > > root at ubuntu1:~# kinit user09999 > user09999 at S4DOM.TEST's Password: > root at ubuntu1:~# klist -v...
2008 May 29
1
GPL PV Drivers for Windows: install.bat problem
...is fails (silently) when executing from CD. Maybe it''d be better to copy both dpinst.exe and the driver directory to %TEMP% and execute from there? Bye, Marcel -- ---- Dipl.-Inf. Marcel Ritter Linux/Novell Regionales Rechenzentrum Erlangen Tel: 09131 / 85-27808 E-Mail: Marcel.Ritter@rrze.uni-erlangen.de ---- Unix _IS_ user friendly... It''s just selective about who its friends are. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2002 Jun 06
3
pxelinux and image selection?
Hi! I've been working with pxelinux for quite some time now, and I'd like to use PXE and a simple kind of selection menu (like syslinux does). But I couldn't get it to work. I can enter several "label" sections to my pxelinux.cfg/<something> but it'll never ask, just boot the first/default one ... Is this currently supported at all? Or did I miss something?
2009 Oct 20
0
Antw: Testing Lua
...> schrieb am 10/19/2009 um 10:11 PM in Nachricht <4ADCC807.6090700 at seanodes.com>: > Hey Marcel, Hi Erwan, > I'm in the process to test your lua branch. > I was wondering what is the current state of it. You can pull the current state from here: git pull git://linux.rrze.uni-erlangen.de/syslinux.git luaext The current state is: - VESA: - switching to vesa mode works - loading/displaying images works - display text works (s. com32/lua/test/vesa.lua) - PCI: - list PC devices + ID - get human-readable device name for device (s. com32/lua/test/pci.l...
2004 Feb 02
0
Virus found in the message
Scanner: MailMonitor for SMTP v1.2.2 Problem description: Email data: MessageID: <iss.20b1.401e0450.527bb.1@moritz6.rrze.uni-erlangen.de> From: samba@samba.org To: uhorn@nt.e-technik.uni-erlangen.de Cc: Subject: hi Scanning part [] Scanning part [message.zip] Attachment validity check: passed. Virus identity found: W32/MyDoom-A Virus identity found: W32/MyDoom-A
2006 Sep 22
2
SYSLINUX 3.31-pre3 released
After thinking a bit of the multi-file support in 3.31-pre1, and considering a few users' feedback on the subject, I have made a couple of changes: 1. The dummy filename ~ can be used to mean "the main config file". 2. There is a MENU INCLUDE directive now. -hpa
2015 Sep 07
0
nfs based shared home dir question
...t;by RATS" created used and homedir to share with nfs? I cant find anything about this on the wiki. How are you guys doing thing like this, sharing the user home folder. Or am i missing something here? Greetz, Louis > -----Oorspronkelijk bericht----- > Van: Ritter, Marcel (RRZE) [mailto:marcel.ritter at fau.de] > Verzonden: maandag 7 september 2015 9:15 > Aan: 'L.P.H. van Belle'; samba at lists.samba.org > Onderwerp: AW: [Samba] nfs based shared home dir question > > Hi Louis, > > What NFS version/options are you using? > -> cat /proc...
2015 Aug 31
1
Samba 4 and MS Windows NFS Server (2012R2)
Hi, has anyone out there tried to get a Windows Server 2012R2 based NFS Server running against a Samba4 active directory? I'm currently doing some interop testing, and I cannot get a Windows Server 2012R2 based NFS server running when using samba as AD. As far as i can tell, the setup looks good: I've got Linux based NFS servers and clients (Ubuntu + SuSE) up and running fine (krb5