conjurinc / memtar

In-memory tar archive creation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to add existing files whithout a NSS user entry

dividedmind opened this issue · comments

MemTar#add_file with an existing file fails with error can't find user for ... if a file is owned by a user or group for which a system database entry cannot be looked up.

In this case it should gracefully degrade to set the user/group name to decimal numeric ID, or skipping it altogether.