{
    use esmith::AccountsDB;
    # Convert the passed hash for the ibay object back into an object.
    $ibay = bless \%ibay, 'esmith::DB::db::Record';

    $key = $ibay->key;
    $OUT .= "\n[$key]\n";
    $OUT .= "comment = " . $ibay->prop('Name');


    #Setup defaults
    %yn = ('yes'=>1,'no'=>1);
    %perms = (
              'wr-admin-rd-group'    => '0640',
              'wr-group-rd-group'    => '0660',
              'wr-group-rd-everyone' => '0664'
              );
    
    $ibay_vfs = ();
}
