Displaying 2 results from an estimated 2 matches for "2001103".
Did you mean:
20061103
2020 Feb 19
14
Unable to get primary group information when using AD authentication with samba-4.10.4
...g 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
uid=2001107(user01) gid=2001103(group01) groups=2000513(domain users), 2001107(oec0814e)
Regarding this, from the sup...
2020 Feb 21
0
Unable to get primary group information when using AD authentication with samba-4.10.4
...l post and noticed something that I missed earlier,
you had in smb.conf:
??????? idmap uid = 16777216-33554431
??????? idmap gid = 16777216-33554431
Yet, you were getting results like this:
id user01
uid=2001107(user01) gid=2000513(domain users) groups=2000513(domain
users),2001107(oec0814e),2001103(group01)
'2000513' is less than '16777216'
Are you sure that you do not have sssd installed ?
On top of the Samba packages you have installed, I would also expect:
samba.x86_64
samba-client-libs
samba-common
samba-common-tools
samba-winbind-clients
/etc/krb5 should just be this...