Support username aliasing or mapping for hosts with different usernames

Issue #10 new
Cameron Matheson created an issue

On box A, I have username "foo"; on box B, I have username "bar". I can succesfully replicate file systems between A and B, however, I cannot mount the filesystems. This seems to be because of an assertion that the getpwnam call doesn't fail in OriFileInfo::loadAttr. There is a comment indicating that sane defaults need to be chosen.

Comments (5)

  1. Ali Mashtizadeh

    I'm going to figure out a sane fallback when the username is unavailable for 0.8.1, but in the future I should provide an optional mapping of usernames.

  2. Log in to comment