[Samba] wbinfo --group-info not listed users inside the group
Rowland Penny
rpenny at samba.org
Thu Jun 22 12:40:58 UTC 2017
On Thu, 22 Jun 2017 15:26:29 +0300
Dmitriy Merzlov <rxwrxrx at gmail.com> wrote:
> Hello Rowland,
>
> Thanks for the fast response!
>
> I changed configuration, like you proposed, but output is the same:
>
> LOCAL\db_g:x:1000:
Where is the group 'db_g' stored, is it in /etc/group or in AD ?
Or even worse, have you somehow managed to get it into both ?
I ask this because you are using the winbind 'rid' backend, and the ID
will calculated with this:
ID = RID - BASE_RID + LOW_RANGE_ID
BASE_RID is '0', so this becomes
ID = RID + LOW_RANGE_ID
So, as the LOW_RANGE_ID = 10000 and the lowest RID is usually
'1000' (excluding 'Well Known SIDs), this becomes:
ID = 1000 + 10000
ID = 11000
So how does 'db_g' get '1000' ?
>
> idmap configuration I took from this bug12284
> https://bugzilla.samba.org/show_bug.cgi?id=12284
Please don't take things like this from a bugreport, try reading the
Samba wiki instead:
https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member
Rowland
More information about the samba
mailing list