On 8/17/20 6:40 AM, Rowland penny via samba wrote:> On 17/08/2020 12:19, Bob Wooden via samba wrote: >> workgroup = DOM >> >> ## map ids from the domain? the range may not overlap ! >> idmap config SUBDOM : backend = ad > > > You have 'DOM' set as the workgroup and 'SUBDOM' in the 'idmap config' > lines. > > 'DOM' != 'SUBDOM' > > They both should be the same. > > Rowland > > > >Yes, sorry it was a typo. -- (Sent from home location.) Bob Wooden
On 17/08/2020 12:43, Bob Wooden via samba wrote:> Yes, sorry it was a typo. >OK, what do these commands produce: wbinfo --group-info 'Domain Users' | awk -F ':' '{print $3}' wbinfo -i <username> | awk -F ':' '{print $3}' Rowland
On 8/17/2020 6:55 AM, Rowland penny via samba wrote:> wbinfo --group-info 'Domain Users' | awk -F ':' '{print $3}' > > wbinfo -i <username> | awk -F ':' '{print $3}' > > Rowland >root at mbr04:~# wbinfo --group-info 'Domain Users' | awk -F ':' '{print $3}' 10000 root at mbr04:~# wbinfo -i [username] | awk -F ':' '{print $3}' failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND Could not get info for user [username] (Sanitized, [username] = actual user.) -- Bob Wooden