search for: nonuniq

Displaying 4 results from an estimated 4 matches for "nonuniq".

2017 Nov 04
2
ntfs user mappings?
. DOMAIN_ADMIN_PASSWD.sh echo ${PASSWD} | kinit ${ADMIN}@${DOMAIN} echo -n > /etc/ntfs-3g.usermap for DOMAIN_USER in $(wbinfo -u);do RPCLOOKUPID=$(rpcclient -P -c "lookupnames ${DOMAIN_USER}" ${DOMAIN}) if [ "${RPCLOOKUPID:0:7}" != "ERROR: " ] && [ "${RPCLOOKUPID:0:7}" != "Failed " ];then SID=$(echo ${RPCLOOKUPID}|awk '{print
2017 Nov 05
3
ntfs user mappings?
...hex_chunk=$(echo ${hex}|cut -c1-2); > rev=$(echo "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}" } &g...
2017 Nov 05
0
ntfs user mappings?
...#39;{print toupper($1)}') hex_chunk=$(echo ${hex}|cut -c1-2); rev=$(echo "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,...
2017 Nov 05
0
ntfs user mappings?
...cut -c1-2); >> rev=$(echo "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}-${is...