DaveF81
Explorer
- Joined
- Jan 28, 2014
- Messages
- 56
Just a quick update. Seems that the Samba UNIX to Windows group mapping is broken after the upgrade. After clearing the group mappings and re-creating for my users group, this error is no longer displayed.
Obviously this isn't a recommended method and is a quick fix, so use this at your own discretion. You have been warned!
Obviously this isn't a recommended method and is a quick fix, so use this at your own discretion. You have been warned!
[root@freenas] ~# net groupmap list
users (S-1-5-21-3520457182-3639793677-2598286886-1001) -> users
[root@freenas] ~# net groupmap delete sid="S-1-5-21-1170145438-4009580803-3350505473-1001"
Sucessfully removed S-1-5-21-1170145438-4009580803-3350505473-1001 from the mapping db
[root@freenas] ~# net groupmap add unixgroup=users rid=1001
Successfully added group users to the mapping db as a domain group
users (S-1-5-21-3520457182-3639793677-2598286886-1001) -> users
[root@freenas] ~# net groupmap delete sid="S-1-5-21-1170145438-4009580803-3350505473-1001"
Sucessfully removed S-1-5-21-1170145438-4009580803-3350505473-1001 from the mapping db
[root@freenas] ~# net groupmap add unixgroup=users rid=1001
Successfully added group users to the mapping db as a domain group