search for: issuer2

Displaying 7 results from an estimated 7 matches for "issuer2".

Did you mean: issuer
2017 Nov 04
2
ntfs user mappings?
...o ${hex_chunk} >> notsure=$(echo "ibase=16; ${hex_chunk}" | bc) >> hex_chunk=$(echo ${hex}|cut -c17-24) >> echo ${hex_chunk} >> issuer1=$(echo "ibase=16; ${hex_chunk}" | bc) >> hex_chunk=$(echo ${hex}|cut -c25-32) >> echo ${hex_chunk} >> issuer2=$(echo "ibase=16; ${hex_chunk}" | bc) >> hex_chunk=$(echo ${hex}|cut -c33-40) >> echo ${hex_chunk} >> issuer3=$(echo "ibase=16; ${hex_chunk}" | bc) >> hex_chunk=$(echo ${hex}|cut -c41-48) >> echo ${hex_chunk} >> issuer4=$(echo "ibase=16;...
2017 Nov 05
3
ntfs user mappings?
...| bc) > hex_chunk=$(echo ${hex}|cut -c3-4) > dashes=$(echo "ibase=16; ${hex_chunk}" | bc) > hex_chunk=$(echo ${hex}|cut -c5-16) > notsure=$(echo "ibase=16; ${hex_chunk}" | bc) > nonuniq=$(littlehex2int ${hex} 17 24) > issuer1=$(littlehex2int ${hex} 25 32) > issuer2=$(littlehex2int ${hex} 33 40) > issuer3=$(littlehex2int ${hex} 41 48) > uid=$(littlehex2int ${hex} 49 57) > echo > "S-${rev}-${dashes}-${nonuniq}-${issuer1}-${issuer2}-${issuer3}-${uid}" } > > On Sat, Nov 4, 2017 at 4:42 PM, Jeff Sadowski > <jeff.sadowski at gmail...
2017 Nov 03
2
ntfs user mappings?
...{hex_chunk}" | bc) hex_chunk=$(echo ${hex}|cut -c5-16) echo ${hex_chunk} notsure=$(echo "ibase=16; ${hex_chunk}" | bc) hex_chunk=$(echo ${hex}|cut -c17-24) echo ${hex_chunk} issuer1=$(echo "ibase=16; ${hex_chunk}" | bc) hex_chunk=$(echo ${hex}|cut -c25-32) echo ${hex_chunk} issuer2=$(echo "ibase=16; ${hex_chunk}" | bc) hex_chunk=$(echo ${hex}|cut -c33-40) echo ${hex_chunk} issuer3=$(echo "ibase=16; ${hex_chunk}" | bc) hex_chunk=$(echo ${hex}|cut -c41-48) echo ${hex_chunk} issuer4=$(echo "ibase=16; ${hex_chunk}" | bc) hex_chunk=$(echo ${hex}|cut -...
2017 Nov 05
0
ntfs user mappings?
..."ibase=16; ${hex_chunk}" | bc) hex_chunk=$(echo ${hex}|cut -c3-4) dashes=$(echo "ibase=16; ${hex_chunk}" | bc) hex_chunk=$(echo ${hex}|cut -c5-16) notsure=$(echo "ibase=16; ${hex_chunk}" | bc) nonuniq=$(littlehex2int ${hex} 17 24) issuer1=$(littlehex2int ${hex} 25 32) issuer2=$(littlehex2int ${hex} 33 40) issuer3=$(littlehex2int ${hex} 41 48) uid=$(littlehex2int ${hex} 49 57) echo "S-${rev}-${dashes}-${nonuniq}-${issuer1}-${issuer2}-${issuer3}-${uid}" } On Sat, Nov 4, 2017 at 4:42 PM, Jeff Sadowski <jeff.sadowski at gmail.com> wrote: > . DOMAIN_ADMIN...
2017 Nov 05
0
ntfs user mappings?
...echo ${hex}|cut -c3-4) >> dashes=$(echo "ibase=16; ${hex_chunk}" | bc) >> hex_chunk=$(echo ${hex}|cut -c5-16) >> notsure=$(echo "ibase=16; ${hex_chunk}" | bc) >> nonuniq=$(littlehex2int ${hex} 17 24) >> issuer1=$(littlehex2int ${hex} 25 32) >> issuer2=$(littlehex2int ${hex} 33 40) >> issuer3=$(littlehex2int ${hex} 41 48) >> uid=$(littlehex2int ${hex} 49 57) >> echo >> "S-${rev}-${dashes}-${nonuniq}-${issuer1}-${issuer2}-${issuer3}-${uid}" } >> >> On Sat, Nov 4, 2017 at 4:42 PM, Jeff Sadowski >>...
2017 Nov 04
0
ntfs user mappings?
...${hex}|cut -c5-16) > echo ${hex_chunk} > notsure=$(echo "ibase=16; ${hex_chunk}" | bc) > hex_chunk=$(echo ${hex}|cut -c17-24) > echo ${hex_chunk} > issuer1=$(echo "ibase=16; ${hex_chunk}" | bc) > hex_chunk=$(echo ${hex}|cut -c25-32) > echo ${hex_chunk} > issuer2=$(echo "ibase=16; ${hex_chunk}" | bc) > hex_chunk=$(echo ${hex}|cut -c33-40) > echo ${hex_chunk} > issuer3=$(echo "ibase=16; ${hex_chunk}" | bc) > hex_chunk=$(echo ${hex}|cut -c41-48) > echo ${hex_chunk} > issuer4=$(echo "ibase=16; ${hex_chunk}" | bc)...
2017 Nov 03
2
ntfs user mappings?
On Fri, Nov 3, 2017 at 2:43 PM, Rowland Penny <rpenny at samba.org> wrote: > On Fri, 3 Nov 2017 13:53:22 -0600 > Jeff Sadowski via samba <samba at lists.samba.org> wrote: > >> just get objectsid and use this >> >> https://blogs.msdn.microsoft.com/oldnewthing/20040315-00/?p=40253 > > Why ??? > So that when someone on a linux machine writes to disk