[Samba] wbinfo --group-info not listed users inside the group

Rowland Penny rpenny at samba.org
Thu Jun 22 12:02:56 UTC 2017


On Thu, 22 Jun 2017 14:16:04 +0300
Dmitriy Merzlov via samba <samba at lists.samba.org> wrote:

> Hello colleagues,
> 
> After upgrading Debian 8 to the latest version 9 (stretch).
> Command
> wbinfo --group-info LOCAL\\db_g  -  doesn't return list of all users
> inside the group, I have only:
> LOCAL\db_g:x:1000:
> and before it was:
> LOCAL\db_g:x:1000:user1, user2, user3, user4, ........

I seem to remember a change being made in this area, it was just a guess
before.

> 
> smb.conf:
> ----------------------------------------------------------
> # Global parameters
> [global]
>         realm = LOCAL.COM
>         workgroup = LOCAL
>         security = ADS
>         idmap config LOCAL : backend = rid
>         idmap config LOCAL : range = 10000-1999999
>         idmap config * : range = 10000-1999999

The two ranges must not overlap, yours are identical.
Is this the entire smb.conf ?

> ----------------------------------------------------------
> 
> krb5.conf
> ----------------------------------------------------------
> [realms]
> LOCAL.COM = {
>                       kdc = DC1.LOCAL.COM
>                       admin_server = DC1.LOCAL.COM
>                       default_domain = LOCAL.COM
> }
> 
> 
> [domain_realm]
> .local.com = LOCAL.COM
> local.com = LOCAL.COM
> 
> 
> [login]
> krb4_convert = true
> krb4_get_tickets = false

I would expect it to look like this:

[libdefaults]
	default_realm = LOCAL.COM
	dns_lookup_realm = false
	dns_lookup_kdc = true
 
Rowland



More information about the samba mailing list