Issue with CIFS Shares and Groups

Status
Not open for further replies.

Gilley7997

Dabbler
Joined
Feb 23, 2015
Messages
42
Wanted to ask if anyone else is experiencing this. I had temporarily created a user called 'plex' when doing some testing. I later then removed this user. I also had a group called 'Files' for testing that I also removed.

When I was doing some permissions set-up from a Windows client I went through the permissions of the share and had the Windows client do a search for all objects that were available to use as permissions. I was confused to find that both the 'plex' user and the 'Files' group were still options here for selection since they had been removed. I went back to make sure that they had indeed been removed from the Web UI of FreeNAS so I started digging a little more.

I went back to a ssh session and ran the following commands.

Code:
[freenas] /# net groupmap list
Files (S-1-5-21-1833478126-3279682062-2325678193-1002) -> 1003
[freenas] /# net usersidlist
FREENAS\plex
S-1-5-21-1833478126-3279682062-2325678193-1004
S-1-1-0
S-1-5-2
S-1-5-11


I removed the details of the other accounts and groups that still exist from the code segment above.

This is just a little confusing that these entries still remain here after the objects have been removed. Is this a bug that we need to look at to ensure that these entries are removed when users or groups or removed or did I just do something entirely wrong.
 
Last edited:

Gilley7997

Dabbler
Joined
Feb 23, 2015
Messages
42
Were you able to figure this out?

Functionally I'm fine and working correctly. I was just looking for some feedback and to compare what I was seeing to what other people see, and determine if this was expected behavior or if this is a bug in the removal of users or groups.
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
Looks like a bug. I would suggest filing a bug against FreeNAS and post the bug here for reference.
 
Status
Not open for further replies.
Top