Displaying 1 result from an estimated 1 matches for "samba_svn1".
Did you mean:
samba_ss01
2013 Sep 16
0
tdb idmap returns different GID's for the same SID from time to time
...ain member.
I'm using a samba nss and creating local groups for a domain users.
Here part of my nsswitch.conf:
group: files winbind
passwd: files winbind
The problem is that the tdb unix GID mappings returns different ID from time to time for the same SIDs.
Suppose we have a local group "samba_svn1", created with "NET SAM CREATELOCALGROUP".
After creation, group "samba_svn1" has SID S-1-5-21-3743722752-3344840800-2625497366-1074 and GID 30025. But, from time to time this SID receives a
different GID mapping: 30027.
Following are the result of service commands, which...