[Samba] AD Group update lag / cache, firewall related?
Rowland Penny
rpenny at samba.org
Fri Aug 25 16:23:19 UTC 2017
On Fri, 25 Aug 2017 16:00:28 +0000
"A. James Lewis via samba" <samba at lists.samba.org> wrote:
> That seems to count out the kernel ... I guess the 128 number could
> be a co-incidence...
>
> Actually I made a mistake below...
>
> I used "wbinfo -g user", where I should have used "wbinfo -r
> user".....
>
> In fact wbinfo fails to show the group membership I expect... where I
> said before that it succeeded.
>
> wbinfo shows that the group exists, but not that the user is a member
> of it....
>
> for i in `wbinfo -r fred`; do getent group $i | grep $i; done | grep
> problem-group
>
> Other groups are visible using that command.
>
What does:
wbinfo -n problem-group | awk '{print $1}' | awk -F '-' '{print $8}'
Produce ?
Rowland
More information about the samba
mailing list