hectane / go-acl

Go library for manipulating ACLs on Windows
MIT License
120 stars 30 forks source link

Chmod Error: No mapping between account names and security IDs was done. #8

Closed ogarod closed 5 years ago

ogarod commented 5 years ago

I can see that one of your Appveyor tests is failing with the error "No mapping between account names and security IDs was done.": https://ci.appveyor.com/project/nathan-osman/go-acl/builds/21576505

My tests are failing because of the same error. The code that is returning that error is acl.Chmod(directoryPath, 0700).

Is there a workaround for this? When do you think you can get this fixed?