- Joined
- Mar 6, 2014
- Messages
- 9,553
I mostly use CIFS in an AD environment. Set up workgroup and noticed the following:
Note that the GID and RID don't match (1002 vs 1001). Is this normal behavior for CIFS?
edit: in hindsight, this is probably a better question to ask in the Samba mailing list. :)
Code:
[root@C_GRINDER] ~# getent group XEROX XEROX:*:1002:Scanner [root@C_GRINDER] ~# net groupmap list | grep XEROX XEROX(S-1-5-21-1570074051-2498302838-2077056388-1001) -> XEROX [root@C_GRINDER] ~#
Note that the GID and RID don't match (1002 vs 1001). Is this normal behavior for CIFS?
edit: in hindsight, this is probably a better question to ask in the Samba mailing list. :)