Well yes, that is the version that the issue is in...
The version that the patch is going to be applied to for this issue hasn't been released yet.
Mistake is that you rebooted. The nature of this bug is that the SID mappings
do not survive through reboots. Each time you reboot until this issue is patched you will either need to manually put in the workaround, or just duel with the issue.
If you already have most of your permissions set and you just need to go in and add a certain group to something then you can always just do the workaround listed earlier in the thread on just that one specific group so that you can play around with it in the security properties interface.
---
What I did for the workaround was ran
Code:
net groupmap cleanup
(that only removes groupmaps that the system is seeing as orphaned, so anything that it grabs isn't going to be helping with anything anyways.
After that I then proceeded to run
Code:
net groupmap add unixgroup="UserGroup" rid=1010
where UserGroup would be the name of whatever group you are wanting to map and 1010 would be whatever rid you have assigned to that group. (In the FreeNAS GUI groups interface)
So you can either choose to go down your list and fix all of them if you are confident that you won't be rebooting for a while. Or you can just go in on a case by case basis and map the groups that you need to work with before going through and setting ACls for those groups.