Displaying 1 result from an estimated 1 matches for "rhel8_1".
Did you mean:
rhel8.1
2020 Feb 19
14
Unable to get primary group information when using AD authentication with samba-4.10.4
Hi,
When using AD authentication from a rhel8.1 environment with samba-4.10.4 installed, information on the primary group group01 set on
the AD side for any user user01 cannot be obtained.
[root @ rhel8_1 ~] # id user01
uid=2001107(user01) gid=2000513(domain users) groups=2000513(domain users),2001107(oec0814e),2001103(group01)
If you perform the same operation on the same AD from the samba-3.6.23 rhel6.6 environment, you will get the correct information as
follows:
[root @ rhel6_6 ~] # id user01
ui...