Displaying 2 results from an estimated 2 matches for "xuid".
Did you mean:
  uuid
  
1999 Jan 27
0
Encrypted passwords really necessary for PDC ?
...t;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
  $pw2="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
  if(substr($uname,-1) eq "\$") {
    $flags="[W          ]";
  }
  else {
    $flags="[U          ]";
  }
  $lct="LCT-00000000";
  if($spw{$uname}) {
    ($xuname,$xuid,$pw1,$pw2,$flags,$lct,$xfname)=split(':',$spw{$uname});
  }
  printf(PW "%s:%s:%s:%s:%s:%s:%s:\n",$uname,$uid,$pw1,$pw2,$flags,$lct,$fname);
}
close(PW);
1998 Jul 02
1
Synchronize Unix/SMB passwords with 'synchpasswd'
Hi,
        It's been a while since I created my smbpasswd file, and therefore
it is
no longer in synch with my Unix file.  I've added and removed users over time,
and now I need a way to update the 'smbpasswd' file without losing the
encrypted passwords that are already in place (ie. I don't want to just run
'makesmbpasswd.sh' again).
        So, I've written the