search for: id_offset

Displaying 8 results from an estimated 8 matches for "id_offset".

Did you mean: fd_offset
2015 Jan 29
2
rfc2307 deprecated in Windows 2012 R2?
Ok, it's here: http://pastebin.com/JEnr5wUq The id_offset is that value because i initially didn't use rfc2307 attributes, but instead On 29 January 2015 at 23:27, Tim <lists at kiuni.de> wrote: > @Hans-Kristian: > I'd like to see it. How did you automate this? > > @Andrew: > In another thread I suggested to set the rfc2307...
2015 Jan 30
3
rfc2307 deprecated in Windows 2012 R2?
On 29/01/15 22:56, Hans-Kristian Bakke wrote: > Something went wrong and the message got sent before it was finished. > Here is the complete one: > > Ok, it's here: http://pastebin.com/JEnr5wUq > > The id_offset is that value because i initially didn't use rfc2307 > attributes, but instead had > > idmap config EXAMPLE : range = 300000-499999 > > in smb.conf. > > To get identical uid/gids have to start with the same offset. If you > have a fresh domain and just starting with AD-i...
2015 Jan 29
0
rfc2307 deprecated in Windows 2012 R2?
Something went wrong and the message got sent before it was finished. Here is the complete one: Ok, it's here: http://pastebin.com/JEnr5wUq The id_offset is that value because i initially didn't use rfc2307 attributes, but instead had idmap config EXAMPLE : range = 300000-499999 in smb.conf. To get identical uid/gids have to start with the same offset. If you have a fresh domain and just starting with AD-integration on your linux-boxes you ca...
2015 Jan 30
0
rfc2307 deprecated in Windows 2012 R2?
...andpenny at googlemail.com> wrote: > On 29/01/15 22:56, Hans-Kristian Bakke wrote: >> >> Something went wrong and the message got sent before it was finished. >> Here is the complete one: >> >> Ok, it's here: http://pastebin.com/JEnr5wUq >> >> The id_offset is that value because i initially didn't use rfc2307 >> attributes, but instead had >> >> idmap config EXAMPLE : range = 300000-499999 >> >> in smb.conf. >> >> To get identical uid/gids have to start with the same offset. If you >> have a fresh do...
2013 Oct 23
2
[LLVMdev] GC StackMaps (was Stackmap and Patchpoint Intrinsic Proposal)
...tub has to know which object has received the call (which drives the method resolution and the update of the virtual table). With stackmaps and patchpoints, I can imagine something like that (in pseudo-llvm without typing) %r0 = load %obj, 0 ; the virtual table is at offset 0 %r1 = 0 stackmap %r1, ID_OFFSET ; contains the offset of the target method in the virtual table %r2 = add %r1, %r0 %r3 = load %r2 patchpoint ID_CALL %r3, %obj, other parameters ; to find %obj in the stub I should be able to: - patch ID_OFFSET when I load the description of obj (before the call, when the object is allocated) - us...
2015 Jan 29
3
rfc2307 deprecated in Windows 2012 R2?
It is actually rather easy to set the attributes via powershell, and that is probably the best way to add them in a Server 2012 R2 environment. I wrote a powershell script to do this automatically for users and groups in an entire domain that should be pretty generic to be reused. It also mirrors the logic used in automatic winbind UID/GID generation to be able to coexist in an environment where
2013 Oct 23
0
[LLVMdev] GC StackMaps (was Stackmap and Patchpoint Intrinsic Proposal)
I'm moving this to a different thread. I think the newly proposed intrinsic definitions and their current implementation are valuable regardless of how it gets tied into GC... On Oct 22, 2013, at 6:24 PM, Philip R <listmail at philipreames.com> wrote: > Adding Gael as someone who has previously discussed vmkit topics on the list. Since I'm assuming this is where the GC support
2013 Oct 23
5
[LLVMdev] [RFC] Stackmap and Patchpoint Intrinsic Proposal
Adding Gael as someone who has previously discussed vmkit topics on the list. Since I'm assuming this is where the GC support came from, I wanted to draw this conversation to the attention of someone more familiar with the LLVM implementation than myself. On 10/22/13 4:18 PM, Andrew Trick wrote: > On Oct 22, 2013, at 3:08 PM, Filip Pizlo <fpizlo at apple.com > <mailto:fpizlo